+ 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 [Fri Jul 31 00:32:11 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 nodename: neutron-server-8984b87-jjvpc machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f7c3bfed668 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-07-31 00:32:15.873 7 INFO neutron.common.config [-] Logging enabled! 2026-07-31 00:32:15.874 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-31 00:32:16.053 8 INFO neutron.common.config [-] Logging enabled! 2026-07-31 00:32:16.053 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-31 00:32:16.903 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-31 00:32:17.082 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-31 00:32:18.418 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-31 00:32:18.420 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-31 00:32:18.424 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-31 00:32:18.425 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-31 00:32:18.425 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-31 00:32:18.426 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-31 00:32:18.426 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 00:32:18.433 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 00:32:18.433 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 00:32:18.434 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-31 00:32:18.456 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-31 00:32:18.457 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-31 00:32:18.457 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-31 00:32:18.488 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-31 00:32:18.488 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-31 00:32:18.488 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-31 00:32:18.488 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-31 00:32:18.589 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-31 00:32:18.592 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-31 00:32:18.596 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-31 00:32:18.598 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-31 00:32:18.598 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-31 00:32:18.599 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-31 00:32:18.599 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 00:32:18.606 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 00:32:18.606 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-31 00:32:18.607 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-31 00:32:18.629 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-31 00:32:18.630 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-31 00:32:18.630 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-31 00:32:18.668 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-31 00:32:18.668 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-31 00:32:18.668 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-31 00:32:18.668 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-31 00:32:18.778 7 INFO neutron.plugins.ml2.managers [None req-9c402fe2-039a-4981-8f9e-ee2d1f9a5a85 - - - - - -] Initializing driver for type 'vlan' 2026-07-31 00:32:18.987 8 INFO neutron.plugins.ml2.managers [None req-ad102a45-2e54-40ad-a42b-699ef33a1799 - - - - - -] Initializing driver for type 'vlan' 2026-07-31 00:32:19.076 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-9c402fe2-039a-4981-8f9e-ee2d1f9a5a85 - - - - - -] VlanTypeDriver initialization complete 2026-07-31 00:32:19.076 7 INFO neutron.plugins.ml2.managers [None req-9c402fe2-039a-4981-8f9e-ee2d1f9a5a85 - - - - - -] Initializing driver for type 'vxlan' 2026-07-31 00:32:19.076 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-9c402fe2-039a-4981-8f9e-ee2d1f9a5a85 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-31 00:32:19.089 7 INFO neutron.plugins.ml2.managers [None req-9c402fe2-039a-4981-8f9e-ee2d1f9a5a85 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-31 00:32:19.089 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-9c402fe2-039a-4981-8f9e-ee2d1f9a5a85 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-31 00:32:19.089 7 INFO neutron.plugins.ml2.managers [None req-9c402fe2-039a-4981-8f9e-ee2d1f9a5a85 - - - - - -] Initializing extension driver 'port_security' 2026-07-31 00:32:19.089 7 INFO neutron.plugins.ml2.extensions.port_security [None req-9c402fe2-039a-4981-8f9e-ee2d1f9a5a85 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-31 00:32:19.090 7 INFO neutron.plugins.ml2.managers [None req-9c402fe2-039a-4981-8f9e-ee2d1f9a5a85 - - - - - -] Initializing extension driver 'qos' 2026-07-31 00:32:19.090 7 INFO neutron.plugins.ml2.managers [None req-9c402fe2-039a-4981-8f9e-ee2d1f9a5a85 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-31 00:32:19.090 7 INFO neutron.plugins.ml2.managers [None req-9c402fe2-039a-4981-8f9e-ee2d1f9a5a85 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-31 00:32:19.104 7 INFO neutron.quota [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded quota_driver: . 2026-07-31 00:32:19.104 7 INFO neutron.plugins.ml2.plugin [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Modular L2 Plugin initialization complete 2026-07-31 00:32:19.105 7 INFO neutron.plugins.ml2.managers [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-31 00:32:19.105 7 INFO neutron.plugins.ml2.managers [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-31 00:32:19.105 7 INFO neutron.plugins.ml2.managers [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Got port-security extension from driver 'port_security' 2026-07-31 00:32:19.105 7 INFO neutron.manager [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loading Plugin: qos 2026-07-31 00:32:19.118 7 INFO neutron.manager [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loading Plugin: router 2026-07-31 00:32:19.165 7 INFO neutron.services.service_base [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-31 00:32:19.165 7 INFO neutron.manager [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loading Plugin: segments 2026-07-31 00:32:19.271 7 INFO neutron.manager [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loading Plugin: trunk 2026-07-31 00:32:19.286 7 INFO neutron.manager [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loading Plugin: vpnaas 2026-07-31 00:32:19.287 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-ad102a45-2e54-40ad-a42b-699ef33a1799 - - - - - -] VlanTypeDriver initialization complete 2026-07-31 00:32:19.288 8 INFO neutron.plugins.ml2.managers [None req-ad102a45-2e54-40ad-a42b-699ef33a1799 - - - - - -] Initializing driver for type 'vxlan' 2026-07-31 00:32:19.288 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-ad102a45-2e54-40ad-a42b-699ef33a1799 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-31 00:32:19.302 8 INFO neutron.plugins.ml2.managers [None req-ad102a45-2e54-40ad-a42b-699ef33a1799 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-31 00:32:19.303 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-ad102a45-2e54-40ad-a42b-699ef33a1799 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-31 00:32:19.303 8 INFO neutron.plugins.ml2.managers [None req-ad102a45-2e54-40ad-a42b-699ef33a1799 - - - - - -] Initializing extension driver 'port_security' 2026-07-31 00:32:19.303 8 INFO neutron.plugins.ml2.extensions.port_security [None req-ad102a45-2e54-40ad-a42b-699ef33a1799 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-31 00:32:19.303 8 INFO neutron.plugins.ml2.managers [None req-ad102a45-2e54-40ad-a42b-699ef33a1799 - - - - - -] Initializing extension driver 'qos' 2026-07-31 00:32:19.304 8 INFO neutron.plugins.ml2.managers [None req-ad102a45-2e54-40ad-a42b-699ef33a1799 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-31 00:32:19.304 8 INFO neutron.plugins.ml2.managers [None req-ad102a45-2e54-40ad-a42b-699ef33a1799 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-31 00:32:19.319 8 INFO neutron.quota [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded quota_driver: . 2026-07-31 00:32:19.319 8 INFO neutron.plugins.ml2.plugin [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Modular L2 Plugin initialization complete 2026-07-31 00:32:19.319 8 INFO neutron.plugins.ml2.managers [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-31 00:32:19.319 8 INFO neutron.plugins.ml2.managers [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-31 00:32:19.319 8 INFO neutron.plugins.ml2.managers [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-31 00:32:19.320 8 INFO neutron.manager [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loading Plugin: qos 2026-07-31 00:32:19.326 7 WARNING stevedore.named [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-31 00:32:19.334 8 INFO neutron.manager [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loading Plugin: router 2026-07-31 00:32:19.385 8 INFO neutron.services.service_base [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-31 00:32:19.386 8 INFO neutron.manager [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loading Plugin: segments 2026-07-31 00:32:19.399 7 INFO neutron_vpnaas.services.vpn.plugin [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-31 00:32:19.399 7 INFO neutron.common.utils [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-31 00:32:19.400 7 INFO neutron.manager [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loading Plugin: taas 2026-07-31 00:32:19.425 7 WARNING stevedore.named [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-31 00:32:19.425 7 WARNING stevedore.named [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-31 00:32:19.444 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-31 00:32:19.445 7 INFO neutron.manager [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loading Plugin: tapmirror 2026-07-31 00:32:19.460 7 WARNING stevedore.named [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-31 00:32:19.460 7 WARNING stevedore.named [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-31 00:32:19.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-31 00:32:19.480 7 INFO neutron.manager [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loading Plugin: auto_allocate 2026-07-31 00:32:19.487 8 INFO neutron.manager [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loading Plugin: trunk 2026-07-31 00:32:19.487 7 INFO neutron.manager [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loading Plugin: tag 2026-07-31 00:32:19.496 7 INFO neutron.manager [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loading Plugin: timestamp 2026-07-31 00:32:19.499 7 INFO neutron.manager [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loading Plugin: network_ip_availability 2026-07-31 00:32:19.501 8 INFO neutron.manager [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loading Plugin: vpnaas 2026-07-31 00:32:19.503 7 INFO neutron.manager [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loading Plugin: flavors 2026-07-31 00:32:19.506 7 INFO neutron.manager [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loading Plugin: revisions 2026-07-31 00:32:19.510 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Initializing extension manager. 2026-07-31 00:32:19.512 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: address-group 2026-07-31 00:32:19.513 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: address-scope 2026-07-31 00:32:19.513 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-31 00:32:19.514 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: agent 2026-07-31 00:32:19.515 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: agent-resources-synced 2026-07-31 00:32:19.516 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: allowed-address-pairs 2026-07-31 00:32:19.517 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: auto-allocated-topology 2026-07-31 00:32:19.517 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: availability_zone 2026-07-31 00:32:19.518 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: availability_zone_filter 2026-07-31 00:32:19.519 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-31 00:32:19.519 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: default-subnetpools 2026-07-31 00:32:19.521 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-31 00:32:19.522 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: dns-integration 2026-07-31 00:32:19.523 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: dns-domain-ports 2026-07-31 00:32:19.523 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-31 00:32:19.524 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: dvr 2026-07-31 00:32:19.524 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-31 00:32:19.525 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: empty-string-filtering 2026-07-31 00:32:19.526 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-31 00:32:19.526 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-31 00:32:19.528 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: external-net 2026-07-31 00:32:19.528 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-31 00:32:19.529 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: extraroute 2026-07-31 00:32:19.529 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: extraroute-atomic 2026-07-31 00:32:19.530 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-31 00:32:19.531 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-31 00:32:19.531 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-31 00:32:19.532 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-31 00:32:19.532 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: fip-port-details 2026-07-31 00:32:19.533 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: flavors 2026-07-31 00:32:19.534 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-31 00:32:19.535 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: floatingip-pools 2026-07-31 00:32:19.536 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: ip_allocation 2026-07-31 00:32:19.536 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: ip-substring-filtering 2026-07-31 00:32:19.537 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: l2_adjacency 2026-07-31 00:32:19.538 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: router 2026-07-31 00:32:19.540 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-31 00:32:19.540 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-31 00:32:19.541 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-31 00:32:19.541 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: ext-gw-mode 2026-07-31 00:32:19.542 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: l3-ha 2026-07-31 00:32:19.542 8 WARNING stevedore.named [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-31 00:32:19.542 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-31 00:32:19.543 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-31 00:32:19.544 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: l3-flavors 2026-07-31 00:32:19.545 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-31 00:32:19.545 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-31 00:32:19.547 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-31 00:32:19.549 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-31 00:32:19.550 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-31 00:32:19.551 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-31 00:32:19.552 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-31 00:32:19.553 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: multi-provider 2026-07-31 00:32:19.554 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: net-mtu 2026-07-31 00:32:19.554 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: net-mtu-writable 2026-07-31 00:32:19.555 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: network_availability_zone 2026-07-31 00:32:19.555 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: network_ha 2026-07-31 00:32:19.556 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: network-ip-availability 2026-07-31 00:32:19.557 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-31 00:32:19.558 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: pagination 2026-07-31 00:32:19.559 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: port-device-profile 2026-07-31 00:32:19.559 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-31 00:32:19.560 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-31 00:32:19.561 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-31 00:32:19.561 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: port-mac-override 2026-07-31 00:32:19.562 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-31 00:32:19.562 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-31 00:32:19.563 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-31 00:32:19.563 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: port-resource-request 2026-07-31 00:32:19.564 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: port-resource-request-groups 2026-07-31 00:32:19.564 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-31 00:32:19.565 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: binding 2026-07-31 00:32:19.565 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: binding-extended 2026-07-31 00:32:19.566 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: port-security 2026-07-31 00:32:19.566 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: project-id 2026-07-31 00:32:19.567 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: provider 2026-07-31 00:32:19.568 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-31 00:32:19.570 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: qos 2026-07-31 00:32:19.571 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-31 00:32:19.571 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-31 00:32:19.571 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: qos-default 2026-07-31 00:32:19.572 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: qos-fip 2026-07-31 00:32:19.573 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-31 00:32:19.573 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: qos-gateway-ip 2026-07-31 00:32:19.573 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: qos-port-network-policy 2026-07-31 00:32:19.574 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: qos-pps-minimum 2026-07-31 00:32:19.575 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-31 00:32:19.575 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: qos-pps 2026-07-31 00:32:19.576 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: qos-rule-type-details 2026-07-31 00:32:19.576 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-31 00:32:19.577 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: qos-rules-alias 2026-07-31 00:32:19.577 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: quota-check-limit 2026-07-31 00:32:19.578 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: quota-check-limit-default 2026-07-31 00:32:19.580 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: quotas 2026-07-31 00:32:19.581 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: quota_details 2026-07-31 00:32:19.583 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: rbac-policies 2026-07-31 00:32:19.583 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: rbac-address-group 2026-07-31 00:32:19.584 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: rbac-address-scope 2026-07-31 00:32:19.584 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: rbac-security-groups 2026-07-31 00:32:19.585 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: rbac-subnetpool 2026-07-31 00:32:19.585 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: revision-if-match 2026-07-31 00:32:19.586 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: standard-attr-revisions 2026-07-31 00:32:19.586 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: router_availability_zone 2026-07-31 00:32:19.587 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-31 00:32:19.589 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: security-groups-default-rules 2026-07-31 00:32:19.590 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-31 00:32:19.590 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-31 00:32:19.591 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-31 00:32:19.591 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-31 00:32:19.592 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-31 00:32:19.596 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: security-group 2026-07-31 00:32:19.597 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: segment 2026-07-31 00:32:19.598 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-31 00:32:19.598 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: service-type 2026-07-31 00:32:19.599 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: sorting 2026-07-31 00:32:19.599 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: standard-attr-segment 2026-07-31 00:32:19.600 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: standard-attr-description 2026-07-31 00:32:19.600 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: stateful-security-group 2026-07-31 00:32:19.601 7 WARNING neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-31 00:32:19.601 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-31 00:32:19.602 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: subnet-external-network 2026-07-31 00:32:19.603 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: subnet_onboard 2026-07-31 00:32:19.603 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-31 00:32:19.605 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: subnet-service-types 2026-07-31 00:32:19.606 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: subnet_allocation 2026-07-31 00:32:19.606 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-31 00:32:19.607 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: tag-creation 2026-07-31 00:32:19.607 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-31 00:32:19.609 8 INFO neutron_vpnaas.services.vpn.plugin [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-31 00:32:19.610 8 INFO neutron.common.utils [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-31 00:32:19.610 8 INFO neutron.manager [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loading Plugin: taas 2026-07-31 00:32:19.611 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: standard-attr-tag 2026-07-31 00:32:19.612 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-31 00:32:19.613 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: trunk 2026-07-31 00:32:19.613 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: trunk-details 2026-07-31 00:32:19.614 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-31 00:32:19.614 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-31 00:32:19.615 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-31 00:32:19.615 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-31 00:32:19.617 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-31 00:32:19.618 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-31 00:32:19.619 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: vpn-flavors 2026-07-31 00:32:19.620 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: vpnaas 2026-07-31 00:32:19.621 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: taas 2026-07-31 00:32:19.623 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: tap-mirror 2026-07-31 00:32:19.623 7 INFO neutron.api.extensions [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Loaded extension: taas-vlan-filter 2026-07-31 00:32:19.626 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-31 00:32:19.626 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-31 00:32:19.626 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:32:19.626 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-31 00:32:19.630 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-31 00:32:19.630 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-31 00:32:19.635 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-31 00:32:19.635 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-31 00:32:19.636 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-31 00:32:19.636 8 WARNING stevedore.named [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-31 00:32:19.636 8 WARNING stevedore.named [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-31 00:32:19.637 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:32:19.637 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] subnetpool is already registered 2026-07-31 00:32:19.637 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:32:19.637 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] subnetpool is already registered 2026-07-31 00:32:19.638 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-31 00:32:19.638 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 00:32:19.639 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 00:32:19.639 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-31 00:32:19.639 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-31 00:32:19.640 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-31 00:32:19.640 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 00:32:19.640 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] ipsecpolicy is already registered 2026-07-31 00:32:19.641 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 00:32:19.641 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] ikepolicy is already registered 2026-07-31 00:32:19.645 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-31 00:32:19.646 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] router is already registered 2026-07-31 00:32:19.646 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-31 00:32:19.646 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] floatingip is already registered 2026-07-31 00:32:19.650 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-31 00:32:19.650 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] rbac_policy is already registered 2026-07-31 00:32:19.651 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-31 00:32:19.651 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] security_group is already registered 2026-07-31 00:32:19.651 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-31 00:32:19.651 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] security_group_rule is already registered 2026-07-31 00:32:19.652 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:32:19.653 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] subnetpool is already registered 2026-07-31 00:32:19.653 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:32:19.653 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] subnetpool is already registered 2026-07-31 00:32:19.654 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-31 00:32:19.654 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] trunk is already registered 2026-07-31 00:32:19.654 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 00:32:19.654 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] ikepolicy is already registered 2026-07-31 00:32:19.655 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 00:32:19.655 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] ipsecpolicy is already registered 2026-07-31 00:32:19.655 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-31 00:32:19.655 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] endpoint_group is already registered 2026-07-31 00:32:19.656 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-31 00:32:19.656 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] vpnservice is already registered 2026-07-31 00:32:19.656 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-31 00:32:19.656 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] ipsec_site_connection is already registered 2026-07-31 00:32:19.657 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 00:32:19.657 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] ipsecpolicy is already registered 2026-07-31 00:32:19.657 7 INFO neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 00:32:19.657 7 WARNING neutron.quota.resource_registry [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] ikepolicy is already registered 2026-07-31 00:32:19.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-31 00:32:19.661 8 INFO neutron.manager [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loading Plugin: tapmirror 2026-07-31 00:32:19.672 8 WARNING stevedore.named [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-31 00:32:19.672 8 WARNING stevedore.named [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-31 00:32:19.686 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-31 00:32:19.687 8 INFO neutron.manager [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loading Plugin: auto_allocate 2026-07-31 00:32:19.695 7 WARNING keystonemiddleware._common.config [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-31 00:32:19.696 8 INFO neutron.manager [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loading Plugin: tag 2026-07-31 00:32:19.702 7 WARNING oslo_config.cfg [None req-c2215e00-c374-4a12-b544-90ac352a0c1f - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-07-31 00:32:19.703 8 INFO neutron.manager [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loading Plugin: timestamp WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f7c3bfed668 pid: 7 (default app) 2026-07-31 00:32:19.706 8 INFO neutron.manager [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loading Plugin: network_ip_availability 2026-07-31 00:32:19.710 8 INFO neutron.manager [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loading Plugin: flavors 2026-07-31 00:32:19.713 8 INFO neutron.manager [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loading Plugin: revisions 2026-07-31 00:32:19.718 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Initializing extension manager. 2026-07-31 00:32:19.720 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: address-group 2026-07-31 00:32:19.721 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: address-scope 2026-07-31 00:32:19.722 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-31 00:32:19.723 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: agent 2026-07-31 00:32:19.723 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: agent-resources-synced 2026-07-31 00:32:19.725 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-31 00:32:19.726 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-31 00:32:19.727 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: availability_zone 2026-07-31 00:32:19.728 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: availability_zone_filter 2026-07-31 00:32:19.728 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-31 00:32:19.729 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: default-subnetpools 2026-07-31 00:32:19.730 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-31 00:32:19.731 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: dns-integration 2026-07-31 00:32:19.731 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: dns-domain-ports 2026-07-31 00:32:19.732 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-31 00:32:19.733 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: dvr 2026-07-31 00:32:19.733 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-31 00:32:19.734 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: empty-string-filtering 2026-07-31 00:32:19.734 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-31 00:32:19.735 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-31 00:32:19.735 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: external-net 2026-07-31 00:32:19.735 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-31 00:32:19.736 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: extraroute 2026-07-31 00:32:19.737 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: extraroute-atomic 2026-07-31 00:32:19.737 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-31 00:32:19.738 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-31 00:32:19.738 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-31 00:32:19.739 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-31 00:32:19.748 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: fip-port-details 2026-07-31 00:32:19.750 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: flavors 2026-07-31 00:32:19.752 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-31 00:32:19.753 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: floatingip-pools 2026-07-31 00:32:19.753 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: ip_allocation 2026-07-31 00:32:19.754 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-31 00:32:19.755 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: l2_adjacency 2026-07-31 00:32:19.756 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: router 2026-07-31 00:32:19.760 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-31 00:32:19.761 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-31 00:32:19.762 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-31 00:32:19.762 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: ext-gw-mode 2026-07-31 00:32:19.763 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: l3-ha 2026-07-31 00:32:19.763 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-31 00:32:19.765 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-31 00:32:19.765 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: l3-flavors 2026-07-31 00:32:19.767 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-31 00:32:19.767 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-31 00:32:19.770 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-31 00:32:19.771 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-31 00:32:19.772 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-31 00:32:19.773 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-31 00:32:19.774 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-31 00:32:19.775 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: multi-provider 2026-07-31 00:32:19.775 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: net-mtu 2026-07-31 00:32:19.776 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: net-mtu-writable 2026-07-31 00:32:19.776 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: network_availability_zone 2026-07-31 00:32:19.777 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: network_ha 2026-07-31 00:32:19.778 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: network-ip-availability 2026-07-31 00:32:19.779 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-31 00:32:19.779 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: pagination 2026-07-31 00:32:19.780 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: port-device-profile 2026-07-31 00:32:19.780 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-31 00:32:19.781 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-31 00:32:19.781 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-31 00:32:19.782 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: port-mac-override 2026-07-31 00:32:19.782 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-31 00:32:19.783 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-31 00:32:19.783 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-31 00:32:19.784 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: port-resource-request 2026-07-31 00:32:19.785 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-31 00:32:19.785 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-31 00:32:19.786 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: binding 2026-07-31 00:32:19.786 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: binding-extended 2026-07-31 00:32:19.787 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: port-security 2026-07-31 00:32:19.787 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: project-id 2026-07-31 00:32:19.788 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: provider 2026-07-31 00:32:19.788 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-31 00:32:19.791 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: qos 2026-07-31 00:32:19.792 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-31 00:32:19.792 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-31 00:32:19.793 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: qos-default 2026-07-31 00:32:19.793 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: qos-fip 2026-07-31 00:32:19.794 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-31 00:32:19.794 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-31 00:32:19.795 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-31 00:32:19.795 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-31 00:32:19.796 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-31 00:32:19.797 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: qos-pps 2026-07-31 00:32:19.797 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-31 00:32:19.798 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-31 00:32:19.799 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: qos-rules-alias 2026-07-31 00:32:19.799 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: quota-check-limit 2026-07-31 00:32:19.800 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-31 00:32:19.802 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: quotas 2026-07-31 00:32:19.803 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: quota_details 2026-07-31 00:32:19.804 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: rbac-policies 2026-07-31 00:32:19.805 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: rbac-address-group 2026-07-31 00:32:19.806 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: rbac-address-scope 2026-07-31 00:32:19.806 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: rbac-security-groups 2026-07-31 00:32:19.807 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-31 00:32:19.807 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: revision-if-match 2026-07-31 00:32:19.808 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-31 00:32:19.808 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: router_availability_zone 2026-07-31 00:32:19.809 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-31 00:32:19.811 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-31 00:32:19.811 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-31 00:32:19.812 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-31 00:32:19.812 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-31 00:32:19.813 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-31 00:32:19.814 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-31 00:32:19.819 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: security-group 2026-07-31 00:32:19.820 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: segment 2026-07-31 00:32:19.821 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-31 00:32:19.822 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: service-type 2026-07-31 00:32:19.822 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: sorting 2026-07-31 00:32:19.823 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: standard-attr-segment 2026-07-31 00:32:19.823 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: standard-attr-description 2026-07-31 00:32:19.824 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: stateful-security-group 2026-07-31 00:32:19.824 8 WARNING neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-31 00:32:19.825 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-31 00:32:19.825 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: subnet-external-network 2026-07-31 00:32:19.826 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: subnet_onboard 2026-07-31 00:32:19.828 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-31 00:32:19.828 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: subnet-service-types 2026-07-31 00:32:19.831 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: subnet_allocation 2026-07-31 00:32:19.833 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-31 00:32:19.833 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: tag-creation 2026-07-31 00:32:19.834 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-31 00:32:19.837 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: standard-attr-tag 2026-07-31 00:32:19.838 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-31 00:32:19.839 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: trunk 2026-07-31 00:32:19.840 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: trunk-details 2026-07-31 00:32:19.841 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-31 00:32:19.841 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-31 00:32:19.842 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-31 00:32:19.843 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-31 00:32:19.844 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-31 00:32:19.845 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-31 00:32:19.846 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: vpn-flavors 2026-07-31 00:32:19.849 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: vpnaas 2026-07-31 00:32:19.851 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: taas 2026-07-31 00:32:19.852 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: tap-mirror 2026-07-31 00:32:19.853 8 INFO neutron.api.extensions [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-31 00:32:19.856 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-31 00:32:19.856 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-31 00:32:19.857 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:32:19.857 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-31 00:32:19.861 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-31 00:32:19.862 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-31 00:32:19.871 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-31 00:32:19.872 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-31 00:32:19.872 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-31 00:32:19.873 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:32:19.874 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] subnetpool is already registered 2026-07-31 00:32:19.874 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:32:19.874 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] subnetpool is already registered 2026-07-31 00:32:19.875 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-31 00:32:19.875 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 00:32:19.875 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 00:32:19.876 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-31 00:32:19.876 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-31 00:32:19.877 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-31 00:32:19.877 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 00:32:19.877 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] ipsecpolicy is already registered 2026-07-31 00:32:19.878 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 00:32:19.879 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] ikepolicy is already registered 2026-07-31 00:32:19.884 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-31 00:32:19.884 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] router is already registered 2026-07-31 00:32:19.884 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-31 00:32:19.885 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] floatingip is already registered 2026-07-31 00:32:19.889 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-31 00:32:19.889 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] rbac_policy is already registered 2026-07-31 00:32:19.890 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-31 00:32:19.890 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] security_group is already registered 2026-07-31 00:32:19.890 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-31 00:32:19.891 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] security_group_rule is already registered 2026-07-31 00:32:19.891 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:32:19.892 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] subnetpool is already registered 2026-07-31 00:32:19.892 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-31 00:32:19.892 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] subnetpool is already registered 2026-07-31 00:32:19.893 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-31 00:32:19.893 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] trunk is already registered 2026-07-31 00:32:19.893 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 00:32:19.894 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] ikepolicy is already registered 2026-07-31 00:32:19.894 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 00:32:19.894 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] ipsecpolicy is already registered 2026-07-31 00:32:19.894 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-31 00:32:19.895 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] endpoint_group is already registered 2026-07-31 00:32:19.895 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-31 00:32:19.895 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] vpnservice is already registered 2026-07-31 00:32:19.896 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-31 00:32:19.896 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] ipsec_site_connection is already registered 2026-07-31 00:32:19.896 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-31 00:32:19.896 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] ipsecpolicy is already registered 2026-07-31 00:32:19.897 8 INFO neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-31 00:32:19.897 8 WARNING neutron.quota.resource_registry [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] ikepolicy is already registered 2026-07-31 00:32:19.935 8 WARNING keystonemiddleware._common.config [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-31 00:32:19.942 8 WARNING oslo_config.cfg [None req-bcd42898-68cd-4a0b-8a42-1c0e7eb67787 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f7c3bfed668 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-07-31 00:32:25.434 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b25b034c-3c7a-4000-9c84-699d10dfe7df c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 162.253.55.222 () {44 vars in 925 bytes} [Fri Jul 31 00:32:24 2026] GET /v2.0/networks/public => generated 108 bytes in 866 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] 162.253.55.222 () {44 vars in 947 bytes} [Fri Jul 31 00:32:25 2026] GET /v2.0/networks?name=public => generated 15 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 00:32:26.292 7 WARNING neutron.services.revisions.revision_plugin [None req-796f31d6-2a82-46e5-9155-b37b038de4b3 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Could not find related network for resource to bump revision. 2026-07-31 00:32:26.315 7 INFO neutron.db.segments_db [None req-796f31d6-2a82-46e5-9155-b37b038de4b3 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment e3502c90-df87-448b-a5b8-bedd25e176e5 of type flat for network 36a9c5ec-0d30-45f0-848f-d7382dd51e31 2026-07-31 00:32:26.363 7 INFO neutron.pecan_wsgi.hooks.translation [None req-796f31d6-2a82-46e5-9155-b37b038de4b3 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 162.253.55.222 () {48 vars in 965 bytes} [Fri Jul 31 00:32:25 2026] POST /v2.0/networks => generated 124 bytes in 571 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 00:32:32.585 8 INFO neutron.pecan_wsgi.hooks.translation [None req-164b96bb-9aaf-41a0-8a07-ee9a8b707c30 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 2/7] 162.253.55.222 () {44 vars in 925 bytes} [Fri Jul 31 00:32:32 2026] GET /v2.0/networks/public => generated 108 bytes in 368 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/8] 162.253.55.222 () {44 vars in 947 bytes} [Fri Jul 31 00:32:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 00:32:32.896 8 WARNING neutron.services.revisions.revision_plugin [None req-2aa129dc-116c-40bd-83a1-baf6d8160918 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Could not find related network for resource to bump revision. 2026-07-31 00:32:32.931 8 INFO neutron.db.segments_db [None req-2aa129dc-116c-40bd-83a1-baf6d8160918 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment 413d29d9-f12a-40b1-ad06-e608e21eb1cf of type flat for network f021be8b-11b1-41fe-a187-0c02dd34e7da 2026-07-31 00:32:32.982 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2aa129dc-116c-40bd-83a1-baf6d8160918 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/9] 162.253.55.222 () {48 vars in 965 bytes} [Fri Jul 31 00:32:32 2026] POST /v2.0/networks => generated 124 bytes in 409 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 00:32:38.890 8 INFO neutron.pecan_wsgi.hooks.translation [None req-96b4dbf3-6087-493c-86ea-f24b70d97aed c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 162.253.55.222 () {44 vars in 925 bytes} [Fri Jul 31 00:32:38 2026] GET /v2.0/networks/public => generated 108 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 162.253.55.222 () {44 vars in 947 bytes} [Fri Jul 31 00:32:38 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-07-31 00:32:38.995 8 WARNING neutron.services.revisions.revision_plugin [None req-b2971f2c-14ae-4ea3-8451-0c7642275f51 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Could not find related network for resource to bump revision. 2026-07-31 00:32:39.011 8 INFO neutron.db.segments_db [None req-b2971f2c-14ae-4ea3-8451-0c7642275f51 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment 1d36fe65-60f7-4b02-8862-98497bf2f2d9 of type flat for network 53051a0f-1f74-4f15-9476-dbdb3a385001 2026-07-31 00:32:39.105 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2971f2c-14ae-4ea3-8451-0c7642275f51 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 162.253.55.222 () {48 vars in 965 bytes} [Fri Jul 31 00:32:38 2026] POST /v2.0/networks => generated 124 bytes in 245 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 00:32:44.967 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c5f7df7-2a08-46b7-b8f9-7d91c58a13da c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/14] 162.253.55.222 () {44 vars in 925 bytes} [Fri Jul 31 00:32:44 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/15] 162.253.55.222 () {44 vars in 947 bytes} [Fri Jul 31 00:32:44 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-07-31 00:32:45.072 7 WARNING neutron.services.revisions.revision_plugin [None req-f8f19a4b-5ee4-4048-aac2-180d03290332 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Could not find related network for resource to bump revision. 2026-07-31 00:32:45.096 7 INFO neutron.db.segments_db [None req-f8f19a4b-5ee4-4048-aac2-180d03290332 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment b405db2f-9b6b-4614-9a99-8273ed728fd8 of type flat for network 67c34b8e-6449-4ab5-8a76-360232ef3332 2026-07-31 00:32:45.132 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f8f19a4b-5ee4-4048-aac2-180d03290332 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/16] 162.253.55.222 () {48 vars in 965 bytes} [Fri Jul 31 00:32:44 2026] POST /v2.0/networks => generated 124 bytes in 180 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 00:32:51.030 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b00b8917-be40-44ba-9141-a6675fcfb423 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 162.253.55.222 () {44 vars in 925 bytes} [Fri Jul 31 00:32:50 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 162.253.55.222 () {44 vars in 947 bytes} [Fri Jul 31 00:32:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 00:32:51.127 7 WARNING neutron.services.revisions.revision_plugin [None req-bd8c1c54-f23b-4912-a473-7f4ece997742 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Could not find related network for resource to bump revision. 2026-07-31 00:32:51.162 7 INFO neutron.db.segments_db [None req-bd8c1c54-f23b-4912-a473-7f4ece997742 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment 4db4d665-12b4-4cc6-b9a3-ffc59003c828 of type flat for network 2f170baa-2f73-4f95-90a0-de1f9a2b570b 2026-07-31 00:32:51.192 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd8c1c54-f23b-4912-a473-7f4ece997742 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/20] 162.253.55.222 () {48 vars in 965 bytes} [Fri Jul 31 00:32:51 2026] POST /v2.0/networks => generated 124 bytes in 178 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 00:32:57.120 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f298b0de-1441-4af4-8420-f7f873d78980 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 162.253.55.222 () {44 vars in 925 bytes} [Fri Jul 31 00:32:57 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 162.253.55.222 () {44 vars in 947 bytes} [Fri Jul 31 00:32: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-07-31 00:32:57.213 8 WARNING neutron.services.revisions.revision_plugin [None req-406dfb7b-41d7-417e-a4c3-d202b854d0ae c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Could not find related network for resource to bump revision. 2026-07-31 00:32:57.234 8 INFO neutron.db.segments_db [None req-406dfb7b-41d7-417e-a4c3-d202b854d0ae c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment 81063bbe-2aae-44ef-9413-86258d9ca85e of type flat for network 960339cd-c3dd-45ef-b274-be260b55e2ad [pid: 8|app: 0|req: 10/23] 162.253.55.222 () {48 vars in 965 bytes} [Fri Jul 31 00:32:57 2026] POST /v2.0/networks => generated 706 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 00:32:58.634 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7095d503-d3b5-4ccf-8679-55c3cbaa272a c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/24] 162.253.55.222 () {44 vars in 925 bytes} [Fri Jul 31 00:32:58 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/25] 162.253.55.222 () {44 vars in 947 bytes} [Fri Jul 31 00:32:58 2026] GET /v2.0/networks?name=public => generated 709 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 00:32:58.715 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9d566ac3-d2e7-443e-8069-459a1c8a7b04 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/26] 162.253.55.222 () {44 vars in 1032 bytes} [Fri Jul 31 00:32:58 2026] GET /v2.0/subnets/public-subnet?network_id=960339cd-c3dd-45ef-b274-be260b55e2ad => generated 113 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/27] 162.253.55.222 () {44 vars in 1055 bytes} [Fri Jul 31 00:32:58 2026] GET /v2.0/subnets?name=public-subnet&network_id=960339cd-c3dd-45ef-b274-be260b55e2ad => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/28] 162.253.55.222 () {48 vars in 963 bytes} [Fri Jul 31 00:32:58 2026] POST /v2.0/subnets => generated 664 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 00:37:54.684 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c7375def-2c99-415a-a5e4-7eb9441f658a c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/68] 162.253.55.222 () {44 vars in 935 bytes} [Fri Jul 31 00:37:54 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/69] 162.253.55.222 () {44 vars in 957 bytes} [Fri Jul 31 00:37:54 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 00:37:54.879 7 INFO neutron.db.segments_db [None req-ed04c1a4-bed8-4220-b3d9-fc366a721f37 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment b9ff5108-b0a6-4077-9ad1-d2487c2a4315 of type vxlan for network 533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2 [pid: 7|app: 0|req: 37/70] 162.253.55.222 () {48 vars in 964 bytes} [Fri Jul 31 00:37:54 2026] POST /v2.0/networks => generated 688 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 00:37:56.019 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2da264bb-3c6e-43fb-967c-089fe458ecaf c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/71] 162.253.55.222 () {44 vars in 935 bytes} [Fri Jul 31 00:37:55 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 162.253.55.222 () {44 vars in 957 bytes} [Fri Jul 31 00:37:56 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 00:37:56.091 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6d6b2bb2-f633-4857-935e-087764f9a1a3 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/73] 162.253.55.222 () {44 vars in 1034 bytes} [Fri Jul 31 00:37:56 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2 => generated 114 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 162.253.55.222 () {44 vars in 1057 bytes} [Fri Jul 31 00:37:56 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 162.253.55.222 () {48 vars in 963 bytes} [Fri Jul 31 00:37:56 2026] POST /v2.0/subnets => generated 651 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 00:37:57.621 7 INFO neutron.api.v2.resource [None req-aaa5a3d7-c2aa-4a0a-8658-3fdf6cec04b4 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/76] 162.253.55.222 () {44 vars in 969 bytes} [Fri Jul 31 00:37:57 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 162.253.55.222 () {44 vars in 991 bytes} [Fri Jul 31 00:37:57 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 162.253.55.222 () {48 vars in 978 bytes} [Fri Jul 31 00:37:57 2026] POST /v2.0/security-groups => generated 1616 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:37:58 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 1616 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:37:58 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 1616 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:37:59 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 162.253.55.222 () {48 vars in 989 bytes} [Fri Jul 31 00:37:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:00 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 2230 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:00 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 2230 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:00 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 162.253.55.222 () {48 vars in 989 bytes} [Fri Jul 31 00:38:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:01 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 2846 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:01 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:01 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 162.253.55.222 () {48 vars in 989 bytes} [Fri Jul 31 00:38:01 2026] POST /v2.0/security-group-rules => generated 603 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:02 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 3462 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:02 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:02 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 162.253.55.222 () {48 vars in 989 bytes} [Fri Jul 31 00:38:02 2026] POST /v2.0/security-group-rules => generated 603 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:03 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 4078 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:03 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:03 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 162.253.55.222 () {48 vars in 989 bytes} [Fri Jul 31 00:38:03 2026] POST /v2.0/security-group-rules => generated 603 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 162.253.55.222 () {44 vars in 985 bytes} [Fri Jul 31 00:38:05 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2 => generated 732 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 00:38:05.178 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4f0e987-3cb2-4788-9562-23f7648c60b2 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/102] 162.253.55.222 () {44 vars in 1074 bytes} [Fri Jul 31 00:38:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2 => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/103] 162.253.55.222 () {44 vars in 1097 bytes} [Fri Jul 31 00:38:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:05 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/105] 162.253.55.222 () {48 vars in 959 bytes} [Fri Jul 31 00:38:05 2026] POST /v2.0/ports => generated 1100 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-31 00:38:13.201 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b8ac19a-4db1-4dd5-a8a2-c88e19d2ba8e c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/106] 162.253.55.222 () {44 vars in 977 bytes} [Fri Jul 31 00:38:13 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 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: 52/107] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:13 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/108] 162.253.55.222 () {48 vars in 1029 bytes} [Fri Jul 31 00:38:13 2026] PUT /v2.0/ports/c39d3540-10de-4547-8744-a588cbb2c668 => generated 1249 bytes in 760 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/109] 162.253.55.222 () {44 vars in 918 bytes} [Fri Jul 31 00:38:15 2026] GET /v2.0/ports => generated 3730 bytes in 93 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-07-31 00:38:17.039 7 INFO neutron.api.v2.resource [None req-12484b88-3aed-4581-8b82-f8bd3c5d85f3 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/110] 162.253.55.222 () {44 vars in 957 bytes} [Fri Jul 31 00:38:16 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 162.253.55.222 () {44 vars in 979 bytes} [Fri Jul 31 00:38:17 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 162.253.55.222 () {48 vars in 978 bytes} [Fri Jul 31 00:38:17 2026] POST /v2.0/security-groups => generated 1610 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/113] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:18 2026] GET /v2.0/security-groups/9b1bd5ee-54ca-44df-885f-6606a67cda31 => generated 1610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:18 2026] GET /v2.0/security-groups/9b1bd5ee-54ca-44df-885f-6606a67cda31 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:18 2026] GET /v2.0/security-groups/9b1bd5ee-54ca-44df-885f-6606a67cda31 => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 162.253.55.222 () {48 vars in 989 bytes} [Fri Jul 31 00:38:18 2026] POST /v2.0/security-group-rules => generated 623 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/119] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:19 2026] GET /v2.0/security-groups/9b1bd5ee-54ca-44df-885f-6606a67cda31 => generated 2246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/120] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:19 2026] GET /v2.0/security-groups/9b1bd5ee-54ca-44df-885f-6606a67cda31 => 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: 59/121] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:38:19 2026] GET /v2.0/security-groups/9b1bd5ee-54ca-44df-885f-6606a67cda31 => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/122] 162.253.55.222 () {48 vars in 989 bytes} [Fri Jul 31 00:38:19 2026] POST /v2.0/security-group-rules => generated 627 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/131] 162.253.55.222 () {44 vars in 973 bytes} [Fri Jul 31 00:39:23 2026] GET /v2.0/quotas/aa5c5e5286ae4191a9636326cd014778 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/132] 162.253.55.222 () {48 vars in 1025 bytes} [Fri Jul 31 00:39:23 2026] PUT /v2.0/quotas/aa5c5e5286ae4191a9636326cd014778 => generated 291 bytes in 80 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-07-31 00:43:44.974 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd8418d5-3b88-4a62-8663-b83dc4cfbbad c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 86/167] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 00:43:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 82/168] 162.253.55.222 () {30 vars in 760 bytes} [Fri Jul 31 00:43:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 00:43:47.002 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c0b67c9-b654-42c0-845c-c7565070f680 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 87/169] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 00:43:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 83/170] 162.253.55.222 () {30 vars in 760 bytes} [Fri Jul 31 00:43:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 00:51:00.039 7 INFO neutron.api.v2.resource [None req-121cd131-e4ad-4561-b912-ffc043276b59 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 117/229] 162.253.55.222 () {44 vars in 1072 bytes} [Fri Jul 31 00:50:59 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=1b6d3f2f8a854146a99cb5f9602edc2d => generated 139 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/230] 162.253.55.222 () {44 vars in 1095 bytes} [Fri Jul 31 00:51:00 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=1b6d3f2f8a854146a99cb5f9602edc2d => generated 23 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/231] 162.253.55.222 () {48 vars in 979 bytes} [Fri Jul 31 00:51:01 2026] POST /v2.0/security-groups => generated 1624 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/232] 162.253.55.222 () {44 vars in 1086 bytes} [Fri Jul 31 00:51:02 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395?project_id=1b6d3f2f8a854146a99cb5f9602edc2d => generated 1624 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/233] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:51:02 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395 => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/234] 162.253.55.222 () {44 vars in 1086 bytes} [Fri Jul 31 00:51:02 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395?project_id=1b6d3f2f8a854146a99cb5f9602edc2d => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/235] 162.253.55.222 () {48 vars in 989 bytes} [Fri Jul 31 00:51:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/238] 162.253.55.222 () {44 vars in 1086 bytes} [Fri Jul 31 00:51:03 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395?project_id=1b6d3f2f8a854146a99cb5f9602edc2d => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/239] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:51:03 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/240] 162.253.55.222 () {44 vars in 1086 bytes} [Fri Jul 31 00:51:03 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395?project_id=1b6d3f2f8a854146a99cb5f9602edc2d => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/241] 162.253.55.222 () {48 vars in 989 bytes} [Fri Jul 31 00:51:03 2026] POST /v2.0/security-group-rules => generated 599 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/242] 162.253.55.222 () {44 vars in 1086 bytes} [Fri Jul 31 00:51:04 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395?project_id=1b6d3f2f8a854146a99cb5f9602edc2d => generated 2846 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/243] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:51:04 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395 => generated 2846 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/244] 162.253.55.222 () {44 vars in 1086 bytes} [Fri Jul 31 00:51:05 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395?project_id=1b6d3f2f8a854146a99cb5f9602edc2d => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/245] 162.253.55.222 () {48 vars in 989 bytes} [Fri Jul 31 00:51:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/246] 162.253.55.222 () {44 vars in 1086 bytes} [Fri Jul 31 00:51:06 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395?project_id=1b6d3f2f8a854146a99cb5f9602edc2d => generated 3460 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/247] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 00:51:06 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/248] 162.253.55.222 () {44 vars in 1086 bytes} [Fri Jul 31 00:51:06 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395?project_id=1b6d3f2f8a854146a99cb5f9602edc2d => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/249] 162.253.55.222 () {48 vars in 989 bytes} [Fri Jul 31 00:51:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 151/296] 162.253.55.222 () {30 vars in 737 bytes} [Fri Jul 31 00:57:01 2026] GET /v2.0/networks?tenant_id=1b6d3f2f8a854146a99cb5f9602edc2d&shared=False => generated 15 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 00:57:02.198 8 INFO neutron.db.segments_db [None req-66ab7807-0671-43ff-85f0-68894be81639 e3b3bfb68271439994c35748dcdd3112 1b6d3f2f8a854146a99cb5f9602edc2d - - f68eb5af27aa45a4bce7265c13d5e3a8 f68eb5af27aa45a4bce7265c13d5e3a8] Added segment d9961bd1-1ad3-4d25-8ae2-26327884bb79 of type vxlan for network 8adea02c-5a08-428d-aaa1-aabed2a321cc [pid: 8|app: 0|req: 146/297] 162.253.55.222 () {34 vars in 679 bytes} [Fri Jul 31 00:57:02 2026] POST /v2.0/networks => generated 699 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 152/298] 162.253.55.222 () {30 vars in 719 bytes} [Fri Jul 31 00:57:02 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/299] 162.253.55.222 () {30 vars in 630 bytes} [Fri Jul 31 00:57:02 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 153/300] 162.253.55.222 () {34 vars in 674 bytes} [Fri Jul 31 00:57:02 2026] POST /v2.0/ports => generated 999 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/301] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 00:57:02 2026] GET /v2.0/networks/8adea02c-5a08-428d-aaa1-aabed2a321cc => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/304] 162.253.55.222 () {30 vars in 719 bytes} [Fri Jul 31 00:57:04 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/305] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 00:57:04 2026] GET /v2.0/networks/8adea02c-5a08-428d-aaa1-aabed2a321cc => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/308] 162.253.55.222 () {44 vars in 973 bytes} [Fri Jul 31 00:57:21 2026] GET /v2.0/quotas/1b6d3f2f8a854146a99cb5f9602edc2d => 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: 152/309] 162.253.55.222 () {48 vars in 1025 bytes} [Fri Jul 31 00:57:22 2026] PUT /v2.0/quotas/1b6d3f2f8a854146a99cb5f9602edc2d => generated 291 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:10:34.428 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee458791-2d7a-48af-a9f0-0d37fee1de0e c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 206/416] 162.253.55.222 () {44 vars in 925 bytes} [Fri Jul 31 01:10:34 2026] GET /v2.0/networks/public => generated 108 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/417] 162.253.55.222 () {44 vars in 947 bytes} [Fri Jul 31 01:10:34 2026] GET /v2.0/networks?name=public => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:10:35.657 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0efe54f9-361b-4423-b721-67ccf6e95b5b c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 207/418] 162.253.55.222 () {44 vars in 925 bytes} [Fri Jul 31 01:10:35 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/419] 162.253.55.222 () {44 vars in 947 bytes} [Fri Jul 31 01:10:35 2026] GET /v2.0/networks?name=public => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:10:35.734 8 INFO neutron.pecan_wsgi.hooks.translation [None req-356122b6-339b-475a-add6-428eb5426ee1 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 208/420] 162.253.55.222 () {44 vars in 1032 bytes} [Fri Jul 31 01:10:35 2026] GET /v2.0/subnets/public-subnet?network_id=960339cd-c3dd-45ef-b274-be260b55e2ad => generated 113 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/421] 162.253.55.222 () {44 vars in 1055 bytes} [Fri Jul 31 01:10:35 2026] GET /v2.0/subnets?name=public-subnet&network_id=960339cd-c3dd-45ef-b274-be260b55e2ad => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:11:04.638 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c0f976a-018f-4349-8b37-40047e3e0bd8 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 211/426] 162.253.55.222 () {44 vars in 935 bytes} [Fri Jul 31 01:11:04 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/427] 162.253.55.222 () {44 vars in 957 bytes} [Fri Jul 31 01:11:04 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-07-31 01:11:05.643 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8cd870f4-83c2-4ffb-a9b3-ac9ad121f0aa c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 212/428] 162.253.55.222 () {44 vars in 935 bytes} [Fri Jul 31 01:11:05 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/429] 162.253.55.222 () {44 vars in 957 bytes} [Fri Jul 31 01:11:05 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-07-31 01:11:05.712 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7e75e4b2-a3dd-4faa-b2e9-c8479a558ddb c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 213/430] 162.253.55.222 () {44 vars in 1034 bytes} [Fri Jul 31 01:11:05 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/431] 162.253.55.222 () {44 vars in 1057 bytes} [Fri Jul 31 01:11:05 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:11:06.772 8 INFO neutron.api.v2.resource [None req-4d522e9c-cfc7-4b7e-a531-669c13e99841 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 214/432] 162.253.55.222 () {44 vars in 969 bytes} [Fri Jul 31 01:11:06 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/433] 162.253.55.222 () {44 vars in 991 bytes} [Fri Jul 31 01:11:06 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/434] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:11:07 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/435] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:11:07 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 4694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/436] 162.253.55.222 () {44 vars in 1009 bytes} [Fri Jul 31 01:11:07 2026] GET /v2.0/security-group-rules/50c08eca-bafa-4ba3-98ee-1dd060dac3c6 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/437] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:11:08 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 4694 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/438] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:11:08 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/439] 162.253.55.222 () {44 vars in 1009 bytes} [Fri Jul 31 01:11:08 2026] GET /v2.0/security-group-rules/f3f1e374-e20e-4057-8323-3d9f9396b349 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/440] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:11:09 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/441] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:11:09 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/442] 162.253.55.222 () {44 vars in 1009 bytes} [Fri Jul 31 01:11:09 2026] GET /v2.0/security-group-rules/75e9a25f-1b4d-489d-a500-b3f0b52cfdd1 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/443] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:11:10 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/444] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:11:10 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/445] 162.253.55.222 () {44 vars in 1009 bytes} [Fri Jul 31 01:11:10 2026] GET /v2.0/security-group-rules/b10988c6-f74d-41af-b72f-faf35913ad72 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/446] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:11:11 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 4694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/447] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:11:11 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/448] 162.253.55.222 () {44 vars in 1009 bytes} [Fri Jul 31 01:11:11 2026] GET /v2.0/security-group-rules/4d953b1e-a0d6-4369-9112-9e28992fd4c3 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/449] 162.253.55.222 () {44 vars in 985 bytes} [Fri Jul 31 01:11:12 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2 => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:11:13.055 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b7f2beb1-34eb-45ea-a6aa-a19549952536 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 223/450] 162.253.55.222 () {44 vars in 1074 bytes} [Fri Jul 31 01:11:13 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/451] 162.253.55.222 () {44 vars in 1097 bytes} [Fri Jul 31 01:11:13 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2 => generated 1254 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/452] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:11:13 2026] GET /v2.0/security-groups/732ebad9-acce-4952-8a24-d422bf5655b4 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:11:20.941 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3f41009-084b-4142-9f8b-f06a1bebf8aa c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 230/455] 162.253.55.222 () {44 vars in 977 bytes} [Fri Jul 31 01:11:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/456] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:11:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/457] 162.253.55.222 () {44 vars in 918 bytes} [Fri Jul 31 01:11:22 2026] GET /v2.0/ports => generated 4725 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:11:23.631 8 INFO neutron.api.v2.resource [None req-71c0dc01-b38e-48e7-b120-86b72331c534 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 227/458] 162.253.55.222 () {44 vars in 957 bytes} [Fri Jul 31 01:11:23 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/459] 162.253.55.222 () {44 vars in 979 bytes} [Fri Jul 31 01:11:23 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/460] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/security-groups/9b1bd5ee-54ca-44df-885f-6606a67cda31 => generated 2886 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/461] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/security-groups/9b1bd5ee-54ca-44df-885f-6606a67cda31 => generated 2886 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/462] 162.253.55.222 () {44 vars in 1009 bytes} [Fri Jul 31 01:11:24 2026] GET /v2.0/security-group-rules/ce499094-6011-4e91-a507-fb5f0f66de45 => generated 623 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/463] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:11:25 2026] GET /v2.0/security-groups/9b1bd5ee-54ca-44df-885f-6606a67cda31 => generated 2886 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/464] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:11:25 2026] GET /v2.0/security-groups/9b1bd5ee-54ca-44df-885f-6606a67cda31 => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/465] 162.253.55.222 () {44 vars in 1009 bytes} [Fri Jul 31 01:11:25 2026] GET /v2.0/security-group-rules/b1532f0c-1d22-4932-a3f9-5af2d61cad67 => generated 627 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/468] 162.253.55.222 () {44 vars in 973 bytes} [Fri Jul 31 01:11:38 2026] GET /v2.0/quotas/aa5c5e5286ae4191a9636326cd014778 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:12:35.243 7 INFO neutron.api.v2.resource [None req-ccdaed65-62bf-4c5b-87ce-99d0f197fd6e c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 242/477] 162.253.55.222 () {44 vars in 1072 bytes} [Fri Jul 31 01:12:35 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=1b6d3f2f8a854146a99cb5f9602edc2d => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/478] 162.253.55.222 () {44 vars in 1095 bytes} [Fri Jul 31 01:12:35 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=1b6d3f2f8a854146a99cb5f9602edc2d => generated 4072 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/479] 162.253.55.222 () {44 vars in 1086 bytes} [Fri Jul 31 01:12:36 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395?project_id=1b6d3f2f8a854146a99cb5f9602edc2d => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/480] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:12:36 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395 => generated 4075 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/481] 162.253.55.222 () {44 vars in 1009 bytes} [Fri Jul 31 01:12:36 2026] GET /v2.0/security-group-rules/d3939b25-9167-4635-9444-1f68e42440b9 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/482] 162.253.55.222 () {44 vars in 1086 bytes} [Fri Jul 31 01:12:37 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395?project_id=1b6d3f2f8a854146a99cb5f9602edc2d => 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: 245/483] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:12:37 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/484] 162.253.55.222 () {44 vars in 1009 bytes} [Fri Jul 31 01:12:37 2026] GET /v2.0/security-group-rules/12dfe4a1-eb29-4819-b472-9dd0a9e6fe2b => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/485] 162.253.55.222 () {44 vars in 1086 bytes} [Fri Jul 31 01:12:38 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395?project_id=1b6d3f2f8a854146a99cb5f9602edc2d => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/486] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:12:38 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/487] 162.253.55.222 () {44 vars in 1009 bytes} [Fri Jul 31 01:12:38 2026] GET /v2.0/security-group-rules/c8e6104b-f020-49d2-a09f-2ce64367f363 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/488] 162.253.55.222 () {44 vars in 1086 bytes} [Fri Jul 31 01:12:39 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395?project_id=1b6d3f2f8a854146a99cb5f9602edc2d => generated 4075 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/489] 162.253.55.222 () {44 vars in 999 bytes} [Fri Jul 31 01:12:39 2026] GET /v2.0/security-groups/fae07c6a-e869-4134-8268-bbc4b2502395 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/490] 162.253.55.222 () {44 vars in 1009 bytes} [Fri Jul 31 01:12:39 2026] GET /v2.0/security-group-rules/9128e899-9eec-4509-912f-1c16c3dd1ce2 => generated 602 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/491] 162.253.55.222 () {44 vars in 973 bytes} [Fri Jul 31 01:12:47 2026] GET /v2.0/quotas/1b6d3f2f8a854146a99cb5f9602edc2d => 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: 250/506] 162.253.55.222 () {44 vars in 947 bytes} [Fri Jul 31 01:14:27 2026] GET /v2.0/networks?name=public => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/513] 10.0.0.229 () {32 vars in 646 bytes} [Fri Jul 31 01:15:07 2026] GET /v2.0/networks => generated 2168 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/514] 10.0.0.229 () {32 vars in 652 bytes} [Fri Jul 31 01:15:09 2026] GET /v2.0/floatingips => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/515] 10.0.0.229 () {32 vars in 644 bytes} [Fri Jul 31 01:15:09 2026] GET /v2.0/routers => generated 15 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/516] 10.0.0.229 () {32 vars in 640 bytes} [Fri Jul 31 01:15:09 2026] GET /v2.0/ports => generated 4725 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/517] 10.0.0.229 () {32 vars in 644 bytes} [Fri Jul 31 01:15:09 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/518] 10.0.0.229 () {32 vars in 646 bytes} [Fri Jul 31 01:15:09 2026] GET /v2.0/networks => generated 2168 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/519] 10.0.0.229 () {32 vars in 660 bytes} [Fri Jul 31 01:15:09 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/520] 10.0.0.229 () {32 vars in 652 bytes} [Fri Jul 31 01:15:09 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:15:20.639 7 INFO neutron.db.segments_db [None req-f4e8e0b2-7b75-4ce8-a9f2-a5a5ec9e6479 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment dac0daa2-da7e-483f-81ac-59e543fd5508 of type vxlan for network 10d368ee-2207-40e0-be6a-307d4990d837 2026-07-31 01:15:20.674 8 INFO neutron.db.segments_db [None req-699525d7-34d2-4932-b985-5c0313c19685 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment 05880b5e-997d-43fa-b6a7-a2dd20b499df of type vxlan for network d121d4a6-b89b-42b5-b447-8851d7f33a88 [pid: 7|app: 0|req: 265/523] 10.0.0.229 () {34 vars in 668 bytes} [Fri Jul 31 01:15:20 2026] POST /v2.0/networks => generated 727 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/524] 10.0.0.229 () {34 vars in 668 bytes} [Fri Jul 31 01:15:20 2026] POST /v2.0/networks => generated 724 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:15:21.123 7 INFO neutron.db.segments_db [None req-d1375e28-6758-44a9-9c98-2515d1c56686 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment 055801ad-7797-4589-afb7-c705bcdc09c0 of type vxlan for network bc869ebe-2968-4f4b-988c-f35d30d1b51e [pid: 8|app: 0|req: 260/525] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:15:20 2026] POST /v2.0/subnets => generated 693 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/526] 10.0.0.229 () {34 vars in 668 bytes} [Fri Jul 31 01:15:20 2026] POST /v2.0/networks => generated 730 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/527] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:15:21 2026] GET /v2.0/security-groups?tenant_id=385d94b8489444a899a8306dbbd49e6d&name=default => generated 2921 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:15:21.548 7 INFO neutron.db.segments_db [None req-82c269c4-688f-40b5-bc3d-be3fc97e4a3f c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment 9efef2a1-b954-4470-8de7-9c42aece03c0 of type vxlan for network f7b24e71-79ba-4e5a-add6-d47b567a66e2 [pid: 8|app: 0|req: 261/528] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:15:21 2026] POST /v2.0/subnets => generated 690 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:15:21.900 7 INFO neutron.db.l3_hamode_db [None req-82c269c4-688f-40b5-bc3d-be3fc97e4a3f c56f85c730cc4b51acc9e9728bbaf937 5f466fcd0f70434f975362a329af7a2b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 262/529] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:15:21 2026] POST /v2.0/subnets => generated 696 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/530] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:15:21 2026] DELETE /v2.0/security-groups/0cbb08e9-d0f3-4c46-818c-c3dc458573e2 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:15:22.146 8 INFO neutron.db.segments_db [None req-4806c33a-7851-4a88-9497-354ff65bea29 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment c6cbc707-f5da-46db-8f6b-8b466021901c of type vxlan for network de1fb9d4-75fb-4c3a-9faa-0677ebc14ca0 2026-07-31 01:15:22.516 8 INFO neutron.db.l3_hamode_db [None req-4806c33a-7851-4a88-9497-354ff65bea29 c56f85c730cc4b51acc9e9728bbaf937 b6019e5b5ebe4705858651814aacf15b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:15:23.372 7 INFO neutron.db.l3_hamode_db [None req-82c269c4-688f-40b5-bc3d-be3fc97e4a3f c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:15:23.535 8 INFO neutron.db.l3_hamode_db [None req-4806c33a-7851-4a88-9497-354ff65bea29 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 268/531] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:15:21 2026] POST /v2.0/routers => generated 733 bytes in 3183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:15:24.729 7 INFO neutron.db.segments_db [None req-b974674a-3d18-4842-bc9c-4c335854e4ad c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment 50af7d6b-0c34-4402-9f68-10b364260f2a of type vxlan for network e16c7af0-a780-4df0-a69c-aebccc2ab1c4 [pid: 8|app: 0|req: 264/532] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:15:22 2026] POST /v2.0/routers => generated 730 bytes in 3020 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:15:25.113 7 INFO neutron.db.l3_hamode_db [None req-b974674a-3d18-4842-bc9c-4c335854e4ad c56f85c730cc4b51acc9e9728bbaf937 c7f84d7f03714946a05beb3e1586e534 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:15:25.439 8 INFO neutron.db.segments_db [None req-f6b8ee4c-6295-463b-adc4-220a0ca8037f c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment f2ade0bb-4e32-4700-afcd-c0cf237d40cb of type vxlan for network bc16496f-395b-4d56-a398-28245a353076 [pid: 8|app: 0|req: 265/533] 10.0.0.229 () {34 vars in 668 bytes} [Fri Jul 31 01:15:25 2026] POST /v2.0/networks => generated 726 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:15:25.985 7 INFO neutron.db.l3_hamode_db [None req-b974674a-3d18-4842-bc9c-4c335854e4ad c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 266/534] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:15:25 2026] PUT /v2.0/routers/a04f05cd-789e-423e-8b6f-f68340b9726b/add_router_interface => generated 309 bytes in 1207 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/535] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:15:24 2026] POST /v2.0/routers => generated 736 bytes in 2358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/536] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:15:27 2026] POST /v2.0/subnets => generated 692 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/537] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:15:26 2026] PUT /v2.0/routers/fe69cc3c-94c9-48ff-b88e-ce0a72f39497/add_router_interface => generated 309 bytes in 1300 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:15:28.194 8 INFO neutron.db.segments_db [None req-3a0be4e4-ffb7-4601-9b07-0ec7d0afda49 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment ecf0151b-f35a-4af6-b399-8611f54e4033 of type vxlan for network aa2cb998-330b-425b-8c80-e1ccc06717c4 2026-07-31 01:15:28.570 8 INFO neutron.db.l3_hamode_db [None req-3a0be4e4-ffb7-4601-9b07-0ec7d0afda49 c56f85c730cc4b51acc9e9728bbaf937 b4aede258769464fbfe7fbe3f23e1136 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 271/538] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:15:27 2026] PUT /v2.0/routers/f56e1954-188e-49c2-99fb-cefc686c5ec6/add_router_interface => generated 309 bytes in 1377 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/539] 10.0.0.236 () {34 vars in 979 bytes} [Fri Jul 31 01:15:28 2026] GET /v2.0/networks?id=10d368ee-2207-40e0-be6a-307d4990d837 => generated 678 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/540] 10.0.0.229 () {34 vars in 682 bytes} [Fri Jul 31 01:15:28 2026] POST /v2.0/security-groups => generated 1658 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/541] 10.0.0.236 () {34 vars in 962 bytes} [Fri Jul 31 01:15:29 2026] GET /v2.0/quotas/5f466fcd0f70434f975362a329af7a2b => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/542] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:15:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/543] 10.0.0.236 () {34 vars in 999 bytes} [Fri Jul 31 01:15:29 2026] GET /v2.0/ports?tenant_id=5f466fcd0f70434f975362a329af7a2b&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:15:29.429 8 INFO neutron.db.l3_hamode_db [None req-3a0be4e4-ffb7-4601-9b07-0ec7d0afda49 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 277/544] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:15:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/545] 10.0.0.236 () {38 vars in 968 bytes} [Fri Jul 31 01:15:29 2026] POST /v2.0/security-groups => generated 1684 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/546] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:15:28 2026] POST /v2.0/routers => generated 732 bytes in 2398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/547] 10.0.0.236 () {34 vars in 904 bytes} [Fri Jul 31 01:15:30 2026] GET /v2.0/extensions => generated 21537 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/548] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:30 2026] GET /v2.0/security-groups/b9f56c26-9e28-44f8-96bf-95e5760cfbaa => generated 1684 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/549] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:15:29 2026] POST /v2.0/floatingips => generated 552 bytes in 986 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/550] 10.0.0.236 () {34 vars in 1005 bytes} [Fri Jul 31 01:15:30 2026] GET /v2.0/networks/10d368ee-2207-40e0-be6a-307d4990d837?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: 281/551] 10.0.0.236 () {38 vars in 978 bytes} [Fri Jul 31 01:15:30 2026] POST /v2.0/security-group-rules => generated 614 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/552] 10.0.0.236 () {34 vars in 1105 bytes} [Fri Jul 31 01:15:31 2026] GET /v2.0/networks/10d368ee-2207-40e0-be6a-307d4990d837?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: 283/553] 10.0.0.236 () {34 vars in 1095 bytes} [Fri Jul 31 01:15:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--303846881&fields=id&tenant_id=b6019e5b5ebe4705858651814aacf15b => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/554] 10.0.0.236 () {34 vars in 979 bytes} [Fri Jul 31 01:15:31 2026] GET /v2.0/networks?id=d121d4a6-b89b-42b5-b447-8851d7f33a88 => generated 675 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/555] 10.0.0.236 () {34 vars in 962 bytes} [Fri Jul 31 01:15:31 2026] GET /v2.0/quotas/b6019e5b5ebe4705858651814aacf15b => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/556] 10.0.0.236 () {38 vars in 968 bytes} [Fri Jul 31 01:15:31 2026] POST /v2.0/security-groups => generated 1684 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/557] 10.0.0.236 () {34 vars in 999 bytes} [Fri Jul 31 01:15:31 2026] GET /v2.0/ports?tenant_id=b6019e5b5ebe4705858651814aacf15b&fields=id => generated 57 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/558] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:31 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/559] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:31 2026] GET /v2.0/security-groups/da732491-e5f8-4503-be1a-7c3a3c91444d => generated 1684 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/560] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:15:30 2026] PUT /v2.0/routers/097ddd37-9f3f-400b-ba4a-6c11d6880d92/add_router_interface => generated 309 bytes in 1219 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/561] 10.0.0.236 () {38 vars in 978 bytes} [Fri Jul 31 01:15:31 2026] POST /v2.0/security-group-rules => generated 614 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/562] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:31 2026] GET /v2.0/security-groups/da732491-e5f8-4503-be1a-7c3a3c91444d => generated 2309 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/563] 10.0.0.236 () {34 vars in 904 bytes} [Fri Jul 31 01:15:31 2026] GET /v2.0/extensions => generated 21537 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/564] 10.0.0.236 () {34 vars in 1005 bytes} [Fri Jul 31 01:15:31 2026] GET /v2.0/networks/d121d4a6-b89b-42b5-b447-8851d7f33a88?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/565] 10.0.0.236 () {34 vars in 1105 bytes} [Fri Jul 31 01:15:32 2026] GET /v2.0/networks/d121d4a6-b89b-42b5-b447-8851d7f33a88?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/566] 10.0.0.236 () {38 vars in 978 bytes} [Fri Jul 31 01:15:31 2026] POST /v2.0/security-group-rules => generated 619 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/567] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:32 2026] GET /v2.0/security-groups/da732491-e5f8-4503-be1a-7c3a3c91444d => generated 2939 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/568] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:32 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/569] 10.0.0.236 () {34 vars in 998 bytes} [Fri Jul 31 01:15:32 2026] GET /v2.0/security-group-rules/308dd1cc-6ab1-4c69-b88d-77b63877f24f => generated 616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/570] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:32 2026] GET /v2.0/security-groups/da732491-e5f8-4503-be1a-7c3a3c91444d => generated 2939 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/571] 10.0.0.236 () {36 vars in 1020 bytes} [Fri Jul 31 01:15:32 2026] DELETE /v2.0/security-group-rules/308dd1cc-6ab1-4c69-b88d-77b63877f24f => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/572] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:32 2026] GET /v2.0/security-groups/da732491-e5f8-4503-be1a-7c3a3c91444d => generated 2309 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/573] 10.0.0.236 () {38 vars in 968 bytes} [Fri Jul 31 01:15:32 2026] POST /v2.0/security-groups => generated 1682 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/574] 10.0.0.236 () {36 vars in 1010 bytes} [Fri Jul 31 01:15:32 2026] DELETE /v2.0/security-groups/da732491-e5f8-4503-be1a-7c3a3c91444d => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/575] 10.0.0.236 () {38 vars in 968 bytes} [Fri Jul 31 01:15:32 2026] POST /v2.0/security-groups => generated 1681 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/576] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:32 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => 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: 297/577] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:32 2026] GET /v2.0/security-groups/b9f56c26-9e28-44f8-96bf-95e5760cfbaa => generated 2309 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/578] 10.0.0.236 () {36 vars in 1010 bytes} [Fri Jul 31 01:15:32 2026] DELETE /v2.0/security-groups/b9f56c26-9e28-44f8-96bf-95e5760cfbaa => generated 0 bytes in 225 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/579] 10.0.0.236 () {38 vars in 968 bytes} [Fri Jul 31 01:15:32 2026] POST /v2.0/security-groups => generated 1680 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/580] 10.0.0.236 () {34 vars in 999 bytes} [Fri Jul 31 01:15:33 2026] GET /v2.0/security-groups?tenant_id=b4aede258769464fbfe7fbe3f23e1136 => generated 7908 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/581] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:33 2026] GET /v2.0/security-groups/669b3b38-2925-4757-87c9-d69192ed9b22 => generated 2922 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/583] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:33 2026] GET /v2.0/security-groups/669b3b38-2925-4757-87c9-d69192ed9b22 => generated 2922 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/585] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:33 2026] GET /v2.0/security-groups/5ed96be4-0304-4707-b4d1-b8c3c93f74bf => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:15:33.554 7 INFO neutron_taas.services.taas.taas_plugin [None req-9eb42194-9af8-4715-a5c7-ff5bb89da4a6 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 56a51c60-335c-4e8e-a370-e066df33237d 2026-07-31 01:15:33.564 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9eb42194-9af8-4715-a5c7-ff5bb89da4a6 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 56a51c60-335c-4e8e-a370-e066df33237d [pid: 8|app: 0|req: 288/586] 10.0.0.236 () {36 vars in 1010 bytes} [Fri Jul 31 01:15:33 2026] DELETE /v2.0/security-groups/5ed96be4-0304-4707-b4d1-b8c3c93f74bf => generated 0 bytes in 402 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/587] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:33 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:15:33.761 8 INFO neutron.api.v2.resource [req-84a23407-c3df-4f63-ac84-5ada3179ccaf req-b5a3bb6d-e710-4a8d-ba9a-e6e01631f97d 2a493d5a55f44a6ab21b1a46ad744698 b4aede258769464fbfe7fbe3f23e1136 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 290/588] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:33 2026] GET /v2.0/security-groups/5ed96be4-0304-4707-b4d1-b8c3c93f74bf => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/589] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:33 2026] GET /v2.0/security-groups/0fc097b2-bea6-4631-a529-14a340adb328 => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/590] 10.0.0.236 () {36 vars in 1010 bytes} [Fri Jul 31 01:15:33 2026] DELETE /v2.0/security-groups/0fc097b2-bea6-4631-a529-14a340adb328 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/591] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:34 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:15:34.063 8 INFO neutron.api.v2.resource [req-f88632c4-21fc-4cdf-a6ba-5eb19605f0d5 req-02506136-3b5f-49da-b80b-d2507f7c5657 2a493d5a55f44a6ab21b1a46ad744698 b4aede258769464fbfe7fbe3f23e1136 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 294/592] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:34 2026] GET /v2.0/security-groups/0fc097b2-bea6-4631-a529-14a340adb328 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/593] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:34 2026] GET /v2.0/security-groups/1b307773-1c9c-4f29-a3b0-974e6e1601ea => generated 1680 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/594] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:15:33 2026] PUT /v2.0/routers/f56e1954-188e-49c2-99fb-cefc686c5ec6/remove_router_interface => generated 309 bytes in 1088 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/595] 10.0.0.236 () {36 vars in 1010 bytes} [Fri Jul 31 01:15:34 2026] DELETE /v2.0/security-groups/1b307773-1c9c-4f29-a3b0-974e6e1601ea => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:15:34.282 8 INFO neutron.api.v2.resource [req-bab16a1e-036e-45e3-8b34-82a74f984b95 req-8bc23d47-c0b6-4eee-83f4-1e0308e152b7 2a493d5a55f44a6ab21b1a46ad744698 b4aede258769464fbfe7fbe3f23e1136 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 297/596] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:34 2026] GET /v2.0/security-groups/1b307773-1c9c-4f29-a3b0-974e6e1601ea => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:15:34.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-60228711-a77c-4204-99bd-97e85b391a37 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: c757ac68-e32b-480f-9560-4d084584a9c4 2026-07-31 01:15:34.356 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60228711-a77c-4204-99bd-97e85b391a37 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: c757ac68-e32b-480f-9560-4d084584a9c4 [pid: 8|app: 0|req: 298/597] 10.0.0.236 () {34 vars in 999 bytes} [Fri Jul 31 01:15:34 2026] GET /v2.0/security-groups?tenant_id=b4aede258769464fbfe7fbe3f23e1136 => generated 2925 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/598] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:34 2026] GET /v2.0/security-groups/669b3b38-2925-4757-87c9-d69192ed9b22 => generated 2922 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/599] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:34 2026] GET /v2.0/security-groups/669b3b38-2925-4757-87c9-d69192ed9b22 => generated 2922 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:15:34.485 8 INFO neutron.api.v2.resource [req-3ac5915f-0956-4f3c-a8ea-4f29c6c8c8fe req-543a889b-347a-4098-9999-ce16217ea530 2a493d5a55f44a6ab21b1a46ad744698 b4aede258769464fbfe7fbe3f23e1136 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 301/600] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:34 2026] GET /v2.0/security-groups/1b307773-1c9c-4f29-a3b0-974e6e1601ea => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:15:34.525 8 INFO neutron.api.v2.resource [req-9568ca1f-96b0-4a16-a652-762bb66a284b req-85025f25-ffef-470d-94d3-c8fc174a9c11 2a493d5a55f44a6ab21b1a46ad744698 b4aede258769464fbfe7fbe3f23e1136 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 302/601] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:34 2026] GET /v2.0/security-groups/0fc097b2-bea6-4631-a529-14a340adb328 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:15:34.565 8 INFO neutron.api.v2.resource [req-c174f0d7-775a-4655-bc59-14cd1f3bb09b req-39342795-e25d-4af5-a40a-562c91d36afc 2a493d5a55f44a6ab21b1a46ad744698 b4aede258769464fbfe7fbe3f23e1136 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 303/602] 10.0.0.236 () {34 vars in 988 bytes} [Fri Jul 31 01:15:34 2026] GET /v2.0/security-groups/5ed96be4-0304-4707-b4d1-b8c3c93f74bf => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:15:34.592 7 INFO neutron_taas.services.taas.taas_plugin [None req-60228711-a77c-4204-99bd-97e85b391a37 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 846d9ed0-19f4-4e5d-a686-18f6f5fbcf79 2026-07-31 01:15:34.596 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60228711-a77c-4204-99bd-97e85b391a37 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 846d9ed0-19f4-4e5d-a686-18f6f5fbcf79 2026-07-31 01:15:34.661 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-60228711-a77c-4204-99bd-97e85b391a37 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-07-31 01:15:35.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-88376b32-03e2-4336-b4b2-1d4893a2b5f8 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 6e5a261f-300a-440f-8921-503fd075b325 2026-07-31 01:15:35.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88376b32-03e2-4336-b4b2-1d4893a2b5f8 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 6e5a261f-300a-440f-8921-503fd075b325 2026-07-31 01:15:35.128 7 INFO neutron.db.l3_hamode_db [None req-60228711-a77c-4204-99bd-97e85b391a37 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] HA network e16c7af0-a780-4df0-a69c-aebccc2ab1c4 was deleted as no HA routers are present in tenant c7f84d7f03714946a05beb3e1586e534. [pid: 7|app: 0|req: 300/603] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:15:34 2026] DELETE /v2.0/routers/f56e1954-188e-49c2-99fb-cefc686c5ec6 => generated 0 bytes in 971 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/604] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:35 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/605] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:35 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => 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: 303/606] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:15:35 2026] DELETE /v2.0/subnets/1ee6c9bd-05bc-4934-b5b2-3d769867bf4a => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:15:35.430 7 INFO neutron.services.segments.plugin [-] Segment 50af7d6b-0c34-4402-9f68-10b364260f2a resource provider aggregate not found 2026-07-31 01:15:35.457 7 INFO neutron.services.segments.plugin [-] Segment 50af7d6b-0c34-4402-9f68-10b364260f2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50af7d6b-0c34-4402-9f68-10b364260f2a found for delete ", "request_id": "req-0068d2c9-f348-4a7d-90c4-0f838b6b0746"}]} 2026-07-31 01:15:35.506 7 INFO neutron.services.segments.plugin [-] Segment 50af7d6b-0c34-4402-9f68-10b364260f2a resource provider aggregate not found 2026-07-31 01:15:35.516 7 INFO neutron_taas.services.taas.taas_plugin [None req-b57216ff-c9ce-45ee-a5cb-a0bc9b04c820 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 4e1f92ad-86b9-4ba3-889c-26df4ed6ef61 2026-07-31 01:15:35.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b57216ff-c9ce-45ee-a5cb-a0bc9b04c820 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 4e1f92ad-86b9-4ba3-889c-26df4ed6ef61 2026-07-31 01:15:35.524 7 INFO neutron.services.segments.plugin [-] Segment 50af7d6b-0c34-4402-9f68-10b364260f2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50af7d6b-0c34-4402-9f68-10b364260f2a found for delete ", "request_id": "req-64ac722d-9729-49bc-ad59-91bb88d732f8"}]} [pid: 8|app: 0|req: 304/607] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:15:34 2026] PUT /v2.0/routers/097ddd37-9f3f-400b-ba4a-6c11d6880d92/remove_router_interface => generated 309 bytes in 1067 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/608] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:15:35 2026] DELETE /v2.0/networks/bc869ebe-2968-4f4b-988c-f35d30d1b51e => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:15:35.905 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad5c1b95-543e-4476-bb2b-27b08754c9c1 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: ee489eb8-dfb1-478a-9714-64c0d705ea08 2026-07-31 01:15:35.913 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad5c1b95-543e-4476-bb2b-27b08754c9c1 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: ee489eb8-dfb1-478a-9714-64c0d705ea08 [pid: 7|app: 0|req: 305/609] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:15:35 2026] GET /v2.0/security-groups?tenant_id=c7f84d7f03714946a05beb3e1586e534&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/610] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:15:36 2026] DELETE /v2.0/security-groups/7c788529-f9f7-4ca9-b21b-44820767fb79 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:15:36.189 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad5c1b95-543e-4476-bb2b-27b08754c9c1 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: a276b815-9d0f-4446-802e-70d246740a5f 2026-07-31 01:15:36.191 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad5c1b95-543e-4476-bb2b-27b08754c9c1 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: a276b815-9d0f-4446-802e-70d246740a5f [pid: 7|app: 0|req: 307/611] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:36 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:15:36.271 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-ad5c1b95-543e-4476-bb2b-27b08754c9c1 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 308/612] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:36 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => 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: 309/613] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:15:36 2026] GET /v2.0/networks?id=10d368ee-2207-40e0-be6a-307d4990d837 => generated 678 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:15:36.839 8 INFO neutron.db.l3_hamode_db [None req-ad5c1b95-543e-4476-bb2b-27b08754c9c1 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] HA network aa2cb998-330b-425b-8c80-e1ccc06717c4 was deleted as no HA routers are present in tenant b4aede258769464fbfe7fbe3f23e1136. [pid: 8|app: 0|req: 305/614] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:15:35 2026] DELETE /v2.0/routers/097ddd37-9f3f-400b-ba4a-6c11d6880d92 => generated 0 bytes in 1199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/615] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:15:36 2026] DELETE /v2.0/subnets/ce536de6-a54b-4a4d-9c7a-0a1073fa52d5 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/616] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:15:37 2026] DELETE /v2.0/networks/bc16496f-395b-4d56-a398-28245a353076 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:15:37.266 8 INFO neutron.services.segments.plugin [-] Segment ecf0151b-f35a-4af6-b399-8611f54e4033 resource provider aggregate not found 2026-07-31 01:15:37.281 8 INFO neutron.services.segments.plugin [-] Segment ecf0151b-f35a-4af6-b399-8611f54e4033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecf0151b-f35a-4af6-b399-8611f54e4033 found for delete ", "request_id": "req-cbd914e8-0842-4cca-8f8a-afae86eb4806"}]} 2026-07-31 01:15:37.303 8 INFO neutron.services.segments.plugin [-] Segment ecf0151b-f35a-4af6-b399-8611f54e4033 resource provider aggregate not found 2026-07-31 01:15:37.333 8 INFO neutron.services.segments.plugin [-] Segment ecf0151b-f35a-4af6-b399-8611f54e4033 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecf0151b-f35a-4af6-b399-8611f54e4033 found for delete ", "request_id": "req-d3b9c66e-93cb-44d0-9d59-89b266898a39"}]} [pid: 7|app: 0|req: 310/617] 162.253.55.222 () {38 vars in 952 bytes} [Fri Jul 31 01:15:36 2026] POST /v2.0/ports => generated 954 bytes in 636 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: 311/618] 162.253.55.222 () {34 vars in 908 bytes} [Fri Jul 31 01:15:37 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/619] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:37 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => 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: 312/620] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:37 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 957 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/621] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:37 2026] GET /v2.0/security-groups?id=a8c356b5-8fef-47a4-bc11-e8508c1c0d57&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:15:37.479 7 INFO neutron.services.segments.plugin [-] Segment 055801ad-7797-4589-afb7-c705bcdc09c0 resource provider aggregate not found 2026-07-31 01:15:37.504 7 INFO neutron.services.segments.plugin [-] Segment 055801ad-7797-4589-afb7-c705bcdc09c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 055801ad-7797-4589-afb7-c705bcdc09c0 found for delete ", "request_id": "req-f1eadede-85ae-4d09-84f2-3e0b03e1a39e"}]} 2026-07-31 01:15:37.545 7 INFO neutron.services.segments.plugin [-] Segment 055801ad-7797-4589-afb7-c705bcdc09c0 resource provider aggregate not found [pid: 7|app: 0|req: 313/622] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:15:37 2026] GET /v2.0/security-groups?tenant_id=b4aede258769464fbfe7fbe3f23e1136&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:15:37.562 7 INFO neutron.services.segments.plugin [-] Segment 055801ad-7797-4589-afb7-c705bcdc09c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 055801ad-7797-4589-afb7-c705bcdc09c0 found for delete ", "request_id": "req-61fa90bc-e928-4fcd-820d-f7fcdd016f80"}]} [pid: 8|app: 0|req: 310/623] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:15:37 2026] DELETE /v2.0/security-groups/669b3b38-2925-4757-87c9-d69192ed9b22 => 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: 311/624] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:15:38 2026] GET /v2.0/networks?id=d121d4a6-b89b-42b5-b447-8851d7f33a88 => generated 675 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/625] 162.253.55.222 () {34 vars in 1047 bytes} [Fri Jul 31 01:15:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b6019e5b5ebe4705858651814aacf15b => generated 180 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/626] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:15:37 2026] PUT /v2.0/ports/4d709ed0-8d79-4954-8c97-f149ecd0e7b7 => generated 1235 bytes in 610 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-07-31 01:15:38.957 7 INFO neutron.db.segments_db [None req-be0c08b7-602e-47f5-9f46-5180c75aec61 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment 37eef162-2c44-4af2-9e4e-b3bdd77dc546 of type vxlan for network 6d458d57-aa38-4579-8ea8-b8830f9fb343 [pid: 7|app: 0|req: 315/627] 10.0.0.229 () {34 vars in 668 bytes} [Fri Jul 31 01:15:38 2026] POST /v2.0/networks => generated 729 bytes in 764 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/628] 162.253.55.222 () {38 vars in 952 bytes} [Fri Jul 31 01:15:38 2026] POST /v2.0/ports => generated 954 bytes in 832 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: 316/629] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:39 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 957 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/630] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:39 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:15:39.301 8 INFO neutron.services.segments.plugin [-] Segment f2ade0bb-4e32-4700-afcd-c0cf237d40cb resource provider aggregate not found 2026-07-31 01:15:39.327 8 INFO neutron.services.segments.plugin [-] Segment f2ade0bb-4e32-4700-afcd-c0cf237d40cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2ade0bb-4e32-4700-afcd-c0cf237d40cb found for delete ", "request_id": "req-8264f314-5e1d-4ba2-8a3e-2aaeeb031b5c"}]} 2026-07-31 01:15:39.364 8 INFO neutron.services.segments.plugin [-] Segment f2ade0bb-4e32-4700-afcd-c0cf237d40cb resource provider aggregate not found 2026-07-31 01:15:39.387 8 INFO neutron.services.segments.plugin [-] Segment f2ade0bb-4e32-4700-afcd-c0cf237d40cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2ade0bb-4e32-4700-afcd-c0cf237d40cb found for delete ", "request_id": "req-88fc8e1b-1411-4048-9aee-081052c16aac"}]} [pid: 7|app: 0|req: 317/631] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:15:39 2026] POST /v2.0/subnets => generated 695 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/632] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:39 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/633] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:39 2026] GET /v2.0/security-groups?id=a8c356b5-8fef-47a4-bc11-e8508c1c0d57&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/634] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:15:39 2026] GET /v2.0/ports?tenant_id=5f466fcd0f70434f975362a329af7a2b&device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 1238 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/635] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:15:39 2026] PUT /v2.0/ports/087b8013-f338-419c-91c2-169b36322d0c => generated 1235 bytes in 540 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-07-31 01:15:39.796 7 INFO neutron.db.segments_db [None req-1cf28722-813f-4916-a914-a87cc36f65c6 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment 002aa72a-949f-45a6-a80a-1beabcb15242 of type vxlan for network 0b679383-65e9-4964-9a00-3f1c39de29d7 [pid: 8|app: 0|req: 316/636] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:15:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4d709ed0-8d79-4954-8c97-f149ecd0e7b7 => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/637] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:15:39 2026] GET /v2.0/subnets?id=7ed3d6d9-46c5-4bcf-bfe5-0f6ac4450fd3 => generated 696 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:15:39.919 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aff1b2c2-0c76-4fc7-a313-f8269b70a5f7'] response: {'name': 'network-changed', 'server_uuid': '4b1f6604-500a-46e7-9aa0-27a6f16144da', 'tag': '4d709ed0-8d79-4954-8c97-f149ecd0e7b7', 'status': 'completed', 'code': 200} 2026-07-31 01:15:40.199 7 INFO neutron.db.l3_hamode_db [None req-1cf28722-813f-4916-a914-a87cc36f65c6 c56f85c730cc4b51acc9e9728bbaf937 180e04460ef84f5ca0ce9c998e36487a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:15:40.227 8 INFO neutron.db.segments_db [None req-ba89b1a3-fe4b-4ad3-9e24-c0d842eda96a c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment 383b1137-7af3-4275-bef0-7d729dbfd045 of type vxlan for network 813ce0ca-f29e-4bfc-b732-0ef6b1619cd3 2026-07-31 01:15:40.302 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4d8895f-cb4a-4f63-8fbd-64d6f3377929'] response: {'name': 'network-changed', 'server_uuid': 'f7ac993f-2493-4503-9ebb-a9ebdd562712', 'tag': '087b8013-f338-419c-91c2-169b36322d0c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 318/638] 10.0.0.229 () {34 vars in 668 bytes} [Fri Jul 31 01:15:39 2026] POST /v2.0/networks => generated 733 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/639] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:15:40 2026] GET /v2.0/ports?network_id=10d368ee-2207-40e0-be6a-307d4990d837&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/640] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:15:40 2026] POST /v2.0/subnets => generated 699 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/641] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:15:40 2026] GET /v2.0/networks/10d368ee-2207-40e0-be6a-307d4990d837?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: 322/642] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:40 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:15:40.887 8 INFO neutron.db.segments_db [None req-20a6883d-168b-4165-be49-5ffafc4785ec c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment e5be6379-d968-42e9-b5f0-b938d128a378 of type vxlan for network de26b473-77ba-4607-bc24-2e89ef8a59ab 2026-07-31 01:15:41.070 7 INFO neutron.db.l3_hamode_db [None req-1cf28722-813f-4916-a914-a87cc36f65c6 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:15:41.296 8 INFO neutron.db.l3_hamode_db [None req-20a6883d-168b-4165-be49-5ffafc4785ec c56f85c730cc4b51acc9e9728bbaf937 4b7fb2cdc28c4fb1b25010c6b615d4bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:15:42.136 8 INFO neutron.db.l3_hamode_db [None req-20a6883d-168b-4165-be49-5ffafc4785ec c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 321/643] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:15:39 2026] POST /v2.0/routers => generated 735 bytes in 2486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/644] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:42 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/645] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:15:42 2026] GET /v2.0/networks/10d368ee-2207-40e0-be6a-307d4990d837?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/646] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:42 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&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: 325/647] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:15:42 2026] GET /v2.0/ports?tenant_id=b6019e5b5ebe4705858651814aacf15b&device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/648] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:15:40 2026] POST /v2.0/routers => generated 739 bytes in 2484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/649] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:43 2026] GET /v2.0/security-groups?id=a8c356b5-8fef-47a4-bc11-e8508c1c0d57&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/650] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:15:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=087b8013-f338-419c-91c2-169b36322d0c => 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: 326/651] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:15:42 2026] PUT /v2.0/routers/53c97519-d018-48a3-a2dd-106173db95f9/add_router_interface => generated 309 bytes in 1271 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/652] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:15:43 2026] GET /v2.0/ports?tenant_id=5f466fcd0f70434f975362a329af7a2b&device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/653] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:15:43 2026] GET /v2.0/subnets?id=95591ffd-7c26-4f94-8adc-99b242859e47 => generated 693 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/654] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:43 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/655] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:15:43 2026] GET /v2.0/networks?id=10d368ee-2207-40e0-be6a-307d4990d837 => generated 774 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/656] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:15:43 2026] GET /v2.0/ports?network_id=d121d4a6-b89b-42b5-b447-8851d7f33a88&device_owner=network%3Adhcp => generated 1242 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/657] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&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: 333/658] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4d709ed0-8d79-4954-8c97-f149ecd0e7b7 => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/659] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/networks/d121d4a6-b89b-42b5-b447-8851d7f33a88?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: 335/660] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/subnets?id=7ed3d6d9-46c5-4bcf-bfe5-0f6ac4450fd3 => generated 696 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/661] 10.0.0.229 () {34 vars in 682 bytes} [Fri Jul 31 01:15:44 2026] POST /v2.0/security-groups => generated 1661 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/662] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/663] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/networks/d121d4a6-b89b-42b5-b447-8851d7f33a88?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/664] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:15:43 2026] PUT /v2.0/routers/4618858f-f99a-44b6-85b0-b6f4e05f6e3b/add_router_interface => generated 309 bytes in 1445 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/665] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/ports?network_id=10d368ee-2207-40e0-be6a-307d4990d837&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: 340/666] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/security-groups?id=a8c356b5-8fef-47a4-bc11-e8508c1c0d57&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: 341/667] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/networks/10d368ee-2207-40e0-be6a-307d4990d837?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: 342/668] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:15:44 2026] GET /v2.0/networks/10d368ee-2207-40e0-be6a-307d4990d837?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: 327/669] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:15:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/670] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:15:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/671] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:45 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/672] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:45 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&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: 346/673] 10.0.0.229 () {34 vars in 682 bytes} [Fri Jul 31 01:15:45 2026] POST /v2.0/security-groups => generated 1659 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/674] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:15:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/675] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:15:45 2026] GET /v2.0/ports?tenant_id=b6019e5b5ebe4705858651814aacf15b&device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/676] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:45 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/677] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:15:45 2026] POST /v2.0/floatingips => generated 552 bytes in 994 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/678] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:15:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/679] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/networks?id=d121d4a6-b89b-42b5-b447-8851d7f33a88 => generated 771 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/680] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/security-groups?id=a8c356b5-8fef-47a4-bc11-e8508c1c0d57&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: 352/681] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=087b8013-f338-419c-91c2-169b36322d0c => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/682] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/subnets?id=95591ffd-7c26-4f94-8adc-99b242859e47 => generated 693 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/683] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/ports?network_id=d121d4a6-b89b-42b5-b447-8851d7f33a88&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/684] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/networks/d121d4a6-b89b-42b5-b447-8851d7f33a88?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: 356/685] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/networks/d121d4a6-b89b-42b5-b447-8851d7f33a88?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/686] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/687] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:46 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/688] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:15:46 2026] POST /v2.0/floatingips => generated 552 bytes in 597 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/689] 10.0.0.236 () {34 vars in 1095 bytes} [Fri Jul 31 01:15:47 2026] GET /v2.0/security-groups?name=tempest-securitygroup--979467693&fields=id&tenant_id=4b7fb2cdc28c4fb1b25010c6b615d4bd => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/690] 10.0.0.236 () {34 vars in 979 bytes} [Fri Jul 31 01:15:47 2026] GET /v2.0/networks?id=813ce0ca-f29e-4bfc-b732-0ef6b1619cd3 => generated 684 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/691] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:47 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/692] 10.0.0.236 () {34 vars in 962 bytes} [Fri Jul 31 01:15:47 2026] GET /v2.0/quotas/4b7fb2cdc28c4fb1b25010c6b615d4bd => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/693] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:47 2026] GET /v2.0/security-groups?id=a8c356b5-8fef-47a4-bc11-e8508c1c0d57&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/694] 10.0.0.236 () {34 vars in 999 bytes} [Fri Jul 31 01:15:47 2026] GET /v2.0/ports?tenant_id=4b7fb2cdc28c4fb1b25010c6b615d4bd&fields=id => generated 57 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/695] 10.0.0.236 () {34 vars in 1005 bytes} [Fri Jul 31 01:15:47 2026] GET /v2.0/networks/813ce0ca-f29e-4bfc-b732-0ef6b1619cd3?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/696] 10.0.0.236 () {34 vars in 1105 bytes} [Fri Jul 31 01:15:47 2026] GET /v2.0/networks/813ce0ca-f29e-4bfc-b732-0ef6b1619cd3?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: 363/697] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:47 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/698] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:47 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/699] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:47 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => 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: 337/702] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/703] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/security-groups?id=a8c356b5-8fef-47a4-bc11-e8508c1c0d57&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/704] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => 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: 338/705] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:48 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 969 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/706] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:49 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/707] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:49 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/708] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:49 2026] GET /v2.0/security-groups?id=a8c356b5-8fef-47a4-bc11-e8508c1c0d57&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: 340/709] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:50 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => 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: 370/710] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:50 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/711] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:50 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&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: 371/712] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:50 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/713] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:50 2026] GET /v2.0/security-groups?id=a8c356b5-8fef-47a4-bc11-e8508c1c0d57&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/714] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:51 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/715] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:51 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => 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: 373/716] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:51 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&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: 344/717] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:52 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/718] 10.0.0.236 () {34 vars in 1097 bytes} [Fri Jul 31 01:15:52 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1087760782&fields=id&tenant_id=180e04460ef84f5ca0ce9c998e36487a => 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: 345/719] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:52 2026] GET /v2.0/security-groups?id=a8c356b5-8fef-47a4-bc11-e8508c1c0d57&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/720] 10.0.0.236 () {34 vars in 979 bytes} [Fri Jul 31 01:15:52 2026] GET /v2.0/networks?id=6d458d57-aa38-4579-8ea8-b8830f9fb343 => generated 680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/721] 10.0.0.236 () {34 vars in 962 bytes} [Fri Jul 31 01:15:52 2026] GET /v2.0/quotas/180e04460ef84f5ca0ce9c998e36487a => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/722] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:52 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => 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: 376/723] 10.0.0.236 () {34 vars in 999 bytes} [Fri Jul 31 01:15:52 2026] GET /v2.0/ports?tenant_id=180e04460ef84f5ca0ce9c998e36487a&fields=id => generated 57 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/724] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:15:52 2026] GET /v2.0/networks?id=813ce0ca-f29e-4bfc-b732-0ef6b1619cd3 => generated 684 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/725] 162.253.55.222 () {34 vars in 1047 bytes} [Fri Jul 31 01:15:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4b7fb2cdc28c4fb1b25010c6b615d4bd => 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: 377/726] 10.0.0.236 () {34 vars in 1005 bytes} [Fri Jul 31 01:15:52 2026] GET /v2.0/networks/6d458d57-aa38-4579-8ea8-b8830f9fb343?fields=segments => generated 14 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/727] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:52 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => 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: 379/728] 10.0.0.236 () {34 vars in 1105 bytes} [Fri Jul 31 01:15:52 2026] GET /v2.0/networks/6d458d57-aa38-4579-8ea8-b8830f9fb343?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/729] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:52 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/730] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:52 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => 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: 350/731] 162.253.55.222 () {38 vars in 952 bytes} [Fri Jul 31 01:15:52 2026] POST /v2.0/ports => generated 958 bytes in 559 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-07-31 01:15:53.430 7 INFO neutron.db.l3_db [None req-6313f649-3c6a-4d0a-8288-3c86f90a3705 23f13cd1d2e14f62a1c5e385ca5a925f b6019e5b5ebe4705858651814aacf15b - - default default] Floating IP bc1ae6f2-8e38-4e65-9530-dfb49280e87e associated. External IP: 10.96.250.209, port: 087b8013-f338-419c-91c2-169b36322d0c. [pid: 8|app: 0|req: 351/732] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:15:53 2026] PUT /v2.0/ports/0a33a31e-2e6a-473f-9fe4-c0d13890d0ca => generated 1239 bytes in 539 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: 352/733] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:53 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => 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: 353/734] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:53 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/735] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:53 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => 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: 382/736] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:15:52 2026] PUT /v2.0/floatingips/bc1ae6f2-8e38-4e65-9530-dfb49280e87e => generated 855 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/737] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:53 2026] GET /v2.0/security-groups?id=a8c356b5-8fef-47a4-bc11-e8508c1c0d57&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/738] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:53 2026] GET /v2.0/security-groups?id=d9baf0be-e384-45a2-8734-666b73f5ae54&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-07-31 01:15:53.838 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d6a2254-6f9c-411c-9177-43fdd1b1f6f7'] response: {'name': 'network-changed', 'server_uuid': '3d0f07d8-3ed2-43fe-9ce5-0312aced3d53', 'tag': '0a33a31e-2e6a-473f-9fe4-c0d13890d0ca', 'status': 'completed', 'code': 200} 2026-07-31 01:15:53.884 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-de7ea3fd-0477-4964-8075-fc99c8a1604b'] response: {'name': 'network-changed', 'server_uuid': 'f7ac993f-2493-4503-9ebb-a9ebdd562712', 'tag': '087b8013-f338-419c-91c2-169b36322d0c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 356/739] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:15:54 2026] GET /v2.0/ports?tenant_id=4b7fb2cdc28c4fb1b25010c6b615d4bd&device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/740] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:15:54 2026] GET /v2.0/ports?tenant_id=b6019e5b5ebe4705858651814aacf15b&device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/741] 162.253.55.222 () {34 vars in 1015 bytes} [Fri Jul 31 01:15:54 2026] GET /v2.0/networks?tenant_id=4b7fb2cdc28c4fb1b25010c6b615d4bd&shared=False => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/742] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:15:54 2026] GET /v2.0/networks?id=d121d4a6-b89b-42b5-b447-8851d7f33a88 => generated 771 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/743] 162.253.55.222 () {34 vars in 927 bytes} [Fri Jul 31 01:15:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/744] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:15:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=087b8013-f338-419c-91c2-169b36322d0c => 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: 359/745] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:15:54 2026] GET /v2.0/subnets?id=95591ffd-7c26-4f94-8adc-99b242859e47 => generated 693 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/746] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:15:54 2026] GET /v2.0/ports?network_id=d121d4a6-b89b-42b5-b447-8851d7f33a88&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: 360/747] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:54 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => 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: 388/748] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:15:54 2026] GET /v2.0/networks/d121d4a6-b89b-42b5-b447-8851d7f33a88?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: 361/749] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:15:54 2026] GET /v2.0/networks/d121d4a6-b89b-42b5-b447-8851d7f33a88?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/750] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:54 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/751] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:54 2026] GET /v2.0/security-groups?id=a8c356b5-8fef-47a4-bc11-e8508c1c0d57&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/752] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:54 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/753] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:54 2026] GET /v2.0/security-groups?id=d9baf0be-e384-45a2-8734-666b73f5ae54&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: 363/754] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:55 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => 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: 392/755] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:55 2026] GET /v2.0/security-groups?id=a8c356b5-8fef-47a4-bc11-e8508c1c0d57&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/756] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:15:55 2026] GET /v2.0/ports?tenant_id=4b7fb2cdc28c4fb1b25010c6b615d4bd&device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/757] 162.253.55.222 () {34 vars in 1057 bytes} [Fri Jul 31 01:15:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=0a33a31e-2e6a-473f-9fe4-c0d13890d0ca => 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: 365/758] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:15:55 2026] GET /v2.0/subnets?id=9b48895f-8302-40ae-82ba-e675b3825ce0 => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/759] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:15:55 2026] GET /v2.0/ports?network_id=813ce0ca-f29e-4bfc-b732-0ef6b1619cd3&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: 366/760] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:15:55 2026] GET /v2.0/networks/813ce0ca-f29e-4bfc-b732-0ef6b1619cd3?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: 395/761] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:55 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => 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: 367/762] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:15:55 2026] GET /v2.0/networks/813ce0ca-f29e-4bfc-b732-0ef6b1619cd3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/763] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:56 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/764] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:56 2026] GET /v2.0/security-groups?id=d9baf0be-e384-45a2-8734-666b73f5ae54&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/765] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:56 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/766] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:56 2026] GET /v2.0/security-groups?id=a8c356b5-8fef-47a4-bc11-e8508c1c0d57&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/767] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:56 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/768] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:57 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/769] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:57 2026] GET /v2.0/security-groups?id=d9baf0be-e384-45a2-8734-666b73f5ae54&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: 8|app: 0|req: 371/770] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:57 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/771] 162.253.55.222 () {34 vars in 991 bytes} [Fri Jul 31 01:15:57 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/772] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:57 2026] GET /v2.0/security-groups?id=a8c356b5-8fef-47a4-bc11-e8508c1c0d57&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:15:57.937 7 INFO neutron_taas.services.taas.taas_plugin [req-01feb323-f2f0-4833-8910-4802295352b8 req-c4758786-8425-476b-ae5e-c94c48aa6283 a53f5290138f4975bfa584c3c3902f8e 5f466fcd0f70434f975362a329af7a2b - - default default] TaaS: Handle Delete Port: 4d709ed0-8d79-4954-8c97-f149ecd0e7b7 2026-07-31 01:15:57.947 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-01feb323-f2f0-4833-8910-4802295352b8 req-c4758786-8425-476b-ae5e-c94c48aa6283 a53f5290138f4975bfa584c3c3902f8e 5f466fcd0f70434f975362a329af7a2b - - default default] Tap Mirror: Handle Delete Port: 4d709ed0-8d79-4954-8c97-f149ecd0e7b7 [pid: 8|app: 0|req: 373/773] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:15:57 2026] GET /v2.0/networks?id=6d458d57-aa38-4579-8ea8-b8830f9fb343 => generated 680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/774] 162.253.55.222 () {34 vars in 1047 bytes} [Fri Jul 31 01:15:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=180e04460ef84f5ca0ce9c998e36487a => generated 181 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/775] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:58 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => 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: 401/776] 162.253.55.222 () {36 vars in 994 bytes} [Fri Jul 31 01:15:57 2026] DELETE /v2.0/ports/4d709ed0-8d79-4954-8c97-f149ecd0e7b7 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:15:58.197 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd1f9ecb-3f1d-4953-b8fb-a9b19550b020'] response: {'server_uuid': '4b1f6604-500a-46e7-9aa0-27a6f16144da', 'name': 'network-vif-deleted', 'tag': '4d709ed0-8d79-4954-8c97-f149ecd0e7b7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 402/777] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:58 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/778] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:58 2026] GET /v2.0/security-groups?id=d9baf0be-e384-45a2-8734-666b73f5ae54&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: 376/779] 162.253.55.222 () {38 vars in 952 bytes} [Fri Jul 31 01:15:58 2026] POST /v2.0/ports => generated 954 bytes in 497 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: 377/780] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:58 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/781] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:15:58 2026] PUT /v2.0/ports/4bce3d8c-8583-4f1b-bf43-30cd3a1fd02f => generated 1235 bytes in 513 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/782] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:59 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => generated 969 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: 405/783] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:59 2026] GET /v2.0/security-groups?id=39d341bd-ad1e-4054-9ac5-8fe212b37fef&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: 379/784] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:15:59 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 975 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/785] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:15:59 2026] GET /v2.0/security-groups?id=d9baf0be-e384-45a2-8734-666b73f5ae54&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: 380/786] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => 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: 407/787] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/ports?tenant_id=180e04460ef84f5ca0ce9c998e36487a&device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/788] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=4bce3d8c-8583-4f1b-bf43-30cd3a1fd02f => 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: 408/789] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/subnets?id=b653c55f-b38d-46fa-a48e-4363d702777c => generated 698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:00.225 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-add9faca-5060-4112-99ca-765303849118'] response: {'name': 'network-changed', 'server_uuid': '14e52e53-a592-4b4c-b7a1-5da8b00d9425', 'tag': '4bce3d8c-8583-4f1b-bf43-30cd3a1fd02f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 382/790] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/ports?network_id=6d458d57-aa38-4579-8ea8-b8830f9fb343&device_owner=network%3Adhcp => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/791] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/networks/6d458d57-aa38-4579-8ea8-b8830f9fb343?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/792] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/793] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/security-groups?id=39d341bd-ad1e-4054-9ac5-8fe212b37fef&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/794] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/networks/6d458d57-aa38-4579-8ea8-b8830f9fb343?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: 7|app: 0|req: 411/795] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/796] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:00 2026] GET /v2.0/security-groups?id=d9baf0be-e384-45a2-8734-666b73f5ae54&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: 412/797] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:01 2026] GET /v2.0/ports?device_id=4b1f6604-500a-46e7-9aa0-27a6f16144da => 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: 386/798] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:16:01 2026] GET /v2.0/ports?tenant_id=180e04460ef84f5ca0ce9c998e36487a&device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/799] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:01 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/800] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:16:01 2026] GET /v2.0/networks?id=6d458d57-aa38-4579-8ea8-b8830f9fb343 => generated 776 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/801] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:16:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=4bce3d8c-8583-4f1b-bf43-30cd3a1fd02f => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/802] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:01 2026] GET /v2.0/security-groups?id=39d341bd-ad1e-4054-9ac5-8fe212b37fef&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/803] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:16:01 2026] GET /v2.0/subnets?id=b653c55f-b38d-46fa-a48e-4363d702777c => generated 698 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/804] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:16:01 2026] GET /v2.0/ports?network_id=6d458d57-aa38-4579-8ea8-b8830f9fb343&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: 390/805] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:16:01 2026] GET /v2.0/networks/6d458d57-aa38-4579-8ea8-b8830f9fb343?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: 416/806] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:16:01 2026] GET /v2.0/networks/6d458d57-aa38-4579-8ea8-b8830f9fb343?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: 391/807] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:02 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => 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: 417/808] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:02 2026] GET /v2.0/security-groups?id=d9baf0be-e384-45a2-8734-666b73f5ae54&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/809] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:02 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/810] 10.0.0.101 () {34 vars in 987 bytes} [Fri Jul 31 01:16:02 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 1240 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:16:02.582 8 INFO neutron_taas.services.taas.taas_plugin [None req-ead9f52d-6ea2-4485-9992-27c187c1fa18 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 7b128af2-a30a-4da1-a70b-f3d4e41da511 2026-07-31 01:16:02.587 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ead9f52d-6ea2-4485-9992-27c187c1fa18 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 7b128af2-a30a-4da1-a70b-f3d4e41da511 2026-07-31 01:16:02.860 7 INFO neutron.db.l3_db [None req-dd552a45-3954-4816-b56a-c694864d3196 34387e3f966e495daff55d4cedd1f8c6 4b7fb2cdc28c4fb1b25010c6b615d4bd - - default default] Floating IP 53df7fab-e555-46b5-91be-88518436570b associated. External IP: 10.96.250.201, port: 0a33a31e-2e6a-473f-9fe4-c0d13890d0ca. [pid: 7|app: 0|req: 420/811] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:16:02 2026] PUT /v2.0/floatingips/53df7fab-e555-46b5-91be-88518436570b => generated 856 bytes in 744 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/812] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:16:02 2026] PUT /v2.0/routers/a04f05cd-789e-423e-8b6f-f68340b9726b/remove_router_interface => generated 309 bytes in 1041 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/813] 10.0.0.101 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:03 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&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: 393/816] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:03 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/817] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:03 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => 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: 395/818] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:03 2026] GET /v2.0/security-groups?id=39d341bd-ad1e-4054-9ac5-8fe212b37fef&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/819] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:03 2026] GET /v2.0/security-groups?id=d9baf0be-e384-45a2-8734-666b73f5ae54&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:03.398 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cbbe747e-d0c1-4968-8438-732ca32cd301'] response: {'name': 'network-changed', 'server_uuid': '3d0f07d8-3ed2-43fe-9ce5-0312aced3d53', 'tag': '0a33a31e-2e6a-473f-9fe4-c0d13890d0ca', 'status': 'completed', 'code': 200} 2026-07-31 01:16:03.466 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d2cec7d-86de-4da8-bbef-998578340fe5 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 9f200484-4d90-4f0a-9d6a-3ca835e2a5d7 2026-07-31 01:16:03.469 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d2cec7d-86de-4da8-bbef-998578340fe5 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 9f200484-4d90-4f0a-9d6a-3ca835e2a5d7 2026-07-31 01:16:03.752 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d2cec7d-86de-4da8-bbef-998578340fe5 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: b7f18291-aa40-4f9e-9fe7-68601478a080 2026-07-31 01:16:03.754 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d2cec7d-86de-4da8-bbef-998578340fe5 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: b7f18291-aa40-4f9e-9fe7-68601478a080 [pid: 8|app: 0|req: 397/820] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:16:03 2026] GET /v2.0/ports?tenant_id=4b7fb2cdc28c4fb1b25010c6b615d4bd&device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 1244 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/821] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/networks?id=813ce0ca-f29e-4bfc-b732-0ef6b1619cd3 => generated 780 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/822] 162.253.55.222 () {34 vars in 1057 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=0a33a31e-2e6a-473f-9fe4-c0d13890d0ca => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/823] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/subnets?id=9b48895f-8302-40ae-82ba-e675b3825ce0 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:04.146 7 INFO neutron.services.segments.plugin [-] Segment 9efef2a1-b954-4470-8de7-9c42aece03c0 resource provider aggregate not found 2026-07-31 01:16:04.157 7 INFO neutron.services.segments.plugin [-] Segment 9efef2a1-b954-4470-8de7-9c42aece03c0 resource provider aggregate not found 2026-07-31 01:16:04.166 7 INFO neutron.services.segments.plugin [-] Segment 9efef2a1-b954-4470-8de7-9c42aece03c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9efef2a1-b954-4470-8de7-9c42aece03c0 found for delete ", "request_id": "req-39b3f029-f2ea-4e7b-a5fb-515b7820920a"}]} 2026-07-31 01:16:04.181 7 INFO neutron.services.segments.plugin [-] Segment 9efef2a1-b954-4470-8de7-9c42aece03c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9efef2a1-b954-4470-8de7-9c42aece03c0 found for delete ", "request_id": "req-84de03a9-efc0-4f52-8ea0-8892db1b4ce5"}]} [pid: 8|app: 0|req: 401/824] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/ports?network_id=813ce0ca-f29e-4bfc-b732-0ef6b1619cd3&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:16:04.196 7 INFO neutron.db.l3_hamode_db [None req-0d2cec7d-86de-4da8-bbef-998578340fe5 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] HA network f7b24e71-79ba-4e5a-add6-d47b567a66e2 was deleted as no HA routers are present in tenant 5f466fcd0f70434f975362a329af7a2b. [pid: 7|app: 0|req: 424/825] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:16:03 2026] DELETE /v2.0/routers/a04f05cd-789e-423e-8b6f-f68340b9726b => generated 0 bytes in 959 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/826] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/networks/813ce0ca-f29e-4bfc-b732-0ef6b1619cd3?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: 403/827] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/networks/813ce0ca-f29e-4bfc-b732-0ef6b1619cd3?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: 425/828] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:16:04 2026] DELETE /v2.0/subnets/7ed3d6d9-46c5-4bcf-bfe5-0f6ac4450fd3 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/829] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:04.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac4bbf77-72b0-482e-bcc9-f0f7ae05ec7b c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 3d5069b7-146b-41ca-b2ff-f33227cfba19 2026-07-31 01:16:04.530 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac4bbf77-72b0-482e-bcc9-f0f7ae05ec7b c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 3d5069b7-146b-41ca-b2ff-f33227cfba19 [pid: 8|app: 0|req: 405/830] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/security-groups?id=39d341bd-ad1e-4054-9ac5-8fe212b37fef&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: 426/831] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:16:04 2026] DELETE /v2.0/networks/10d368ee-2207-40e0-be6a-307d4990d837 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/832] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:16:04 2026] GET /v2.0/security-groups?tenant_id=5f466fcd0f70434f975362a329af7a2b&name=default => generated 2921 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/833] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:16:05 2026] DELETE /v2.0/security-groups/a8c356b5-8fef-47a4-bc11-e8508c1c0d57 => 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: 407/834] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:05 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/835] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:05 2026] GET /v2.0/security-groups?id=39d341bd-ad1e-4054-9ac5-8fe212b37fef&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-07-31 01:16:06.187 7 INFO neutron.services.segments.plugin [-] Segment dac0daa2-da7e-483f-81ac-59e543fd5508 resource provider aggregate not found 2026-07-31 01:16:06.203 7 INFO neutron.services.segments.plugin [-] Segment dac0daa2-da7e-483f-81ac-59e543fd5508 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dac0daa2-da7e-483f-81ac-59e543fd5508 found for delete ", "request_id": "req-751c74c3-406e-4000-a573-2f04ed501cd8"}]} 2026-07-31 01:16:06.204 7 INFO neutron.services.segments.plugin [-] Segment dac0daa2-da7e-483f-81ac-59e543fd5508 resource provider aggregate not found 2026-07-31 01:16:06.220 7 INFO neutron.services.segments.plugin [-] Segment dac0daa2-da7e-483f-81ac-59e543fd5508 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dac0daa2-da7e-483f-81ac-59e543fd5508 found for delete ", "request_id": "req-446d0c72-7411-4dc9-b188-c8b7b8ecacc1"}]} [pid: 8|app: 0|req: 408/836] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:06 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/837] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:06 2026] GET /v2.0/security-groups?id=39d341bd-ad1e-4054-9ac5-8fe212b37fef&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/838] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:07 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/839] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:08 2026] GET /v2.0/security-groups?id=39d341bd-ad1e-4054-9ac5-8fe212b37fef&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/840] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:16:08 2026] GET /v2.0/security-groups?tenant_id=bbf41f6836ba4d33bb145c616a5ee5d9&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/841] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:16:08 2026] DELETE /v2.0/security-groups/60e5e365-a26f-478e-ba60-d529cf356048 => 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: 411/842] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:09 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => 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: 432/843] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:09 2026] GET /v2.0/security-groups?id=39d341bd-ad1e-4054-9ac5-8fe212b37fef&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/844] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:09 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:09.823 7 INFO neutron.db.l3_db [None req-1d8238f8-cbb5-44a1-8e05-9ab78cca944b fc483ff2154547af9c03e824c21d4dfb 180e04460ef84f5ca0ce9c998e36487a - - default default] Floating IP b1680cc9-74eb-4455-8a73-bb1998cc75d1 associated. External IP: 10.96.250.214, port: 4bce3d8c-8583-4f1b-bf43-30cd3a1fd02f. [pid: 7|app: 0|req: 433/845] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:16:09 2026] PUT /v2.0/floatingips/b1680cc9-74eb-4455-8a73-bb1998cc75d1 => generated 855 bytes in 846 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:10.264 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-547bab6c-8adb-499a-9dc1-8333279c4001'] response: {'name': 'network-changed', 'server_uuid': '14e52e53-a592-4b4c-b7a1-5da8b00d9425', 'tag': '4bce3d8c-8583-4f1b-bf43-30cd3a1fd02f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 413/846] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:10 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/847] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:10 2026] GET /v2.0/security-groups?id=39d341bd-ad1e-4054-9ac5-8fe212b37fef&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/848] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:16:10 2026] GET /v2.0/ports?tenant_id=180e04460ef84f5ca0ce9c998e36487a&device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => 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: 414/849] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:10 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/850] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:10 2026] GET /v2.0/security-groups?id=39d341bd-ad1e-4054-9ac5-8fe212b37fef&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: 436/851] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:16:10 2026] GET /v2.0/networks?id=6d458d57-aa38-4579-8ea8-b8830f9fb343 => generated 776 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/852] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:16:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=4bce3d8c-8583-4f1b-bf43-30cd3a1fd02f => generated 858 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/853] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:16:10 2026] GET /v2.0/subnets?id=b653c55f-b38d-46fa-a48e-4363d702777c => generated 698 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/854] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:16:10 2026] GET /v2.0/ports?network_id=6d458d57-aa38-4579-8ea8-b8830f9fb343&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/855] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:16:11 2026] GET /v2.0/networks/6d458d57-aa38-4579-8ea8-b8830f9fb343?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/856] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:16:11 2026] GET /v2.0/networks/6d458d57-aa38-4579-8ea8-b8830f9fb343?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/857] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:11 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/858] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:12 2026] GET /v2.0/security-groups?id=39d341bd-ad1e-4054-9ac5-8fe212b37fef&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/859] 10.0.0.101 () {34 vars in 987 bytes} [Fri Jul 31 01:16:12 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/860] 10.0.0.101 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:12 2026] GET /v2.0/security-groups?id=d9baf0be-e384-45a2-8734-666b73f5ae54&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: 441/861] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:13 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => 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: 421/862] 162.253.55.222 () {34 vars in 991 bytes} [Fri Jul 31 01:16:13 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => 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: 442/863] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:13 2026] GET /v2.0/security-groups?id=39d341bd-ad1e-4054-9ac5-8fe212b37fef&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-07-31 01:16:13.365 8 INFO neutron_taas.services.taas.taas_plugin [req-62cb5e41-a8ea-4a2b-ab3d-fba938ca2f91 req-18663748-f319-4493-af84-e6801ff7b255 fc483ff2154547af9c03e824c21d4dfb 180e04460ef84f5ca0ce9c998e36487a - - default default] TaaS: Handle Delete Port: 4bce3d8c-8583-4f1b-bf43-30cd3a1fd02f 2026-07-31 01:16:13.372 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-62cb5e41-a8ea-4a2b-ab3d-fba938ca2f91 req-18663748-f319-4493-af84-e6801ff7b255 fc483ff2154547af9c03e824c21d4dfb 180e04460ef84f5ca0ce9c998e36487a - - default default] Tap Mirror: Handle Delete Port: 4bce3d8c-8583-4f1b-bf43-30cd3a1fd02f 2026-07-31 01:16:13.591 8 INFO neutron.db.l3_db [req-62cb5e41-a8ea-4a2b-ab3d-fba938ca2f91 req-18663748-f319-4493-af84-e6801ff7b255 fc483ff2154547af9c03e824c21d4dfb 180e04460ef84f5ca0ce9c998e36487a - - default default] Floating IP b1680cc9-74eb-4455-8a73-bb1998cc75d1 disassociated. External IP: 10.96.250.214, port: 4bce3d8c-8583-4f1b-bf43-30cd3a1fd02f. [pid: 8|app: 0|req: 422/864] 162.253.55.222 () {36 vars in 994 bytes} [Fri Jul 31 01:16:13 2026] DELETE /v2.0/ports/4bce3d8c-8583-4f1b-bf43-30cd3a1fd02f => generated 0 bytes in 862 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:14.108 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f61925f0-3fa1-44e9-baba-776ed51aa011'] response: {'server_uuid': '14e52e53-a592-4b4c-b7a1-5da8b00d9425', 'name': 'network-vif-deleted', 'tag': '4bce3d8c-8583-4f1b-bf43-30cd3a1fd02f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 443/865] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:14 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => 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: 423/866] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:16:14 2026] GET /v2.0/security-groups?tenant_id=92576d24185f47daac8d38364f9778c0&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/867] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:15 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/868] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:16:15 2026] DELETE /v2.0/security-groups/563d58a3-fece-447d-a605-570f1bb42524 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/869] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:16:15 2026] GET /v2.0/security-groups?tenant_id=180aec9d718647c48460c0b05094f0d8&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/870] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:16:15 2026] DELETE /v2.0/security-groups/38c47c25-a49e-4536-a454-cc9fc302c5f7 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/871] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:16 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => 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: 446/872] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:17 2026] GET /v2.0/ports?device_id=14e52e53-a592-4b4c-b7a1-5da8b00d9425 => 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: 448/875] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:16:18 2026] DELETE /v2.0/security-groups/39d341bd-ad1e-4054-9ac5-8fe212b37fef => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:18.874 8 INFO neutron.api.v2.resource [None req-22ab0aca-736b-4aa5-9a76-4bb7f04428ca fc483ff2154547af9c03e824c21d4dfb 180e04460ef84f5ca0ce9c998e36487a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 428/876] 10.0.0.229 () {32 vars in 734 bytes} [Fri Jul 31 01:16:18 2026] GET /v2.0/security-groups/39d341bd-ad1e-4054-9ac5-8fe212b37fef => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:16:19.003 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b1538e8-bb54-4e6e-afb7-fc348c42385d fc483ff2154547af9c03e824c21d4dfb 180e04460ef84f5ca0ce9c998e36487a - - default default] TaaS: Handle Delete Port: 7119647b-1607-43bf-8e34-26f6a9d2ce4e 2026-07-31 01:16:19.005 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b1538e8-bb54-4e6e-afb7-fc348c42385d fc483ff2154547af9c03e824c21d4dfb 180e04460ef84f5ca0ce9c998e36487a - - default default] Tap Mirror: Handle Delete Port: 7119647b-1607-43bf-8e34-26f6a9d2ce4e [pid: 7|app: 0|req: 449/877] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:16:18 2026] DELETE /v2.0/floatingips/b1680cc9-74eb-4455-8a73-bb1998cc75d1 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:19.536 8 INFO neutron_taas.services.taas.taas_plugin [None req-3cfd9836-1360-4163-aa5e-d989581452b4 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 973e9b73-81d6-4fdc-948c-ff486f9380c7 2026-07-31 01:16:19.539 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cfd9836-1360-4163-aa5e-d989581452b4 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 973e9b73-81d6-4fdc-948c-ff486f9380c7 [pid: 8|app: 0|req: 429/878] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:16:19 2026] PUT /v2.0/routers/53c97519-d018-48a3-a2dd-106173db95f9/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:20.376 7 INFO neutron_taas.services.taas.taas_plugin [None req-33a9dbec-20d2-4874-a311-91ce61d87009 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 820fadd0-0edc-4493-a457-8f3dcec92416 2026-07-31 01:16:20.379 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33a9dbec-20d2-4874-a311-91ce61d87009 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 820fadd0-0edc-4493-a457-8f3dcec92416 [pid: 8|app: 0|req: 430/879] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:16:20 2026] GET /v2.0/security-groups?tenant_id=3f2d460a2a3c4a04b1a146d9b57340bd&name=default => generated 2925 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/880] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:16:20 2026] DELETE /v2.0/security-groups/8833100a-6ed4-47b8-a067-168db880e07e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:20.669 7 INFO neutron_taas.services.taas.taas_plugin [None req-33a9dbec-20d2-4874-a311-91ce61d87009 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 1786218c-a3e7-4ea8-8146-0b77ad447ad9 2026-07-31 01:16:20.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33a9dbec-20d2-4874-a311-91ce61d87009 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 1786218c-a3e7-4ea8-8146-0b77ad447ad9 [pid: 8|app: 0|req: 432/881] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:16:20 2026] GET /v2.0/security-groups?tenant_id=5953a683578842ce9d80ab39fff2d2e2&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/882] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:16:21 2026] DELETE /v2.0/security-groups/8f15f173-1759-40e1-a15a-11dbf9a5ee8e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:21.148 7 INFO neutron.services.segments.plugin [-] Segment 002aa72a-949f-45a6-a80a-1beabcb15242 resource provider aggregate not found 2026-07-31 01:16:21.157 7 INFO neutron.services.segments.plugin [-] Segment 002aa72a-949f-45a6-a80a-1beabcb15242 resource provider aggregate not found 2026-07-31 01:16:21.175 7 INFO neutron.services.segments.plugin [-] Segment 002aa72a-949f-45a6-a80a-1beabcb15242 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 002aa72a-949f-45a6-a80a-1beabcb15242 found for delete ", "request_id": "req-2ba48177-1859-43f3-a3b6-a1dca45d2132"}]} 2026-07-31 01:16:21.180 7 INFO neutron.services.segments.plugin [-] Segment 002aa72a-949f-45a6-a80a-1beabcb15242 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 002aa72a-949f-45a6-a80a-1beabcb15242 found for delete ", "request_id": "req-453fc7bc-5cb5-4e43-9496-f1d4df660daa"}]} 2026-07-31 01:16:21.203 7 INFO neutron.db.l3_hamode_db [None req-33a9dbec-20d2-4874-a311-91ce61d87009 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] HA network 0b679383-65e9-4964-9a00-3f1c39de29d7 was deleted as no HA routers are present in tenant 180e04460ef84f5ca0ce9c998e36487a. [pid: 7|app: 0|req: 450/883] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:16:20 2026] DELETE /v2.0/routers/53c97519-d018-48a3-a2dd-106173db95f9 => generated 0 bytes in 1082 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/884] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:16:21 2026] DELETE /v2.0/subnets/b653c55f-b38d-46fa-a48e-4363d702777c => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:21.532 7 INFO neutron_taas.services.taas.taas_plugin [None req-73a9265d-519c-41d8-b702-444682fb104f c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: f0cf1651-c8f7-4b43-9fd5-56b82a6f1dde 2026-07-31 01:16:21.534 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73a9265d-519c-41d8-b702-444682fb104f c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: f0cf1651-c8f7-4b43-9fd5-56b82a6f1dde [pid: 7|app: 0|req: 451/885] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:16:21 2026] DELETE /v2.0/networks/6d458d57-aa38-4579-8ea8-b8830f9fb343 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/886] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:16:21 2026] GET /v2.0/security-groups?tenant_id=180e04460ef84f5ca0ce9c998e36487a&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: 452/887] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:16:21 2026] DELETE /v2.0/security-groups/d76dfdd2-41ed-46f4-9574-e88723fc7ce3 => 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: 436/888] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:22 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/889] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:22 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&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: 437/890] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:22 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/891] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:22 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&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: 438/892] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:22 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => 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: 455/893] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:22 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:23.199 7 INFO neutron.services.segments.plugin [-] Segment 37eef162-2c44-4af2-9e4e-b3bdd77dc546 resource provider aggregate not found 2026-07-31 01:16:23.204 7 INFO neutron.services.segments.plugin [-] Segment 37eef162-2c44-4af2-9e4e-b3bdd77dc546 resource provider aggregate not found 2026-07-31 01:16:23.219 7 INFO neutron.services.segments.plugin [-] Segment 37eef162-2c44-4af2-9e4e-b3bdd77dc546 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37eef162-2c44-4af2-9e4e-b3bdd77dc546 found for delete ", "request_id": "req-faed32f3-ffb7-43a6-9eae-8594b626e743"}]} 2026-07-31 01:16:23.221 7 INFO neutron.services.segments.plugin [-] Segment 37eef162-2c44-4af2-9e4e-b3bdd77dc546 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37eef162-2c44-4af2-9e4e-b3bdd77dc546 found for delete ", "request_id": "req-a869a080-6b3e-461c-92b1-7bb8f390645c"}]} [pid: 8|app: 0|req: 439/894] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:23 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/895] 10.0.0.236 () {34 vars in 968 bytes} [Fri Jul 31 01:16:23 2026] GET /v2.0/ports/0a33a31e-2e6a-473f-9fe4-c0d13890d0ca => generated 972 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/896] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:16:23 2026] GET /v2.0/security-groups?tenant_id=6f22190fe01b416fb51fad2b6aef5677&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/897] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:24 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:24.338 8 INFO neutron.db.segments_db [None req-c351e263-eccd-462a-91d7-c874b0db2278 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment dfbaf665-9c1b-4431-b800-58f2e14fd044 of type vxlan for network 5d5953bb-28ff-4820-be45-a02b7eea7feb [pid: 7|app: 0|req: 459/898] 162.253.55.222 () {34 vars in 997 bytes} [Fri Jul 31 01:16:24 2026] GET /v2.0/subnets?network_id=813ce0ca-f29e-4bfc-b732-0ef6b1619cd3 => generated 684 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/899] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:16:24 2026] DELETE /v2.0/security-groups/9ce89bf7-f245-423a-9e57-cde56daa54d1 => 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: 440/900] 10.0.0.229 () {34 vars in 668 bytes} [Fri Jul 31 01:16:23 2026] POST /v2.0/networks => generated 724 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/901] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:24 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&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: 441/902] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:16:24 2026] GET /v2.0/ports?tenant_id=b6019e5b5ebe4705858651814aacf15b&device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/903] 162.253.55.222 () {34 vars in 1143 bytes} [Fri Jul 31 01:16:24 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53&device_owner=compute%3Anova&network_id=813ce0ca-f29e-4bfc-b732-0ef6b1619cd3 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/904] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:16:24 2026] GET /v2.0/networks?id=d121d4a6-b89b-42b5-b447-8851d7f33a88 => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/905] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:16:24 2026] POST /v2.0/subnets => generated 690 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/906] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:16:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=087b8013-f338-419c-91c2-169b36322d0c => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:24.978 8 INFO neutron.db.segments_db [None req-b4bb1ddb-4d49-4f4d-af32-73cea16e585a c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment 8b7943a3-192c-48fe-9fdd-389f92552144 of type vxlan for network 6ee3463d-51f4-48ed-a38b-f7f020cb7496 [pid: 7|app: 0|req: 464/907] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:16:24 2026] PUT /v2.0/ports/0a33a31e-2e6a-473f-9fe4-c0d13890d0ca => generated 1149 bytes in 597 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: 465/908] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/subnets?id=95591ffd-7c26-4f94-8adc-99b242859e47 => generated 693 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:25.239 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cda80676-c03e-4fa7-ba72-58f49f915cda'] response: {'name': 'network-changed', 'server_uuid': '3d0f07d8-3ed2-43fe-9ce5-0312aced3d53', 'tag': '0a33a31e-2e6a-473f-9fe4-c0d13890d0ca', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 466/909] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/ports?network_id=d121d4a6-b89b-42b5-b447-8851d7f33a88&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:16:25.320 8 INFO neutron.db.l3_hamode_db [None req-b4bb1ddb-4d49-4f4d-af32-73cea16e585a c56f85c730cc4b51acc9e9728bbaf937 23676ae5be724671afbb517c92a55eda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 467/910] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/networks/d121d4a6-b89b-42b5-b447-8851d7f33a88?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: 468/911] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/networks/d121d4a6-b89b-42b5-b447-8851d7f33a88?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/912] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/913] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/914] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/ports?tenant_id=4b7fb2cdc28c4fb1b25010c6b615d4bd&device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 1421 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/915] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/networks?id=813ce0ca-f29e-4bfc-b732-0ef6b1619cd3 => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/916] 162.253.55.222 () {34 vars in 1057 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=0a33a31e-2e6a-473f-9fe4-c0d13890d0ca => generated 861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/917] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=0a33a31e-2e6a-473f-9fe4-c0d13890d0ca => 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: 475/918] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/subnets?id=9b48895f-8302-40ae-82ba-e675b3825ce0 => generated 702 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/919] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:16:25 2026] GET /v2.0/ports?network_id=813ce0ca-f29e-4bfc-b732-0ef6b1619cd3&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/920] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:16:26 2026] GET /v2.0/networks/813ce0ca-f29e-4bfc-b732-0ef6b1619cd3?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/921] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:16:26 2026] GET /v2.0/networks/813ce0ca-f29e-4bfc-b732-0ef6b1619cd3?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) 2026-07-31 01:16:26.216 8 INFO neutron.db.l3_hamode_db [None req-b4bb1ddb-4d49-4f4d-af32-73cea16e585a c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:16:26.820 7 INFO neutron.db.segments_db [None req-74978d78-4874-471d-8316-6d142dc0d601 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] Added segment 17aa96a2-593e-4e06-941c-7a971dcae205 of type vxlan for network 81a91e6a-af95-49e6-8a3c-0c7fffc07524 [pid: 7|app: 0|req: 479/922] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:16:26 2026] POST /v2.0/networks => generated 631 bytes in 645 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/923] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:27 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => 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: 481/924] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:27 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => 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: 444/925] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:16:24 2026] POST /v2.0/routers => generated 730 bytes in 2385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/926] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:27 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&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: 446/927] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:16:27 2026] GET /v2.0/ports?tenant_id=4b7fb2cdc28c4fb1b25010c6b615d4bd&device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 1421 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/928] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:27 2026] GET /v2.0/security-groups?id=d9baf0be-e384-45a2-8734-666b73f5ae54&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: 482/929] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:16:27 2026] POST /v2.0/subnets => generated 627 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/930] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:16:27 2026] GET /v2.0/networks?id=813ce0ca-f29e-4bfc-b732-0ef6b1619cd3 => generated 780 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:27.598 7 INFO neutron.db.segments_db [None req-6399e31b-b040-435a-99b1-e51804bd9ed8 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] Added segment a0905f8d-44e8-4f88-bdc1-603d2968759e of type vxlan for network 8d73e56e-9290-4481-8b3a-6591a2bf5bca 2026-07-31 01:16:28.008 7 INFO neutron.db.l3_hamode_db [None req-6399e31b-b040-435a-99b1-e51804bd9ed8 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 448/931] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:16:27 2026] PUT /v2.0/routers/6d367915-bde8-4da5-899e-c25b474b0e04/add_router_interface => generated 309 bytes in 1413 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/932] 162.253.55.222 () {34 vars in 1057 bytes} [Fri Jul 31 01:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=0a33a31e-2e6a-473f-9fe4-c0d13890d0ca => generated 861 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/933] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:28 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/934] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:16:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=0a33a31e-2e6a-473f-9fe4-c0d13890d0ca => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/935] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:28 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&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: 453/936] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:16:28 2026] GET /v2.0/subnets?id=9b48895f-8302-40ae-82ba-e675b3825ce0 => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/937] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:16:29 2026] GET /v2.0/ports?network_id=813ce0ca-f29e-4bfc-b732-0ef6b1619cd3&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: 455/938] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:16:29 2026] GET /v2.0/networks/813ce0ca-f29e-4bfc-b732-0ef6b1619cd3?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: 456/939] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:16:29 2026] GET /v2.0/networks/813ce0ca-f29e-4bfc-b732-0ef6b1619cd3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:16:29.192 7 INFO neutron.db.l3_hamode_db [None req-6399e31b-b040-435a-99b1-e51804bd9ed8 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 457/940] 10.0.0.229 () {34 vars in 682 bytes} [Fri Jul 31 01:16:29 2026] POST /v2.0/security-groups => generated 1661 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/941] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:16:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/942] 162.253.55.222 () {34 vars in 1115 bytes} [Fri Jul 31 01:16:29 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1152 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/943] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:16:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/944] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:16:27 2026] POST /v2.0/routers => generated 694 bytes in 2852 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/945] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:30 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => 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: 461/946] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:16:30 2026] PUT /v2.0/ports/0a33a31e-2e6a-473f-9fe4-c0d13890d0ca => generated 972 bytes in 940 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-07-31 01:16:31.120 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-23de42db-c478-4be3-b313-1129c5e19f8e'] response: {'name': 'network-changed', 'server_uuid': '3d0f07d8-3ed2-43fe-9ce5-0312aced3d53', 'tag': '0a33a31e-2e6a-473f-9fe4-c0d13890d0ca', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 486/947] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:16:30 2026] POST /v2.0/floatingips => generated 552 bytes in 740 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/948] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:31 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/949] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:16:31 2026] GET /v2.0/ports?tenant_id=4b7fb2cdc28c4fb1b25010c6b615d4bd&device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/950] 10.0.0.236 () {34 vars in 1097 bytes} [Fri Jul 31 01:16:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1816556396&fields=id&tenant_id=23676ae5be724671afbb517c92a55eda => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/951] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:16:31 2026] GET /v2.0/networks?id=813ce0ca-f29e-4bfc-b732-0ef6b1619cd3 => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/952] 10.0.0.236 () {34 vars in 979 bytes} [Fri Jul 31 01:16:31 2026] GET /v2.0/networks?id=5d5953bb-28ff-4820-be45-a02b7eea7feb => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/953] 162.253.55.222 () {34 vars in 1057 bytes} [Fri Jul 31 01:16:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=0a33a31e-2e6a-473f-9fe4-c0d13890d0ca => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/954] 10.0.0.236 () {34 vars in 962 bytes} [Fri Jul 31 01:16:31 2026] GET /v2.0/quotas/23676ae5be724671afbb517c92a55eda => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/955] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:16:31 2026] GET /v2.0/subnets?id=9b48895f-8302-40ae-82ba-e675b3825ce0 => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/956] 10.0.0.236 () {34 vars in 999 bytes} [Fri Jul 31 01:16:31 2026] GET /v2.0/ports?tenant_id=23676ae5be724671afbb517c92a55eda&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/957] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:16:31 2026] GET /v2.0/ports?network_id=813ce0ca-f29e-4bfc-b732-0ef6b1619cd3&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/958] 10.0.0.236 () {34 vars in 1005 bytes} [Fri Jul 31 01:16:31 2026] GET /v2.0/networks/5d5953bb-28ff-4820-be45-a02b7eea7feb?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: 498/959] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:16:32 2026] GET /v2.0/networks/813ce0ca-f29e-4bfc-b732-0ef6b1619cd3?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: 499/960] 10.0.0.236 () {34 vars in 1105 bytes} [Fri Jul 31 01:16:32 2026] GET /v2.0/networks/5d5953bb-28ff-4820-be45-a02b7eea7feb?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: 500/961] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:16:32 2026] GET /v2.0/networks/813ce0ca-f29e-4bfc-b732-0ef6b1619cd3?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: 501/962] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:32 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => 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: 502/963] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:32 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => 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: 503/964] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:32 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&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: 462/965] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:16:31 2026] PUT /v2.0/routers/d241c7c0-a27b-41d9-ae31-cc8d97e9e8f6/add_router_interface => generated 309 bytes in 1564 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/966] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:32 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/967] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:33 2026] GET /v2.0/security-groups?id=d9baf0be-e384-45a2-8734-666b73f5ae54&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: 504/968] 10.0.0.229 () {34 vars in 662 bytes} [Fri Jul 31 01:16:32 2026] POST /v2.0/ports => generated 954 bytes in 558 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: 465/969] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:16:33 2026] GET /v2.0/ports?tenant_id=4b7fb2cdc28c4fb1b25010c6b615d4bd&device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/972] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:16:33 2026] GET /v2.0/networks?id=813ce0ca-f29e-4bfc-b732-0ef6b1619cd3 => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/973] 162.253.55.222 () {34 vars in 1057 bytes} [Fri Jul 31 01:16:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=0a33a31e-2e6a-473f-9fe4-c0d13890d0ca => generated 861 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/974] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:16:33 2026] GET /v2.0/subnets?id=9b48895f-8302-40ae-82ba-e675b3825ce0 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/975] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:16:33 2026] GET /v2.0/ports?network_id=813ce0ca-f29e-4bfc-b732-0ef6b1619cd3&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: 472/976] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:16:33 2026] GET /v2.0/networks/813ce0ca-f29e-4bfc-b732-0ef6b1619cd3?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/977] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:16:33 2026] GET /v2.0/networks/813ce0ca-f29e-4bfc-b732-0ef6b1619cd3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/978] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:33 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => 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: 475/979] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:33 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => 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: 476/980] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:33 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/981] 10.0.0.229 () {34 vars in 662 bytes} [Fri Jul 31 01:16:33 2026] POST /v2.0/ports => generated 954 bytes in 456 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: 506/982] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:34 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/983] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:34 2026] GET /v2.0/security-groups?id=d9baf0be-e384-45a2-8734-666b73f5ae54&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: 508/984] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:34 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:16:34.721 8 INFO neutron.db.l3_db [None req-2a1276a4-57e0-45e2-be85-5119f939de12 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] Floating IP 7cf6755d-5eaf-4c78-a073-0582da175f5c associated. External IP: 10.96.250.210, port: 15a44b22-3481-43a6-b56e-f4a5ccfe0c06. [pid: 8|app: 0|req: 477/985] 10.0.0.229 () {34 vars in 674 bytes} [Fri Jul 31 01:16:33 2026] POST /v2.0/floatingips => generated 841 bytes in 1482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:16:35.302 7 INFO neutron.db.l3_db [None req-60438a79-7337-4cfa-a18d-896276fcccd5 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] Floating IP 7cf6755d-5eaf-4c78-a073-0582da175f5c disassociated. External IP: 10.96.250.210, port: 15a44b22-3481-43a6-b56e-f4a5ccfe0c06. [pid: 8|app: 0|req: 478/986] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:35 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/987] 162.253.55.222 () {34 vars in 991 bytes} [Fri Jul 31 01:16:35 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 975 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/988] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:35 2026] GET /v2.0/security-groups?id=d9baf0be-e384-45a2-8734-666b73f5ae54&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:35.558 8 INFO neutron_taas.services.taas.taas_plugin [req-10dc9fec-0210-46b8-b415-5d1f5c15e7bf req-5224c658-40eb-476e-96e5-e6938593140b 34387e3f966e495daff55d4cedd1f8c6 4b7fb2cdc28c4fb1b25010c6b615d4bd - - default default] TaaS: Handle Delete Port: 0a33a31e-2e6a-473f-9fe4-c0d13890d0ca 2026-07-31 01:16:35.560 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-10dc9fec-0210-46b8-b415-5d1f5c15e7bf req-5224c658-40eb-476e-96e5-e6938593140b 34387e3f966e495daff55d4cedd1f8c6 4b7fb2cdc28c4fb1b25010c6b615d4bd - - default default] Tap Mirror: Handle Delete Port: 0a33a31e-2e6a-473f-9fe4-c0d13890d0ca [pid: 7|app: 0|req: 509/989] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:16:35 2026] PUT /v2.0/floatingips/7cf6755d-5eaf-4c78-a073-0582da175f5c => generated 552 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:35.669 8 INFO neutron.db.l3_db [req-10dc9fec-0210-46b8-b415-5d1f5c15e7bf req-5224c658-40eb-476e-96e5-e6938593140b 34387e3f966e495daff55d4cedd1f8c6 4b7fb2cdc28c4fb1b25010c6b615d4bd - - default default] Floating IP 53df7fab-e555-46b5-91be-88518436570b disassociated. External IP: 10.96.250.201, port: 0a33a31e-2e6a-473f-9fe4-c0d13890d0ca. 2026-07-31 01:16:35.746 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9b76e4a-835b-4722-89a1-8f3a1fa27f1c 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] TaaS: Handle Delete Port: 6212e454-d411-448e-a039-f40a581d6724 2026-07-31 01:16:35.749 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9b76e4a-835b-4722-89a1-8f3a1fa27f1c 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] Tap Mirror: Handle Delete Port: 6212e454-d411-448e-a039-f40a581d6724 [pid: 7|app: 0|req: 510/990] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:16:35 2026] DELETE /v2.0/floatingips/7cf6755d-5eaf-4c78-a073-0582da175f5c => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/991] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:35 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => 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: 481/992] 162.253.55.222 () {36 vars in 994 bytes} [Fri Jul 31 01:16:35 2026] DELETE /v2.0/ports/0a33a31e-2e6a-473f-9fe4-c0d13890d0ca => generated 0 bytes in 623 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:36.127 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a413187d-25a3-4989-a80d-1ae0fbca83b4'] response: {'server_uuid': '3d0f07d8-3ed2-43fe-9ce5-0312aced3d53', 'name': 'network-vif-deleted', 'tag': '0a33a31e-2e6a-473f-9fe4-c0d13890d0ca', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 482/993] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:36 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:16:36.723 7 INFO neutron.db.l3_db [None req-ed4777db-2f4b-49a1-acdc-284ae64a4357 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] Floating IP 0837b940-ebbf-4ee0-ae91-798b6f3e786f associated. External IP: 10.96.250.220, port: cbc97348-4be8-4a8b-90a4-2e967c90e6f3. [pid: 8|app: 0|req: 483/994] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:16:36 2026] GET /v2.0/networks?id=5d5953bb-28ff-4820-be45-a02b7eea7feb => generated 675 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/995] 162.253.55.222 () {34 vars in 1047 bytes} [Fri Jul 31 01:16:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=23676ae5be724671afbb517c92a55eda => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/996] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:37 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => 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: 512/997] 10.0.0.229 () {34 vars in 674 bytes} [Fri Jul 31 01:16:35 2026] POST /v2.0/floatingips => generated 841 bytes in 1129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/998] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:16:37 2026] GET /v2.0/floatingips/0837b940-ebbf-4ee0-ae91-798b6f3e786f => generated 841 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/999] 10.0.0.229 () {32 vars in 652 bytes} [Fri Jul 31 01:16:37 2026] GET /v2.0/floatingips => generated 844 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1000] 162.253.55.222 () {38 vars in 952 bytes} [Fri Jul 31 01:16:37 2026] POST /v2.0/ports => generated 954 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-31 01:16:37.582 7 INFO neutron.db.l3_db [None req-0ab28d28-df9c-4dd2-abaf-6b689c801eb1 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] Floating IP 0837b940-ebbf-4ee0-ae91-798b6f3e786f associated. External IP: 10.96.250.220, port: cbc97348-4be8-4a8b-90a4-2e967c90e6f3. [pid: 8|app: 0|req: 487/1001] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:16:37 2026] PUT /v2.0/ports/11f7b630-e5b1-4649-9b1d-0125f7909f2c => generated 1235 bytes in 497 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: 488/1002] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:37 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1003] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:38 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:38.181 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b89df1e-8184-44a3-94da-4253a244bbf8'] response: {'name': 'network-changed', 'server_uuid': '3504f268-9dfb-4728-9b65-54d67b72bcbd', 'tag': '11f7b630-e5b1-4649-9b1d-0125f7909f2c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 490/1004] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:38 2026] GET /v2.0/security-groups?id=5a306a4e-2d35-4bb0-8b9b-501872ada098&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1005] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:16:37 2026] PUT /v2.0/floatingips/0837b940-ebbf-4ee0-ae91-798b6f3e786f => generated 841 bytes in 1023 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:38.356 8 INFO neutron.db.l3_db [None req-436a4026-8279-418f-8f2e-21b2b6137ba2 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] Floating IP 0837b940-ebbf-4ee0-ae91-798b6f3e786f disassociated. External IP: 10.96.250.220, port: 15a44b22-3481-43a6-b56e-f4a5ccfe0c06. [pid: 8|app: 0|req: 491/1006] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:16:38 2026] PUT /v2.0/floatingips/0837b940-ebbf-4ee0-ae91-798b6f3e786f => generated 552 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1007] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:16:38 2026] GET /v2.0/ports?tenant_id=23676ae5be724671afbb517c92a55eda&device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:16:38.726 7 INFO neutron_taas.services.taas.taas_plugin [None req-30596db2-aa10-4d4c-a6da-acc1608509c7 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] TaaS: Handle Delete Port: f8bb2307-542a-4e04-af9d-7857242a0363 2026-07-31 01:16:38.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30596db2-aa10-4d4c-a6da-acc1608509c7 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] Tap Mirror: Handle Delete Port: f8bb2307-542a-4e04-af9d-7857242a0363 [pid: 8|app: 0|req: 493/1008] 162.253.55.222 () {34 vars in 1015 bytes} [Fri Jul 31 01:16:38 2026] GET /v2.0/networks?tenant_id=23676ae5be724671afbb517c92a55eda&shared=False => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1009] 162.253.55.222 () {34 vars in 927 bytes} [Fri Jul 31 01:16:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1010] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:16:38 2026] DELETE /v2.0/floatingips/0837b940-ebbf-4ee0-ae91-798b6f3e786f => generated 0 bytes in 338 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:39.007 8 INFO neutron.api.v2.resource [None req-9ccce0d7-c854-4858-b22b-122f542e6c79 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 495/1011] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:16:38 2026] DELETE /v2.0/floatingips/0837b940-ebbf-4ee0-ae91-798b6f3e786f => generated 144 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1012] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:39 2026] GET /v2.0/ports?device_id=3d0f07d8-3ed2-43fe-9ce5-0312aced3d53 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:16:39.160 7 INFO neutron_taas.services.taas.taas_plugin [None req-92b7ca4c-c888-4c50-8ae7-efd18db96122 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] TaaS: Handle Delete Port: 15a44b22-3481-43a6-b56e-f4a5ccfe0c06 2026-07-31 01:16:39.163 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92b7ca4c-c888-4c50-8ae7-efd18db96122 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] Tap Mirror: Handle Delete Port: 15a44b22-3481-43a6-b56e-f4a5ccfe0c06 [pid: 8|app: 0|req: 497/1013] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:39 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1014] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:16:39 2026] DELETE /v2.0/ports/15a44b22-3481-43a6-b56e-f4a5ccfe0c06 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1015] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:39 2026] GET /v2.0/security-groups?id=5a306a4e-2d35-4bb0-8b9b-501872ada098&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-07-31 01:16:39.481 7 INFO neutron_taas.services.taas.taas_plugin [None req-2aaf5d3f-1482-4ef7-bd83-b092c05431b1 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] TaaS: Handle Delete Port: cbc97348-4be8-4a8b-90a4-2e967c90e6f3 2026-07-31 01:16:39.484 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2aaf5d3f-1482-4ef7-bd83-b092c05431b1 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] Tap Mirror: Handle Delete Port: cbc97348-4be8-4a8b-90a4-2e967c90e6f3 [pid: 7|app: 0|req: 518/1016] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:16:39 2026] DELETE /v2.0/ports/cbc97348-4be8-4a8b-90a4-2e967c90e6f3 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1017] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:16:39 2026] GET /v2.0/ports?device_id=d241c7c0-a27b-41d9-ae31-cc8d97e9e8f6 => generated 958 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1018] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:16:39 2026] GET /v2.0/ports?tenant_id=23676ae5be724671afbb517c92a55eda&device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => 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: 501/1019] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:16:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=11f7b630-e5b1-4649-9b1d-0125f7909f2c => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1020] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:16:39 2026] GET /v2.0/subnets?id=59cce285-2f35-40c7-82ba-7ff46fc61874 => generated 693 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1021] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:16:39 2026] GET /v2.0/ports?network_id=5d5953bb-28ff-4820-be45-a02b7eea7feb&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: 504/1022] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:16:40 2026] GET /v2.0/networks/5d5953bb-28ff-4820-be45-a02b7eea7feb?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1023] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:16:40 2026] GET /v2.0/networks/5d5953bb-28ff-4820-be45-a02b7eea7feb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:16:40.214 7 INFO neutron_taas.services.taas.taas_plugin [None req-0bc25c51-ea7b-4059-93b0-572767b7b7ee 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] TaaS: Handle Delete Port: 9aa18a2b-fbfc-45ce-bf4e-89d700684667 2026-07-31 01:16:40.217 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bc25c51-ea7b-4059-93b0-572767b7b7ee 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] Tap Mirror: Handle Delete Port: 9aa18a2b-fbfc-45ce-bf4e-89d700684667 [pid: 8|app: 0|req: 506/1024] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:16:40 2026] DELETE /v2.0/security-groups/d9baf0be-e384-45a2-8734-666b73f5ae54 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:40.317 8 INFO neutron.api.v2.resource [None req-72cb15c1-c726-42e1-842c-07f71fa9167c 34387e3f966e495daff55d4cedd1f8c6 4b7fb2cdc28c4fb1b25010c6b615d4bd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 507/1025] 10.0.0.229 () {32 vars in 734 bytes} [Fri Jul 31 01:16:40 2026] GET /v2.0/security-groups/d9baf0be-e384-45a2-8734-666b73f5ae54 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:16:40.411 8 INFO neutron_taas.services.taas.taas_plugin [None req-8691f9b2-fe99-4d96-86fe-3eb2092c92c3 34387e3f966e495daff55d4cedd1f8c6 4b7fb2cdc28c4fb1b25010c6b615d4bd - - default default] TaaS: Handle Delete Port: 6f736e14-078c-424b-a200-ea5b2d025c80 2026-07-31 01:16:40.413 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8691f9b2-fe99-4d96-86fe-3eb2092c92c3 34387e3f966e495daff55d4cedd1f8c6 4b7fb2cdc28c4fb1b25010c6b615d4bd - - default default] Tap Mirror: Handle Delete Port: 6f736e14-078c-424b-a200-ea5b2d025c80 [pid: 8|app: 0|req: 508/1026] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:16:40 2026] DELETE /v2.0/floatingips/53df7fab-e555-46b5-91be-88518436570b => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1027] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:40 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1028] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:40 2026] GET /v2.0/security-groups?id=5a306a4e-2d35-4bb0-8b9b-501872ada098&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1029] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:16:39 2026] PUT /v2.0/routers/d241c7c0-a27b-41d9-ae31-cc8d97e9e8f6/remove_router_interface => generated 309 bytes in 953 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:41.055 7 INFO neutron_taas.services.taas.taas_plugin [None req-a847ccb2-b027-42f0-9333-cba06bca53b4 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] TaaS: Handle Delete Port: d4b93491-81ca-4011-b394-4bee6276ec55 2026-07-31 01:16:41.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a847ccb2-b027-42f0-9333-cba06bca53b4 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] Tap Mirror: Handle Delete Port: d4b93491-81ca-4011-b394-4bee6276ec55 2026-07-31 01:16:41.127 8 INFO neutron_taas.services.taas.taas_plugin [None req-3cce89b0-849f-4c9d-9d10-2d59f0b46470 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 9197e816-d7c2-4cad-8fcc-15c4205f1e7d 2026-07-31 01:16:41.130 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cce89b0-849f-4c9d-9d10-2d59f0b46470 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 9197e816-d7c2-4cad-8fcc-15c4205f1e7d 2026-07-31 01:16:41.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-a847ccb2-b027-42f0-9333-cba06bca53b4 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] TaaS: Handle Delete Port: bcca44b5-656a-4b67-b267-76d93362e162 2026-07-31 01:16:41.388 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a847ccb2-b027-42f0-9333-cba06bca53b4 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] Tap Mirror: Handle Delete Port: bcca44b5-656a-4b67-b267-76d93362e162 [pid: 8|app: 0|req: 511/1030] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:16:40 2026] PUT /v2.0/routers/4618858f-f99a-44b6-85b0-b6f4e05f6e3b/remove_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:41.761 7 INFO neutron.services.segments.plugin [-] Segment a0905f8d-44e8-4f88-bdc1-603d2968759e resource provider aggregate not found 2026-07-31 01:16:41.774 7 INFO neutron.services.segments.plugin [-] Segment a0905f8d-44e8-4f88-bdc1-603d2968759e resource provider aggregate not found [pid: 8|app: 0|req: 512/1031] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:41 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:41.785 7 INFO neutron.services.segments.plugin [-] Segment a0905f8d-44e8-4f88-bdc1-603d2968759e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0905f8d-44e8-4f88-bdc1-603d2968759e found for delete ", "request_id": "req-4e9c28fd-4126-47f4-aa03-42264760e466"}]} 2026-07-31 01:16:41.793 7 INFO neutron.services.segments.plugin [-] Segment a0905f8d-44e8-4f88-bdc1-603d2968759e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a0905f8d-44e8-4f88-bdc1-603d2968759e found for delete ", "request_id": "req-598c18b5-ae73-40fd-a369-f63a539ae136"}]} 2026-07-31 01:16:41.813 7 INFO neutron.db.l3_hamode_db [None req-a847ccb2-b027-42f0-9333-cba06bca53b4 148b428f609746b79a3b38c939f4418d 40e54c2f5c2e40eb819446604bb04b22 - - default default] HA network 8d73e56e-9290-4481-8b3a-6591a2bf5bca was deleted as no HA routers are present in tenant 40e54c2f5c2e40eb819446604bb04b22. [pid: 7|app: 0|req: 520/1032] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:16:40 2026] DELETE /v2.0/routers/d241c7c0-a27b-41d9-ae31-cc8d97e9e8f6 => generated 0 bytes in 1075 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1033] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:41 2026] GET /v2.0/security-groups?id=5a306a4e-2d35-4bb0-8b9b-501872ada098&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1034] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:16:41 2026] DELETE /v2.0/subnets/45a0e344-344d-4a59-8a04-acdf413f3c14 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:42.042 8 INFO neutron_taas.services.taas.taas_plugin [None req-1748e3d6-4533-4e4a-beeb-bd27072788af c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: ed2517e9-ed00-4589-bc6b-56116e5fc875 2026-07-31 01:16:42.044 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1748e3d6-4533-4e4a-beeb-bd27072788af c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: ed2517e9-ed00-4589-bc6b-56116e5fc875 [pid: 7|app: 0|req: 523/1035] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:16:42 2026] DELETE /v2.0/networks/81a91e6a-af95-49e6-8a3c-0c7fffc07524 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:42.287 8 INFO neutron_taas.services.taas.taas_plugin [None req-1748e3d6-4533-4e4a-beeb-bd27072788af c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 8fdf7af8-ef8c-48dd-a646-bfb72347a1bd 2026-07-31 01:16:42.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1748e3d6-4533-4e4a-beeb-bd27072788af c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 8fdf7af8-ef8c-48dd-a646-bfb72347a1bd 2026-07-31 01:16:42.693 8 INFO neutron.services.segments.plugin [-] Segment e5be6379-d968-42e9-b5f0-b938d128a378 resource provider aggregate not found 2026-07-31 01:16:42.694 8 INFO neutron.services.segments.plugin [-] Segment e5be6379-d968-42e9-b5f0-b938d128a378 resource provider aggregate not found 2026-07-31 01:16:42.720 8 INFO neutron.services.segments.plugin [-] Segment e5be6379-d968-42e9-b5f0-b938d128a378 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5be6379-d968-42e9-b5f0-b938d128a378 found for delete ", "request_id": "req-b0e48afa-e5d6-4902-ad79-ca2a6afb4a63"}]} 2026-07-31 01:16:42.723 8 INFO neutron.services.segments.plugin [-] Segment e5be6379-d968-42e9-b5f0-b938d128a378 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5be6379-d968-42e9-b5f0-b938d128a378 found for delete ", "request_id": "req-eef2f42a-b46f-49ec-9a97-444e86ef047c"}]} 2026-07-31 01:16:42.779 8 INFO neutron.db.l3_hamode_db [None req-1748e3d6-4533-4e4a-beeb-bd27072788af c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] HA network de26b473-77ba-4607-bc24-2e89ef8a59ab was deleted as no HA routers are present in tenant 4b7fb2cdc28c4fb1b25010c6b615d4bd. [pid: 8|app: 0|req: 513/1036] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:16:41 2026] DELETE /v2.0/routers/4618858f-f99a-44b6-85b0-b6f4e05f6e3b => generated 0 bytes in 1010 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1037] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:16:42 2026] GET /v2.0/security-groups?tenant_id=40e54c2f5c2e40eb819446604bb04b22&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1038] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:16:42 2026] DELETE /v2.0/subnets/9b48895f-8302-40ae-82ba-e675b3825ce0 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1039] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:16:42 2026] DELETE /v2.0/security-groups/b9907767-d4af-4f3f-8b0d-0319c2a87ad0 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1040] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:43 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1041] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:43 2026] GET /v2.0/security-groups?id=5a306a4e-2d35-4bb0-8b9b-501872ada098&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-07-31 01:16:43.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7c00881-136e-4e39-a244-e8551ce75ac5 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: aae13613-320a-4590-9dc5-57ec7ce73a02 2026-07-31 01:16:43.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7c00881-136e-4e39-a244-e8551ce75ac5 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: aae13613-320a-4590-9dc5-57ec7ce73a02 [pid: 7|app: 0|req: 526/1042] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:16:43 2026] DELETE /v2.0/networks/813ce0ca-f29e-4bfc-b732-0ef6b1619cd3 => generated 0 bytes in 418 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1043] 10.0.0.101 () {34 vars in 987 bytes} [Fri Jul 31 01:16:43 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 1240 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1044] 10.0.0.101 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:43 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:43.814 7 INFO neutron.services.segments.plugin [-] Segment 17aa96a2-593e-4e06-941c-7a971dcae205 resource provider aggregate not found 2026-07-31 01:16:43.837 7 INFO neutron.services.segments.plugin [-] Segment 17aa96a2-593e-4e06-941c-7a971dcae205 resource provider aggregate not found 2026-07-31 01:16:43.841 7 INFO neutron.services.segments.plugin [-] Segment 17aa96a2-593e-4e06-941c-7a971dcae205 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17aa96a2-593e-4e06-941c-7a971dcae205 found for delete ", "request_id": "req-8e3e3b32-8e19-4984-9639-8b582b013c39"}]} [pid: 8|app: 0|req: 518/1045] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:16:43 2026] GET /v2.0/security-groups?tenant_id=4b7fb2cdc28c4fb1b25010c6b615d4bd&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:16:43.862 7 INFO neutron.services.segments.plugin [-] Segment 17aa96a2-593e-4e06-941c-7a971dcae205 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17aa96a2-593e-4e06-941c-7a971dcae205 found for delete ", "request_id": "req-deab3153-7671-485b-be0c-0b6bbdb54ecf"}]} 2026-07-31 01:16:43.870 7 INFO neutron.services.segments.plugin [-] Segment 383b1137-7af3-4275-bef0-7d729dbfd045 resource provider aggregate not found 2026-07-31 01:16:43.900 7 INFO neutron.services.segments.plugin [-] Segment 383b1137-7af3-4275-bef0-7d729dbfd045 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 383b1137-7af3-4275-bef0-7d729dbfd045 found for delete ", "request_id": "req-048d8cc3-b66f-4a5a-a839-71fe790b6047"}]} 2026-07-31 01:16:43.901 7 INFO neutron.services.segments.plugin [-] Segment 383b1137-7af3-4275-bef0-7d729dbfd045 resource provider aggregate not found 2026-07-31 01:16:43.932 7 INFO neutron.services.segments.plugin [-] Segment 383b1137-7af3-4275-bef0-7d729dbfd045 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 383b1137-7af3-4275-bef0-7d729dbfd045 found for delete ", "request_id": "req-c4dfb48e-3400-44a7-a88d-cce340efb6e6"}]} [pid: 7|app: 0|req: 528/1046] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:16:43 2026] DELETE /v2.0/security-groups/a94d0a5d-c38d-44ec-8dd0-3513884d7b75 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1047] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:44 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => 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: 529/1048] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:44 2026] GET /v2.0/security-groups?id=5a306a4e-2d35-4bb0-8b9b-501872ada098&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: 8|app: 0|req: 520/1049] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:45 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1050] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:45 2026] GET /v2.0/security-groups?id=5a306a4e-2d35-4bb0-8b9b-501872ada098&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1051] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:45 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:45.745 7 INFO neutron.db.segments_db [None req-f8eebf4d-12a1-40d9-93eb-c8e287af7719 aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] Added segment 7ac51c51-eb66-4b56-8480-43e1ac431e03 of type vxlan for network 0542cc13-0aa8-4561-9408-f8dd0d39e904 [pid: 7|app: 0|req: 530/1052] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:16:45 2026] POST /v2.0/networks => generated 629 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:16:45.972 8 INFO neutron.db.l3_db [None req-c31528b2-00ce-47e3-a2a7-cd3db19c76a5 9c456811305740108de3464966f0715c 23676ae5be724671afbb517c92a55eda - - default default] Floating IP 99c13b62-e688-4256-bb3b-8ee36d28b869 associated. External IP: 10.96.250.208, port: 11f7b630-e5b1-4649-9b1d-0125f7909f2c. [pid: 8|app: 0|req: 523/1053] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:16:45 2026] PUT /v2.0/floatingips/99c13b62-e688-4256-bb3b-8ee36d28b869 => generated 855 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:46.349 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f39951e-8fbd-4859-b77a-55b4d87e9c4b'] response: {'name': 'network-changed', 'server_uuid': '3504f268-9dfb-4728-9b65-54d67b72bcbd', 'tag': '11f7b630-e5b1-4649-9b1d-0125f7909f2c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 531/1054] 10.0.0.229 () {34 vars in 662 bytes} [Fri Jul 31 01:16:45 2026] POST /v2.0/ports => generated 779 bytes in 444 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-07-31 01:16:46.425 7 INFO neutron.db.segments_db [None req-d979b65a-00e9-4362-ba11-fb6ecf7660e9 aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] Added segment f3d94e0c-ff5c-40a1-9e7e-1c4d283f5054 of type vxlan for network cc62a782-16a1-4c5d-99d4-f335fd9cef30 [pid: 7|app: 0|req: 532/1055] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:16:46 2026] POST /v2.0/networks => generated 616 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:16:46.603 8 INFO neutron.db.segments_db [None req-6a78829b-e9ef-4858-8708-bd3bb0d5035f c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment 755da7fa-1e03-4a93-96df-946c3f13ee91 of type vxlan for network 6f4a4003-0e19-4e15-96d0-58d1b6e7c999 [pid: 7|app: 0|req: 533/1056] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:46 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1057] 10.0.0.229 () {34 vars in 668 bytes} [Fri Jul 31 01:16:46 2026] POST /v2.0/networks => generated 719 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1058] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:46 2026] GET /v2.0/security-groups?id=5a306a4e-2d35-4bb0-8b9b-501872ada098&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1059] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:16:46 2026] POST /v2.0/subnets => generated 646 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1060] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:16:46 2026] POST /v2.0/subnets => generated 685 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1061] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:16:47 2026] GET /v2.0/ports?tenant_id=23676ae5be724671afbb517c92a55eda&device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:16:47.177 7 INFO neutron.db.segments_db [None req-ed12ec9b-0381-4e5c-aae6-ff4d10b2d5b1 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment b614c020-0fcb-4f8c-aa37-83c2a9645356 of type vxlan for network 06f7ede0-fe08-4145-ad00-8f89c152f352 [pid: 8|app: 0|req: 527/1062] 10.0.0.229 () {34 vars in 662 bytes} [Fri Jul 31 01:16:47 2026] POST /v2.0/ports => generated 966 bytes in 495 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-07-31 01:16:47.622 7 INFO neutron.db.l3_hamode_db [None req-ed12ec9b-0381-4e5c-aae6-ff4d10b2d5b1 c56f85c730cc4b51acc9e9728bbaf937 1c3030f83bb14612bc512db5185d3e9d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 528/1063] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:16:47 2026] GET /v2.0/networks?id=5d5953bb-28ff-4820-be45-a02b7eea7feb => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1064] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:47 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:47.794 8 INFO neutron_taas.services.taas.taas_plugin [None req-072fc758-e2e0-42da-bc3d-20e1c624bc3d aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] TaaS: Handle Delete Port: d4404a04-6a53-43f5-bad1-44df74a1b2ad 2026-07-31 01:16:47.801 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-072fc758-e2e0-42da-bc3d-20e1c624bc3d aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] Tap Mirror: Handle Delete Port: d4404a04-6a53-43f5-bad1-44df74a1b2ad [pid: 8|app: 0|req: 530/1065] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:16:47 2026] DELETE /v2.0/ports/d4404a04-6a53-43f5-bad1-44df74a1b2ad => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1066] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:16:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=11f7b630-e5b1-4649-9b1d-0125f7909f2c => generated 860 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1067] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:48 2026] GET /v2.0/security-groups?id=5a306a4e-2d35-4bb0-8b9b-501872ada098&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:48.049 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8d5f79a7-578b-4217-9376-93f1d5a4553e aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 533/1068] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:16:48 2026] DELETE /v2.0/ports/d4404a04-6a53-43f5-bad1-44df74a1b2ad => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1069] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:16:48 2026] GET /v2.0/subnets?id=59cce285-2f35-40c7-82ba-7ff46fc61874 => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:48.100 8 INFO neutron.pecan_wsgi.hooks.translation [None req-259aa629-5eaa-4a6a-ac20-759fa1d56218 aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 535/1070] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:16:48 2026] GET /v2.0/ports/d4404a04-6a53-43f5-bad1-44df74a1b2ad => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1071] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:16:48 2026] GET /v2.0/ports?network_id=5d5953bb-28ff-4820-be45-a02b7eea7feb&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1072] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:16:48 2026] DELETE /v2.0/subnets/2bf4abee-d5b0-4bfe-ae75-b1e22af73817 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1073] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:16:48 2026] GET /v2.0/networks/5d5953bb-28ff-4820-be45-a02b7eea7feb?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:16:48.462 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e14748b-d30c-4e29-ac93-8423e8f4ae02 aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] TaaS: Handle Delete Port: ff8bc78c-0e5b-4d4e-8420-f974ba2937fb 2026-07-31 01:16:48.469 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e14748b-d30c-4e29-ac93-8423e8f4ae02 aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] Tap Mirror: Handle Delete Port: ff8bc78c-0e5b-4d4e-8420-f974ba2937fb 2026-07-31 01:16:48.484 7 INFO neutron.db.l3_hamode_db [None req-ed12ec9b-0381-4e5c-aae6-ff4d10b2d5b1 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:16:48.675 8 INFO neutron.services.segments.plugin [-] Segment f3d94e0c-ff5c-40a1-9e7e-1c4d283f5054 resource provider aggregate not found 2026-07-31 01:16:48.685 8 INFO neutron.services.segments.plugin [-] Segment f3d94e0c-ff5c-40a1-9e7e-1c4d283f5054 resource provider aggregate not found 2026-07-31 01:16:48.702 8 INFO neutron.services.segments.plugin [-] Segment f3d94e0c-ff5c-40a1-9e7e-1c4d283f5054 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3d94e0c-ff5c-40a1-9e7e-1c4d283f5054 found for delete ", "request_id": "req-ae6e894a-8359-4774-912c-55e1d8e3c7c6"}]} 2026-07-31 01:16:48.703 8 INFO neutron.services.segments.plugin [-] Segment f3d94e0c-ff5c-40a1-9e7e-1c4d283f5054 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3d94e0c-ff5c-40a1-9e7e-1c4d283f5054 found for delete ", "request_id": "req-ad679033-1852-4f53-84c1-a0643459fe5a"}]} [pid: 8|app: 0|req: 541/1076] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:16:48 2026] DELETE /v2.0/networks/cc62a782-16a1-4c5d-99d4-f335fd9cef30 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1077] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:16:48 2026] GET /v2.0/networks/5d5953bb-28ff-4820-be45-a02b7eea7feb?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-07-31 01:16:48.889 8 INFO neutron.db.segments_db [None req-802b8c06-09cf-4abc-89f5-902af11fec5e aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] Added segment f6469b64-2c8e-4f16-93a5-3f834c9840b0 of type vxlan for network e67f938c-484a-4642-8f66-103612d52818 [pid: 8|app: 0|req: 543/1078] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:16:48 2026] POST /v2.0/networks => generated 616 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1079] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:16:49 2026] POST /v2.0/subnets => generated 646 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1080] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:49 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1081] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:16:47 2026] POST /v2.0/routers => generated 725 bytes in 2464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1082] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:49 2026] GET /v2.0/security-groups?id=5a306a4e-2d35-4bb0-8b9b-501872ada098&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1083] 10.0.0.229 () {34 vars in 662 bytes} [Fri Jul 31 01:16:49 2026] POST /v2.0/ports => generated 928 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1084] 162.253.55.222 () {34 vars in 991 bytes} [Fri Jul 31 01:16:49 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:50.042 8 INFO neutron_taas.services.taas.taas_plugin [None req-33834970-2c04-4718-b766-59551749570b aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] TaaS: Handle Delete Port: 655113d6-b1fb-40f8-91d8-ede2caa8cd90 2026-07-31 01:16:50.045 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33834970-2c04-4718-b766-59551749570b aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] Tap Mirror: Handle Delete Port: 655113d6-b1fb-40f8-91d8-ede2caa8cd90 [pid: 8|app: 0|req: 548/1085] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:16:49 2026] DELETE /v2.0/ports/655113d6-b1fb-40f8-91d8-ede2caa8cd90 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:50.275 8 INFO neutron_taas.services.taas.taas_plugin [req-8d63bb8f-fa01-4acc-9929-258d5470b595 req-1245fa93-0f5b-4abb-9c48-98de307a0276 9c456811305740108de3464966f0715c 23676ae5be724671afbb517c92a55eda - - default default] TaaS: Handle Delete Port: 11f7b630-e5b1-4649-9b1d-0125f7909f2c 2026-07-31 01:16:50.278 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8d63bb8f-fa01-4acc-9929-258d5470b595 req-1245fa93-0f5b-4abb-9c48-98de307a0276 9c456811305740108de3464966f0715c 23676ae5be724671afbb517c92a55eda - - default default] Tap Mirror: Handle Delete Port: 11f7b630-e5b1-4649-9b1d-0125f7909f2c 2026-07-31 01:16:50.398 8 INFO neutron.db.l3_db [req-8d63bb8f-fa01-4acc-9929-258d5470b595 req-1245fa93-0f5b-4abb-9c48-98de307a0276 9c456811305740108de3464966f0715c 23676ae5be724671afbb517c92a55eda - - default default] Floating IP 99c13b62-e688-4256-bb3b-8ee36d28b869 disassociated. External IP: 10.96.250.208, port: 11f7b630-e5b1-4649-9b1d-0125f7909f2c. [pid: 8|app: 0|req: 549/1086] 162.253.55.222 () {36 vars in 994 bytes} [Fri Jul 31 01:16:50 2026] DELETE /v2.0/ports/11f7b630-e5b1-4649-9b1d-0125f7909f2c => generated 0 bytes in 580 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:50.780 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2da11afe-1103-4fec-a9eb-c2343adf8e87 aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 550/1087] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:16:50 2026] GET /v2.0/ports/655113d6-b1fb-40f8-91d8-ede2caa8cd90 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1088] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:50 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:16:50.821 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ca919052-9f1f-47a1-8c66-83cda13a89a8'] response: {'server_uuid': '3504f268-9dfb-4728-9b65-54d67b72bcbd', 'name': 'network-vif-deleted', 'tag': '11f7b630-e5b1-4649-9b1d-0125f7909f2c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 538/1089] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:16:49 2026] PUT /v2.0/routers/4d5463df-2f45-4cb6-a338-c454587fadd7/add_router_interface => generated 309 bytes in 1276 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1090] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:16:50 2026] DELETE /v2.0/subnets/ee48636d-f6f6-41d4-bdf2-750a481f7c4c => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:51.128 7 INFO neutron.services.segments.plugin [-] Segment f6469b64-2c8e-4f16-93a5-3f834c9840b0 resource provider aggregate not found 2026-07-31 01:16:51.132 7 INFO neutron.services.segments.plugin [-] Segment f6469b64-2c8e-4f16-93a5-3f834c9840b0 resource provider aggregate not found 2026-07-31 01:16:51.148 7 INFO neutron.services.segments.plugin [-] Segment f6469b64-2c8e-4f16-93a5-3f834c9840b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6469b64-2c8e-4f16-93a5-3f834c9840b0 found for delete ", "request_id": "req-0c278cf3-40ba-4440-9d13-e1383cc35481"}]} 2026-07-31 01:16:51.154 7 INFO neutron.services.segments.plugin [-] Segment f6469b64-2c8e-4f16-93a5-3f834c9840b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6469b64-2c8e-4f16-93a5-3f834c9840b0 found for delete ", "request_id": "req-624530f8-8bd2-4bcf-9856-f6479c1868a6"}]} [pid: 7|app: 0|req: 539/1091] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:16:51 2026] DELETE /v2.0/networks/e67f938c-484a-4642-8f66-103612d52818 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1092] 10.0.0.229 () {34 vars in 662 bytes} [Fri Jul 31 01:16:51 2026] POST /v2.0/ports => generated 779 bytes in 385 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: 540/1093] 10.0.0.229 () {34 vars in 682 bytes} [Fri Jul 31 01:16:51 2026] POST /v2.0/security-groups => generated 1660 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1094] 10.0.0.229 () {34 vars in 734 bytes} [Fri Jul 31 01:16:51 2026] PUT /v2.0/ports/1b56fdd0-abd3-45af-a0fb-fb347e237a69 => generated 752 bytes in 208 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: 541/1095] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:16:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:16:51.927 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb6d1f92-ca8f-4cd9-9f7b-803735a16f6d aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] TaaS: Handle Delete Port: 1b56fdd0-abd3-45af-a0fb-fb347e237a69 2026-07-31 01:16:51.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb6d1f92-ca8f-4cd9-9f7b-803735a16f6d aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] Tap Mirror: Handle Delete Port: 1b56fdd0-abd3-45af-a0fb-fb347e237a69 [pid: 7|app: 0|req: 542/1096] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:51 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => 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: 555/1097] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:16:51 2026] DELETE /v2.0/ports/1b56fdd0-abd3-45af-a0fb-fb347e237a69 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1098] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:16:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1099] 10.0.0.229 () {32 vars in 640 bytes} [Fri Jul 31 01:16:52 2026] GET /v2.0/ports => generated 782 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:52.152 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d4bc21a4-132b-4fa8-94b3-bca404e504cc aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 557/1100] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:16:52 2026] GET /v2.0/ports/1b56fdd0-abd3-45af-a0fb-fb347e237a69 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1101] 10.0.0.229 () {32 vars in 640 bytes} [Fri Jul 31 01:16:52 2026] GET /v2.0/ports => generated 782 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1102] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:16:52 2026] GET /v2.0/ports/9c6912c2-9b34-4123-ae3a-7186fa3075ca => generated 779 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:52.269 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6021dbc-be40-46e7-b08e-52dcdfeaf0e8 aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 560/1103] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:16:52 2026] DELETE /v2.0/ports/655113d6-b1fb-40f8-91d8-ede2caa8cd90 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:16:52.293 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aa24a08d-137e-4df0-a1b7-2c7ca683920c aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 561/1104] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:16:52 2026] DELETE /v2.0/subnets/ee48636d-f6f6-41d4-bdf2-750a481f7c4c => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:16:52.311 8 INFO neutron.pecan_wsgi.hooks.translation [None req-91dbae69-c6d5-4c24-a43d-f2ba0072c277 aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 562/1105] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:16:52 2026] DELETE /v2.0/subnets/2bf4abee-d5b0-4bfe-ae75-b1e22af73817 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:16:52.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e4aa777-bb6d-4fba-be16-f89362a67688 aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] TaaS: Handle Delete Port: 9c6912c2-9b34-4123-ae3a-7186fa3075ca 2026-07-31 01:16:52.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e4aa777-bb6d-4fba-be16-f89362a67688 aa46342486544d10a15599c62483d907 7f45df510cf849678774768e89b0fc4c - - default default] Tap Mirror: Handle Delete Port: 9c6912c2-9b34-4123-ae3a-7186fa3075ca [pid: 8|app: 0|req: 563/1106] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:16:52 2026] DELETE /v2.0/ports/9c6912c2-9b34-4123-ae3a-7186fa3075ca => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:52.703 8 INFO neutron.services.segments.plugin [-] Segment 7ac51c51-eb66-4b56-8480-43e1ac431e03 resource provider aggregate not found 2026-07-31 01:16:52.711 8 INFO neutron.services.segments.plugin [-] Segment 7ac51c51-eb66-4b56-8480-43e1ac431e03 resource provider aggregate not found 2026-07-31 01:16:52.728 8 INFO neutron.services.segments.plugin [-] Segment 7ac51c51-eb66-4b56-8480-43e1ac431e03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ac51c51-eb66-4b56-8480-43e1ac431e03 found for delete ", "request_id": "req-845bfc7b-d5ab-4661-bfa6-c277d2f7d551"}]} 2026-07-31 01:16:52.735 8 INFO neutron.services.segments.plugin [-] Segment 7ac51c51-eb66-4b56-8480-43e1ac431e03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ac51c51-eb66-4b56-8480-43e1ac431e03 found for delete ", "request_id": "req-db3c42d6-17cd-427e-97b5-645a01af6d01"}]} [pid: 8|app: 0|req: 564/1107] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:16:52 2026] DELETE /v2.0/networks/0542cc13-0aa8-4561-9408-f8dd0d39e904 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1108] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:16:52 2026] POST /v2.0/floatingips => generated 552 bytes in 734 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1109] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:53 2026] GET /v2.0/ports?device_id=3504f268-9dfb-4728-9b65-54d67b72bcbd => 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: 566/1110] 10.0.0.236 () {34 vars in 1095 bytes} [Fri Jul 31 01:16:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--856564491&fields=id&tenant_id=1c3030f83bb14612bc512db5185d3e9d => generated 69 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1111] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:16:53 2026] GET /v2.0/security-groups?tenant_id=7f45df510cf849678774768e89b0fc4c&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1112] 10.0.0.236 () {34 vars in 979 bytes} [Fri Jul 31 01:16:53 2026] GET /v2.0/networks?id=6f4a4003-0e19-4e15-96d0-58d1b6e7c999 => generated 670 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1113] 10.0.0.236 () {34 vars in 962 bytes} [Fri Jul 31 01:16:53 2026] GET /v2.0/quotas/1c3030f83bb14612bc512db5185d3e9d => 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: 569/1114] 10.0.0.236 () {34 vars in 999 bytes} [Fri Jul 31 01:16:53 2026] GET /v2.0/ports?tenant_id=1c3030f83bb14612bc512db5185d3e9d&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1115] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:16:53 2026] DELETE /v2.0/security-groups/972fe0e8-28df-4810-8bb1-da3ae212745c => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1116] 10.0.0.236 () {34 vars in 1005 bytes} [Fri Jul 31 01:16:53 2026] GET /v2.0/networks/6f4a4003-0e19-4e15-96d0-58d1b6e7c999?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: 547/1117] 10.0.0.236 () {34 vars in 1105 bytes} [Fri Jul 31 01:16:53 2026] GET /v2.0/networks/6f4a4003-0e19-4e15-96d0-58d1b6e7c999?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: 571/1118] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:53 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => 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: 548/1119] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:16:54 2026] DELETE /v2.0/security-groups/5a306a4e-2d35-4bb0-8b9b-501872ada098 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:16:54.433 8 INFO neutron.api.v2.resource [None req-d693c148-b21c-4ee9-9c10-1729eb3360c8 9c456811305740108de3464966f0715c 23676ae5be724671afbb517c92a55eda - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 572/1120] 10.0.0.229 () {32 vars in 734 bytes} [Fri Jul 31 01:16:54 2026] GET /v2.0/security-groups/5a306a4e-2d35-4bb0-8b9b-501872ada098 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:16:54.554 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e06264e-f0bb-4b72-870b-775129f6f650 9c456811305740108de3464966f0715c 23676ae5be724671afbb517c92a55eda - - default default] TaaS: Handle Delete Port: 289d9280-4c77-4d6e-87d9-448443f50d27 2026-07-31 01:16:54.557 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e06264e-f0bb-4b72-870b-775129f6f650 9c456811305740108de3464966f0715c 23676ae5be724671afbb517c92a55eda - - default default] Tap Mirror: Handle Delete Port: 289d9280-4c77-4d6e-87d9-448443f50d27 [pid: 7|app: 0|req: 549/1121] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:16:54 2026] DELETE /v2.0/floatingips/99c13b62-e688-4256-bb3b-8ee36d28b869 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1122] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:54 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:16:55.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8a4b406-3ec2-4771-9bcb-e51e2818a8bb c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: b97bd71b-344e-4853-9fe1-e5cb4cee1426 2026-07-31 01:16:55.154 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8a4b406-3ec2-4771-9bcb-e51e2818a8bb c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: b97bd71b-344e-4853-9fe1-e5cb4cee1426 [pid: 7|app: 0|req: 551/1123] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:55 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1124] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:55 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1125] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:55 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1126] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:55 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&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: 573/1127] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:16:54 2026] PUT /v2.0/routers/6d367915-bde8-4da5-899e-c25b474b0e04/remove_router_interface => generated 309 bytes in 992 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:56.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-480afb68-5c43-469b-8780-32f58f2bb2ab c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 8df77807-502b-4fc4-b18d-79a0ee3e1b91 2026-07-31 01:16:56.065 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-480afb68-5c43-469b-8780-32f58f2bb2ab c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 8df77807-502b-4fc4-b18d-79a0ee3e1b91 2026-07-31 01:16:56.088 7 INFO neutron.db.segments_db [None req-5c90a12b-fb03-4df8-b846-55e4460fd936 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Added segment 2aa72587-8e46-4647-bb89-43e12b88227c of type vxlan for network fded2316-6172-4b94-bef2-ddd1bc011c03 [pid: 7|app: 0|req: 555/1128] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:16:55 2026] POST /v2.0/networks => generated 615 bytes in 512 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1129] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:56 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:16:56.362 7 INFO neutron.db.segments_db [None req-6246743c-90da-4acf-adea-2c5c8616c236 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Added segment 813a87f9-ca58-49b2-8e5b-370369652349 of type vxlan for network d8d20475-4123-46ed-98cb-b0e42aeb714c [pid: 7|app: 0|req: 557/1130] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:16:56 2026] POST /v2.0/networks => generated 615 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:16:56.729 8 INFO neutron_taas.services.taas.taas_plugin [None req-480afb68-5c43-469b-8780-32f58f2bb2ab c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 7cf5f63b-f867-4218-aabd-5caa48fb5c09 2026-07-31 01:16:56.731 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-480afb68-5c43-469b-8780-32f58f2bb2ab c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 7cf5f63b-f867-4218-aabd-5caa48fb5c09 [pid: 7|app: 0|req: 558/1131] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:16:56 2026] POST /v2.0/subnets => generated 646 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1132] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:56 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:57.189 8 INFO neutron.services.segments.plugin [-] Segment 8b7943a3-192c-48fe-9fdd-389f92552144 resource provider aggregate not found 2026-07-31 01:16:57.196 8 INFO neutron.services.segments.plugin [-] Segment 8b7943a3-192c-48fe-9fdd-389f92552144 resource provider aggregate not found 2026-07-31 01:16:57.212 8 INFO neutron.services.segments.plugin [-] Segment 8b7943a3-192c-48fe-9fdd-389f92552144 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b7943a3-192c-48fe-9fdd-389f92552144 found for delete ", "request_id": "req-896e0e02-20fc-4107-a929-e886e1035f8e"}]} 2026-07-31 01:16:57.213 8 INFO neutron.services.segments.plugin [-] Segment 8b7943a3-192c-48fe-9fdd-389f92552144 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b7943a3-192c-48fe-9fdd-389f92552144 found for delete ", "request_id": "req-2f436446-562f-4ccc-81a6-24778c9746db"}]} 2026-07-31 01:16:57.253 8 INFO neutron.db.l3_hamode_db [None req-480afb68-5c43-469b-8780-32f58f2bb2ab c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] HA network 6ee3463d-51f4-48ed-a38b-f7f020cb7496 was deleted as no HA routers are present in tenant 23676ae5be724671afbb517c92a55eda. [pid: 8|app: 0|req: 574/1133] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:16:55 2026] DELETE /v2.0/routers/6d367915-bde8-4da5-899e-c25b474b0e04 => generated 0 bytes in 1495 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1134] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:16:57 2026] GET /v2.0/security-groups?id=23fb4764-13ce-4fac-a18b-92d82369197b&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1135] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:16:56 2026] POST /v2.0/subnets => generated 655 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:16:57.398 7 INFO neutron.db.segments_db [None req-22dbd0db-5c39-4697-8279-be5cf24d45b5 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Added segment 56853bb8-c9dd-46c5-a190-853da5743ed9 of type vxlan for network f63f1f50-710a-4044-9aba-37ed81813f76 [pid: 8|app: 0|req: 576/1136] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:16:57 2026] DELETE /v2.0/subnets/59cce285-2f35-40c7-82ba-7ff46fc61874 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1137] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:57 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:16:57.606 8 INFO neutron_taas.services.taas.taas_plugin [None req-078c2095-ae9e-45ea-91b9-7b7b18810d95 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 467b85dc-ee3f-4968-93d5-ba38708b5d8b 2026-07-31 01:16:57.610 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-078c2095-ae9e-45ea-91b9-7b7b18810d95 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 467b85dc-ee3f-4968-93d5-ba38708b5d8b 2026-07-31 01:16:57.763 7 INFO neutron.db.l3_hamode_db [None req-22dbd0db-5c39-4697-8279-be5cf24d45b5 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 578/1138] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:16:57 2026] DELETE /v2.0/networks/5d5953bb-28ff-4820-be45-a02b7eea7feb => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:16:57.961 7 INFO neutron.db.l3_hamode_db [None req-22dbd0db-5c39-4697-8279-be5cf24d45b5 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 579/1139] 162.253.55.222 () {34 vars in 991 bytes} [Fri Jul 31 01:16:57 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 971 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:58.155 8 INFO neutron_taas.services.taas.taas_plugin [req-6b98308f-ef91-48cf-a2b7-97263171ecb8 req-add4ed02-1467-4af1-bf11-cc386e098105 23f13cd1d2e14f62a1c5e385ca5a925f b6019e5b5ebe4705858651814aacf15b - - default default] TaaS: Handle Delete Port: 087b8013-f338-419c-91c2-169b36322d0c 2026-07-31 01:16:58.157 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6b98308f-ef91-48cf-a2b7-97263171ecb8 req-add4ed02-1467-4af1-bf11-cc386e098105 23f13cd1d2e14f62a1c5e385ca5a925f b6019e5b5ebe4705858651814aacf15b - - default default] Tap Mirror: Handle Delete Port: 087b8013-f338-419c-91c2-169b36322d0c 2026-07-31 01:16:58.262 8 INFO neutron.db.l3_db [req-6b98308f-ef91-48cf-a2b7-97263171ecb8 req-add4ed02-1467-4af1-bf11-cc386e098105 23f13cd1d2e14f62a1c5e385ca5a925f b6019e5b5ebe4705858651814aacf15b - - default default] Floating IP bc1ae6f2-8e38-4e65-9530-dfb49280e87e disassociated. External IP: 10.96.250.209, port: 087b8013-f338-419c-91c2-169b36322d0c. [pid: 8|app: 0|req: 580/1140] 162.253.55.222 () {36 vars in 994 bytes} [Fri Jul 31 01:16:58 2026] DELETE /v2.0/ports/087b8013-f338-419c-91c2-169b36322d0c => generated 0 bytes in 645 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1141] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:16:58 2026] GET /v2.0/security-groups?tenant_id=23676ae5be724671afbb517c92a55eda&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1142] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:58 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:16:58.776 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a77db03b-50c6-478f-9c6c-64c548e5458e'] response: {'server_uuid': 'f7ac993f-2493-4503-9ebb-a9ebdd562712', 'name': 'network-vif-deleted', 'tag': '087b8013-f338-419c-91c2-169b36322d0c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 561/1143] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:16:57 2026] POST /v2.0/routers => generated 511 bytes in 1447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1144] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:16:58 2026] GET /v2.0/networks?id=6f4a4003-0e19-4e15-96d0-58d1b6e7c999 => generated 670 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1145] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:16:58 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => 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: 584/1146] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:16:58 2026] DELETE /v2.0/security-groups/297f872e-dc8b-4010-bba5-72bdee1f03ad => generated 0 bytes in 202 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1147] 162.253.55.222 () {34 vars in 1047 bytes} [Fri Jul 31 01:16:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1c3030f83bb14612bc512db5185d3e9d => generated 180 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:16:59.244 8 INFO neutron.services.segments.plugin [-] Segment dfbaf665-9c1b-4431-b800-58f2e14fd044 resource provider aggregate not found 2026-07-31 01:16:59.254 8 INFO neutron.services.segments.plugin [-] Segment dfbaf665-9c1b-4431-b800-58f2e14fd044 resource provider aggregate not found 2026-07-31 01:16:59.270 8 INFO neutron.services.segments.plugin [-] Segment dfbaf665-9c1b-4431-b800-58f2e14fd044 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfbaf665-9c1b-4431-b800-58f2e14fd044 found for delete ", "request_id": "req-847820e3-1df3-487e-90a1-ca29fdb7b20a"}]} 2026-07-31 01:16:59.271 8 INFO neutron.services.segments.plugin [-] Segment dfbaf665-9c1b-4431-b800-58f2e14fd044 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfbaf665-9c1b-4431-b800-58f2e14fd044 found for delete ", "request_id": "req-544c0e5a-3657-4379-8724-409a4ecf68cf"}]} [pid: 8|app: 0|req: 586/1148] 162.253.55.222 () {38 vars in 952 bytes} [Fri Jul 31 01:16:59 2026] POST /v2.0/ports => generated 954 bytes in 510 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: 587/1149] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:16:59 2026] PUT /v2.0/ports/b79d3989-bafc-4958-88d1-c725d18602d5 => generated 1235 bytes in 526 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: 588/1150] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:00 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => 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: 589/1151] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:00 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1152] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:00 2026] GET /v2.0/security-groups?id=1f208b35-253b-4b9c-9dd6-f5c1ea67c482&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: 7|app: 0|req: 563/1153] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:16:58 2026] PUT /v2.0/routers/d658c331-d839-491b-8660-09334abd35bd/add_router_interface => generated 309 bytes in 1658 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1154] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:17:00 2026] GET /v2.0/ports/3b3487ee-f59e-4618-8328-beea62b0fc83 => generated 959 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:00.818 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e3953b6-cb8b-4276-b0c4-680622517a78'] response: {'name': 'network-changed', 'server_uuid': '60090255-d788-48bc-bbdd-dc40e8d748d7', 'tag': 'b79d3989-bafc-4958-88d1-c725d18602d5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 592/1155] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:17:01 2026] GET /v2.0/ports?tenant_id=1c3030f83bb14612bc512db5185d3e9d&device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1156] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:17:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b79d3989-bafc-4958-88d1-c725d18602d5 => 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: 594/1157] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:01 2026] GET /v2.0/ports?device_id=f7ac993f-2493-4503-9ebb-a9ebdd562712 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1158] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:17:01 2026] GET /v2.0/subnets?id=48eccf5b-3799-4fdb-9e1c-a9e3210d32ce => generated 688 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1159] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:17:01 2026] GET /v2.0/ports?network_id=6f4a4003-0e19-4e15-96d0-58d1b6e7c999&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1160] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:17:01 2026] GET /v2.0/networks/6f4a4003-0e19-4e15-96d0-58d1b6e7c999?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: 598/1161] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:01 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1162] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:17:01 2026] GET /v2.0/networks/6f4a4003-0e19-4e15-96d0-58d1b6e7c999?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1163] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:01 2026] GET /v2.0/security-groups?id=1f208b35-253b-4b9c-9dd6-f5c1ea67c482&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1164] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:17:00 2026] PUT /v2.0/routers/d658c331-d839-491b-8660-09334abd35bd/add_router_interface => generated 309 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1165] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:17:01 2026] GET /v2.0/ports/d23ae3e4-4b55-4d4e-9a68-2f4cbf9006fc => generated 967 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:02.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-c458229a-2248-49a4-8eac-7226fcd3ee90 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] TaaS: Handle Delete Port: d23ae3e4-4b55-4d4e-9a68-2f4cbf9006fc 2026-07-31 01:17:02.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c458229a-2248-49a4-8eac-7226fcd3ee90 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Tap Mirror: Handle Delete Port: d23ae3e4-4b55-4d4e-9a68-2f4cbf9006fc [pid: 8|app: 0|req: 602/1166] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:02 2026] DELETE /v2.0/security-groups/23fb4764-13ce-4fac-a18b-92d82369197b => 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: 603/1167] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:17:02 2026] GET /v2.0/ports?tenant_id=1c3030f83bb14612bc512db5185d3e9d&device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:17:02.487 8 INFO neutron.api.v2.resource [None req-0b975c79-47dc-46ef-b7d6-85fc7b840730 23f13cd1d2e14f62a1c5e385ca5a925f b6019e5b5ebe4705858651814aacf15b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 604/1168] 10.0.0.229 () {32 vars in 734 bytes} [Fri Jul 31 01:17:02 2026] GET /v2.0/security-groups/23fb4764-13ce-4fac-a18b-92d82369197b => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1169] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:17:02 2026] GET /v2.0/networks?id=6f4a4003-0e19-4e15-96d0-58d1b6e7c999 => generated 766 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1170] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:02 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1171] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:17:01 2026] PUT /v2.0/routers/d658c331-d839-491b-8660-09334abd35bd/remove_router_interface => generated 309 bytes in 812 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1172] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:17:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b79d3989-bafc-4958-88d1-c725d18602d5 => 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: 567/1173] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:02 2026] GET /v2.0/security-groups?id=1f208b35-253b-4b9c-9dd6-f5c1ea67c482&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-07-31 01:17:02.702 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e6b39d0-0a24-43bd-9849-0491e43c543d 23f13cd1d2e14f62a1c5e385ca5a925f b6019e5b5ebe4705858651814aacf15b - - default default] TaaS: Handle Delete Port: 7c551acf-5fdf-44d3-8ff8-b7125e4da223 2026-07-31 01:17:02.706 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e6b39d0-0a24-43bd-9849-0491e43c543d 23f13cd1d2e14f62a1c5e385ca5a925f b6019e5b5ebe4705858651814aacf15b - - default default] Tap Mirror: Handle Delete Port: 7c551acf-5fdf-44d3-8ff8-b7125e4da223 [pid: 8|app: 0|req: 607/1174] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:17:02 2026] DELETE /v2.0/floatingips/bc1ae6f2-8e38-4e65-9530-dfb49280e87e => generated 0 bytes in 333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1175] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:17:02 2026] GET /v2.0/subnets?id=48eccf5b-3799-4fdb-9e1c-a9e3210d32ce => generated 688 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:03.062 7 INFO neutron_taas.services.taas.taas_plugin [None req-f855444e-9fb5-4fb6-a635-fdc22bdb1933 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] TaaS: Handle Delete Port: 3b3487ee-f59e-4618-8328-beea62b0fc83 2026-07-31 01:17:03.065 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f855444e-9fb5-4fb6-a635-fdc22bdb1933 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Tap Mirror: Handle Delete Port: 3b3487ee-f59e-4618-8328-beea62b0fc83 2026-07-31 01:17:03.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-449dbf2b-3be9-4bc5-9acd-d1a1e774fe88 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: fc930ea5-9b1d-4e43-be56-89c91043a8a2 2026-07-31 01:17:03.336 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-449dbf2b-3be9-4bc5-9acd-d1a1e774fe88 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: fc930ea5-9b1d-4e43-be56-89c91043a8a2 [pid: 7|app: 0|req: 568/1176] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:17:02 2026] PUT /v2.0/routers/d658c331-d839-491b-8660-09334abd35bd/remove_router_interface => generated 309 bytes in 814 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1177] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:17:03 2026] GET /v2.0/ports?network_id=6f4a4003-0e19-4e15-96d0-58d1b6e7c999&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: 572/1180] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:03 2026] GET /v2.0/security-groups?tenant_id=32ee214381c245ac8771d61636c3c3d2&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1181] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:17:03 2026] GET /v2.0/ports?device_id=d658c331-d839-491b-8660-09334abd35bd => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1182] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:17:03 2026] GET /v2.0/networks/6f4a4003-0e19-4e15-96d0-58d1b6e7c999?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: 609/1183] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:17:02 2026] PUT /v2.0/routers/fe69cc3c-94c9-48ff-b88e-ce0a72f39497/remove_router_interface => generated 309 bytes in 954 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1184] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:03 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 969 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1185] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:03 2026] DELETE /v2.0/security-groups/ffe00e52-efb5-4f88-a3eb-465befd51a6a => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1186] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:17:04 2026] GET /v2.0/networks/6f4a4003-0e19-4e15-96d0-58d1b6e7c999?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) 2026-07-31 01:17:04.120 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2fbdfd2-3cc2-407e-9719-d006b5f928c8 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] TaaS: Handle Delete Port: 8f8c2705-b198-4423-bff9-f0eda74a26c6 2026-07-31 01:17:04.123 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2fbdfd2-3cc2-407e-9719-d006b5f928c8 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Tap Mirror: Handle Delete Port: 8f8c2705-b198-4423-bff9-f0eda74a26c6 2026-07-31 01:17:04.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-367c58f5-425a-4d6c-9836-97958cd4f7b6 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 17da7c84-93a7-4697-af19-172d72650025 2026-07-31 01:17:04.305 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-367c58f5-425a-4d6c-9836-97958cd4f7b6 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 17da7c84-93a7-4697-af19-172d72650025 2026-07-31 01:17:04.523 8 INFO neutron_taas.services.taas.taas_plugin [None req-367c58f5-425a-4d6c-9836-97958cd4f7b6 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: f1159353-8153-4e5d-ac7b-8fff8d5f6a05 2026-07-31 01:17:04.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-367c58f5-425a-4d6c-9836-97958cd4f7b6 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: f1159353-8153-4e5d-ac7b-8fff8d5f6a05 2026-07-31 01:17:04.535 7 INFO neutron.services.segments.plugin [-] Segment 56853bb8-c9dd-46c5-a190-853da5743ed9 resource provider aggregate not found 2026-07-31 01:17:04.545 7 INFO neutron.services.segments.plugin [-] Segment 56853bb8-c9dd-46c5-a190-853da5743ed9 resource provider aggregate not found 2026-07-31 01:17:04.568 7 INFO neutron.services.segments.plugin [-] Segment 56853bb8-c9dd-46c5-a190-853da5743ed9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56853bb8-c9dd-46c5-a190-853da5743ed9 found for delete ", "request_id": "req-c6f6b777-ca11-4832-bdac-e27a70a9de74"}]} 2026-07-31 01:17:04.568 7 INFO neutron.services.segments.plugin [-] Segment 56853bb8-c9dd-46c5-a190-853da5743ed9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56853bb8-c9dd-46c5-a190-853da5743ed9 found for delete ", "request_id": "req-cc5130d6-a2d4-42c5-a8e7-0a5c2d5275bc"}]} 2026-07-31 01:17:04.580 7 INFO neutron.db.l3_hamode_db [None req-e2fbdfd2-3cc2-407e-9719-d006b5f928c8 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] HA network f63f1f50-710a-4044-9aba-37ed81813f76 was deleted as no HA routers are present in tenant 35df8280ef33480d816eff3c0d801b22. [pid: 7|app: 0|req: 576/1187] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:03 2026] DELETE /v2.0/routers/d658c331-d839-491b-8660-09334abd35bd => generated 0 bytes in 614 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1188] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:04 2026] GET /v2.0/security-groups?id=1f208b35-253b-4b9c-9dd6-f5c1ea67c482&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1189] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:04 2026] GET /v2.0/security-groups?tenant_id=6e32309589074506aa0424022295c768&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:17:04.935 8 INFO neutron.services.segments.plugin [-] Segment c6cbc707-f5da-46db-8f6b-8b466021901c resource provider aggregate not found [pid: 7|app: 0|req: 579/1190] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:04 2026] DELETE /v2.0/subnets/75ab9085-4358-4ae8-a604-c09c338f55e0 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:04.941 8 INFO neutron.services.segments.plugin [-] Segment c6cbc707-f5da-46db-8f6b-8b466021901c resource provider aggregate not found 2026-07-31 01:17:04.965 8 INFO neutron.services.segments.plugin [-] Segment c6cbc707-f5da-46db-8f6b-8b466021901c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6cbc707-f5da-46db-8f6b-8b466021901c found for delete ", "request_id": "req-e7141054-a892-4d42-8d8b-6e22518b7aab"}]} 2026-07-31 01:17:04.965 8 INFO neutron.services.segments.plugin [-] Segment c6cbc707-f5da-46db-8f6b-8b466021901c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6cbc707-f5da-46db-8f6b-8b466021901c found for delete ", "request_id": "req-39dfc113-d819-4434-90c4-713016a1bf2b"}]} 2026-07-31 01:17:05.009 8 INFO neutron.db.l3_hamode_db [None req-367c58f5-425a-4d6c-9836-97958cd4f7b6 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] HA network de1fb9d4-75fb-4c3a-9faa-0677ebc14ca0 was deleted as no HA routers are present in tenant b6019e5b5ebe4705858651814aacf15b. [pid: 8|app: 0|req: 612/1191] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:04 2026] DELETE /v2.0/routers/fe69cc3c-94c9-48ff-b88e-ce0a72f39497 => generated 0 bytes in 895 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1192] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:04 2026] DELETE /v2.0/security-groups/f87fdcdb-517e-4f57-9116-646314ab9c0b => 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: 613/1193] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:05 2026] DELETE /v2.0/subnets/07c358af-ab99-426c-9f56-848cd486f115 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1194] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:05 2026] DELETE /v2.0/subnets/95591ffd-7c26-4f94-8adc-99b242859e47 => 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: 614/1195] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:05 2026] DELETE /v2.0/networks/d8d20475-4123-46ed-98cb-b0e42aeb714c => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:05.346 7 INFO neutron_taas.services.taas.taas_plugin [None req-5789b6a9-beae-47f0-9255-263d550c168b c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 40b16b4d-715a-4dee-9b9b-35db1a767ee0 2026-07-31 01:17:05.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5789b6a9-beae-47f0-9255-263d550c168b c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 40b16b4d-715a-4dee-9b9b-35db1a767ee0 2026-07-31 01:17:05.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c940c42-0f18-49e7-acee-c6cf6b11b834 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] TaaS: Handle Delete Port: 22d7f594-9f2a-47cb-ae28-4710e0b3c56b 2026-07-31 01:17:05.433 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c940c42-0f18-49e7-acee-c6cf6b11b834 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Tap Mirror: Handle Delete Port: 22d7f594-9f2a-47cb-ae28-4710e0b3c56b [pid: 7|app: 0|req: 582/1196] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:05 2026] DELETE /v2.0/networks/d121d4a6-b89b-42b5-b447-8851d7f33a88 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1197] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:05 2026] DELETE /v2.0/networks/fded2316-6172-4b94-bef2-ddd1bc011c03 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:05.756 7 INFO neutron.db.segments_db [None req-832d57fa-3c8d-4597-bcb9-c40d0f691dd4 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Added segment 5bd528b3-1a1b-46ab-8ee4-3f80ca48fa7f of type vxlan for network 2ad00801-1793-4d01-8014-edd5a6b3aff5 [pid: 8|app: 0|req: 616/1198] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:05 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1199] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:05 2026] GET /v2.0/security-groups?id=1f208b35-253b-4b9c-9dd6-f5c1ea67c482&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1200] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:05 2026] GET /v2.0/security-groups?tenant_id=b6019e5b5ebe4705858651814aacf15b&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1201] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:05 2026] POST /v2.0/networks => generated 615 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1202] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:05 2026] DELETE /v2.0/security-groups/ba5160b8-560c-46fc-abb4-6a8dc94a72b8 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1203] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:05 2026] POST /v2.0/subnets => generated 646 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:17:06.441 8 INFO neutron.db.segments_db [None req-6aac26d8-882b-4944-9a29-9300b4da47e0 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Added segment ceecba45-5973-4a50-af78-a6487f6d47aa of type vxlan for network 1861212a-dbdd-43f5-96d1-4be8e1b1bbe7 2026-07-31 01:17:06.588 7 INFO neutron.services.segments.plugin [-] Segment 05880b5e-997d-43fa-b6a7-a2dd20b499df resource provider aggregate not found 2026-07-31 01:17:06.594 7 INFO neutron.services.segments.plugin [-] Segment 05880b5e-997d-43fa-b6a7-a2dd20b499df resource provider aggregate not found 2026-07-31 01:17:06.605 7 INFO neutron.services.segments.plugin [-] Segment 05880b5e-997d-43fa-b6a7-a2dd20b499df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05880b5e-997d-43fa-b6a7-a2dd20b499df found for delete ", "request_id": "req-e2322ab1-28fa-4dd3-aafb-e3901cb4e974"}]} 2026-07-31 01:17:06.611 7 INFO neutron.services.segments.plugin [-] Segment 05880b5e-997d-43fa-b6a7-a2dd20b499df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05880b5e-997d-43fa-b6a7-a2dd20b499df found for delete ", "request_id": "req-6eaf9adb-0210-4114-b59e-d4145f5dfc97"}]} 2026-07-31 01:17:06.855 8 INFO neutron.db.l3_hamode_db [None req-6aac26d8-882b-4944-9a29-9300b4da47e0 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 585/1204] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:06 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:06.995 8 INFO neutron.services.segments.plugin [-] Segment 813a87f9-ca58-49b2-8e5b-370369652349 resource provider aggregate not found 2026-07-31 01:17:07.002 8 INFO neutron.services.segments.plugin [-] Segment 813a87f9-ca58-49b2-8e5b-370369652349 resource provider aggregate not found 2026-07-31 01:17:07.018 8 INFO neutron.services.segments.plugin [-] Segment 813a87f9-ca58-49b2-8e5b-370369652349 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 813a87f9-ca58-49b2-8e5b-370369652349 found for delete ", "request_id": "req-70ebf1af-e07b-41f4-86d2-0787d946b4bd"}]} [pid: 7|app: 0|req: 586/1205] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:06 2026] GET /v2.0/security-groups?id=1f208b35-253b-4b9c-9dd6-f5c1ea67c482&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:07.027 8 INFO neutron.services.segments.plugin [-] Segment 813a87f9-ca58-49b2-8e5b-370369652349 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 813a87f9-ca58-49b2-8e5b-370369652349 found for delete ", "request_id": "req-131b3a51-e77d-4a76-9990-f3e355bebaf4"}]} 2026-07-31 01:17:07.043 8 INFO neutron.services.segments.plugin [-] Segment 2aa72587-8e46-4647-bb89-43e12b88227c resource provider aggregate not found 2026-07-31 01:17:07.052 8 INFO neutron.services.segments.plugin [-] Segment 2aa72587-8e46-4647-bb89-43e12b88227c resource provider aggregate not found 2026-07-31 01:17:07.070 8 INFO neutron.services.segments.plugin [-] Segment 2aa72587-8e46-4647-bb89-43e12b88227c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aa72587-8e46-4647-bb89-43e12b88227c found for delete ", "request_id": "req-58cefff9-a741-4330-83b3-ae843d1c470d"}]} 2026-07-31 01:17:07.087 8 INFO neutron.services.segments.plugin [-] Segment 2aa72587-8e46-4647-bb89-43e12b88227c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2aa72587-8e46-4647-bb89-43e12b88227c found for delete ", "request_id": "req-f8318ac5-7411-4475-ba7e-6f8fef100cea"}]} 2026-07-31 01:17:07.117 8 INFO neutron.db.l3_hamode_db [None req-6aac26d8-882b-4944-9a29-9300b4da47e0 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 587/1206] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:07 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:07.516 7 INFO neutron.db.l3_db [None req-8301e35f-c1b1-45aa-9369-931f0cdb7398 5ab3281cbc9448fc892f72d8ac4962d2 1c3030f83bb14612bc512db5185d3e9d - - default default] Floating IP f8748bd7-540d-4246-aec7-a79a03ac054a associated. External IP: 10.96.250.207, port: b79d3989-bafc-4958-88d1-c725d18602d5. [pid: 7|app: 0|req: 588/1207] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:17:07 2026] PUT /v2.0/floatingips/f8748bd7-540d-4246-aec7-a79a03ac054a => generated 855 bytes in 687 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:07.898 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4a262bf-9db9-4474-b15a-e4e1799be7ba'] response: {'name': 'network-changed', 'server_uuid': '60090255-d788-48bc-bbdd-dc40e8d748d7', 'tag': 'b79d3989-bafc-4958-88d1-c725d18602d5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 589/1208] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:07 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1209] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:06 2026] POST /v2.0/routers => generated 511 bytes in 1600 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1210] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:07 2026] GET /v2.0/security-groups?id=1f208b35-253b-4b9c-9dd6-f5c1ea67c482&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: 591/1211] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:08 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1212] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:08 2026] GET /v2.0/security-groups?id=1f208b35-253b-4b9c-9dd6-f5c1ea67c482&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1213] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:17:08 2026] GET /v2.0/ports?tenant_id=1c3030f83bb14612bc512db5185d3e9d&device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1214] 10.0.0.229 () {34 vars in 662 bytes} [Fri Jul 31 01:17:07 2026] POST /v2.0/ports => generated 963 bytes in 502 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: 594/1215] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:17:08 2026] GET /v2.0/networks?id=6f4a4003-0e19-4e15-96d0-58d1b6e7c999 => generated 766 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1216] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:17:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b79d3989-bafc-4958-88d1-c725d18602d5 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1217] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:17:08 2026] GET /v2.0/subnets?id=48eccf5b-3799-4fdb-9e1c-a9e3210d32ce => generated 688 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1218] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:17:08 2026] GET /v2.0/ports?network_id=6f4a4003-0e19-4e15-96d0-58d1b6e7c999&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1219] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:17:08 2026] GET /v2.0/networks/6f4a4003-0e19-4e15-96d0-58d1b6e7c999?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: 599/1220] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:17:08 2026] GET /v2.0/networks/6f4a4003-0e19-4e15-96d0-58d1b6e7c999?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1221] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:09 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1222] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:09 2026] GET /v2.0/security-groups?id=1f208b35-253b-4b9c-9dd6-f5c1ea67c482&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: 622/1223] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:17:08 2026] PUT /v2.0/routers/9a7ab965-c547-4a50-9539-0968de3e8169/add_router_interface => generated 309 bytes in 1294 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1224] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:17:09 2026] GET /v2.0/ports/65851290-0566-42db-88a0-e53b16652b87 => generated 1037 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-31 01:17:10.236 8 INFO neutron_taas.services.taas.taas_plugin [None req-db0845f5-e43e-47b6-9abe-04d5aed685da 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] TaaS: Handle Delete Port: 65851290-0566-42db-88a0-e53b16652b87 2026-07-31 01:17:10.239 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db0845f5-e43e-47b6-9abe-04d5aed685da 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Tap Mirror: Handle Delete Port: 65851290-0566-42db-88a0-e53b16652b87 [pid: 8|app: 0|req: 623/1225] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:17:09 2026] PUT /v2.0/routers/9a7ab965-c547-4a50-9539-0968de3e8169/remove_router_interface => generated 309 bytes in 800 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: 624/1226] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:10 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1227] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:10 2026] GET /v2.0/security-groups?id=1f208b35-253b-4b9c-9dd6-f5c1ea67c482&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:10.764 7 INFO neutron.api.v2.resource [None req-52e4be0f-fdb4-46b0-9b5f-23805659be96 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 603/1228] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:17:10 2026] PUT /v2.0/routers/9a7ab965-c547-4a50-9539-0968de3e8169/remove_router_interface => generated 197 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1229] 162.253.55.222 () {34 vars in 991 bytes} [Fri Jul 31 01:17:10 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1230] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:17:10 2026] GET /v2.0/ports?device_id=9a7ab965-c547-4a50-9539-0968de3e8169 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:17:10.929 8 INFO neutron_taas.services.taas.taas_plugin [req-ab7ebeb3-e5b8-48ad-bf25-4a49fa9b1111 req-0aa12672-e7ea-4398-9fbc-928484ec194d 5ab3281cbc9448fc892f72d8ac4962d2 1c3030f83bb14612bc512db5185d3e9d - - default default] TaaS: Handle Delete Port: b79d3989-bafc-4958-88d1-c725d18602d5 2026-07-31 01:17:10.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ab7ebeb3-e5b8-48ad-bf25-4a49fa9b1111 req-0aa12672-e7ea-4398-9fbc-928484ec194d 5ab3281cbc9448fc892f72d8ac4962d2 1c3030f83bb14612bc512db5185d3e9d - - default default] Tap Mirror: Handle Delete Port: b79d3989-bafc-4958-88d1-c725d18602d5 2026-07-31 01:17:10.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-c37be536-5eba-40d0-9bef-faa8d9208ccc 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] TaaS: Handle Delete Port: 8a764ef1-b5bb-46f1-a244-649dc163a260 2026-07-31 01:17:10.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c37be536-5eba-40d0-9bef-faa8d9208ccc 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Tap Mirror: Handle Delete Port: 8a764ef1-b5bb-46f1-a244-649dc163a260 2026-07-31 01:17:11.074 8 INFO neutron.db.l3_db [req-ab7ebeb3-e5b8-48ad-bf25-4a49fa9b1111 req-0aa12672-e7ea-4398-9fbc-928484ec194d 5ab3281cbc9448fc892f72d8ac4962d2 1c3030f83bb14612bc512db5185d3e9d - - default default] Floating IP f8748bd7-540d-4246-aec7-a79a03ac054a disassociated. External IP: 10.96.250.207, port: b79d3989-bafc-4958-88d1-c725d18602d5. 2026-07-31 01:17:11.349 7 INFO neutron.services.segments.plugin [-] Segment ceecba45-5973-4a50-af78-a6487f6d47aa resource provider aggregate not found 2026-07-31 01:17:11.357 7 INFO neutron.services.segments.plugin [-] Segment ceecba45-5973-4a50-af78-a6487f6d47aa resource provider aggregate not found 2026-07-31 01:17:11.364 7 INFO neutron.services.segments.plugin [-] Segment ceecba45-5973-4a50-af78-a6487f6d47aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceecba45-5973-4a50-af78-a6487f6d47aa found for delete ", "request_id": "req-dfe09c4c-4960-4b4e-aabb-8a87c23e5926"}]} 2026-07-31 01:17:11.376 7 INFO neutron.services.segments.plugin [-] Segment ceecba45-5973-4a50-af78-a6487f6d47aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceecba45-5973-4a50-af78-a6487f6d47aa found for delete ", "request_id": "req-d717ccf3-01d8-4852-9fe0-964d186868fd"}]} 2026-07-31 01:17:11.400 7 INFO neutron.db.l3_hamode_db [None req-c37be536-5eba-40d0-9bef-faa8d9208ccc 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] HA network 1861212a-dbdd-43f5-96d1-4be8e1b1bbe7 was deleted as no HA routers are present in tenant 35df8280ef33480d816eff3c0d801b22. [pid: 7|app: 0|req: 605/1231] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:10 2026] DELETE /v2.0/routers/9a7ab965-c547-4a50-9539-0968de3e8169 => generated 0 bytes in 614 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1232] 162.253.55.222 () {36 vars in 994 bytes} [Fri Jul 31 01:17:10 2026] DELETE /v2.0/ports/b79d3989-bafc-4958-88d1-c725d18602d5 => generated 0 bytes in 679 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:11.498 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a4d1171-4111-4416-8bb0-d8247e33eafe'] response: {'server_uuid': '60090255-d788-48bc-bbdd-dc40e8d748d7', 'name': 'network-vif-deleted', 'tag': 'b79d3989-bafc-4958-88d1-c725d18602d5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 628/1233] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:11 2026] DELETE /v2.0/subnets/70226f5c-f5fe-48c2-80b0-9a23d8e530e9 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:11.737 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4dad7a7-0691-4f17-8a9a-7a2f85b510d4 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] TaaS: Handle Delete Port: 15a6f4b0-755f-47b0-ac46-82517789e27c 2026-07-31 01:17:11.740 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4dad7a7-0691-4f17-8a9a-7a2f85b510d4 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Tap Mirror: Handle Delete Port: 15a6f4b0-755f-47b0-ac46-82517789e27c [pid: 7|app: 0|req: 606/1234] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:11 2026] GET /v2.0/security-groups?tenant_id=cf713ade67d94a2bb0882f86da71f162&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1235] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:11 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => 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: 608/1236] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:11 2026] DELETE /v2.0/security-groups/961a02bc-a346-4703-bb76-d406e0e021a0 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:12.017 8 INFO neutron.services.segments.plugin [-] Segment 5bd528b3-1a1b-46ab-8ee4-3f80ca48fa7f resource provider aggregate not found 2026-07-31 01:17:12.022 8 INFO neutron.services.segments.plugin [-] Segment 5bd528b3-1a1b-46ab-8ee4-3f80ca48fa7f resource provider aggregate not found 2026-07-31 01:17:12.043 8 INFO neutron.services.segments.plugin [-] Segment 5bd528b3-1a1b-46ab-8ee4-3f80ca48fa7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bd528b3-1a1b-46ab-8ee4-3f80ca48fa7f found for delete ", "request_id": "req-9f598ce6-a9c5-4c92-8a31-e46a5a8dfb81"}]} 2026-07-31 01:17:12.045 8 INFO neutron.services.segments.plugin [-] Segment 5bd528b3-1a1b-46ab-8ee4-3f80ca48fa7f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bd528b3-1a1b-46ab-8ee4-3f80ca48fa7f found for delete ", "request_id": "req-3d30a116-4806-4279-a197-ffc94fa1e9ad"}]} [pid: 8|app: 0|req: 629/1237] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:11 2026] DELETE /v2.0/networks/2ad00801-1793-4d01-8014-edd5a6b3aff5 => generated 0 bytes in 419 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:12.161 7 INFO neutron.db.segments_db [None req-87f92bca-4893-49af-b221-b8a8c5f3457a 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Added segment 531aa188-95b3-4324-937a-b8484e8822dc of type vxlan for network c6a3cd09-2077-4e2b-96ef-089f19d702e3 [pid: 7|app: 0|req: 609/1238] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:12 2026] POST /v2.0/networks => generated 614 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1239] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:12 2026] GET /v2.0/security-groups?tenant_id=116bc0a8312f43cd9e779d7f119f284d&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1240] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:12 2026] DELETE /v2.0/security-groups/0d1628b8-f32b-40a5-93a3-fdbd1fe41eaa => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1241] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:12 2026] POST /v2.0/subnets => generated 646 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:17:12.885 8 INFO neutron.db.segments_db [None req-c82b6374-414f-4cd7-8fb6-d8701c2b0dec 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Added segment 580e6fac-8134-4e33-a3bc-4a545af94603 of type vxlan for network 77f36acc-4136-4d52-a973-9f70067722ca [pid: 7|app: 0|req: 611/1242] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:12 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:17:13.257 8 INFO neutron.db.l3_hamode_db [None req-c82b6374-414f-4cd7-8fb6-d8701c2b0dec 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 612/1243] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:12 2026] GET /v2.0/security-groups?tenant_id=5d3e8553681d416e9fa49b3a41673eae&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:17:13.398 8 INFO neutron.db.l3_hamode_db [None req-c82b6374-414f-4cd7-8fb6-d8701c2b0dec 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 613/1244] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:13 2026] DELETE /v2.0/security-groups/5a05b8c0-905a-497d-a6d1-295526953cba => 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: 614/1245] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:13 2026] GET /v2.0/security-groups?tenant_id=03dd3a55918543ba983419c77e039e94&name=default => generated 2925 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1246] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:13 2026] DELETE /v2.0/security-groups/a1b04de8-ac83-410b-87fa-d2c8c2664226 => 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: 616/1247] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:14 2026] GET /v2.0/ports?device_id=60090255-d788-48bc-bbdd-dc40e8d748d7 => 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: 632/1248] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:12 2026] POST /v2.0/routers => generated 510 bytes in 1433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1249] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:15 2026] DELETE /v2.0/security-groups/1f208b35-253b-4b9c-9dd6-f5c1ea67c482 => 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: 617/1250] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:17:14 2026] PUT /v2.0/routers/9a94fb72-5726-4bc2-8408-0f9a96191236/add_router_interface => generated 309 bytes in 1073 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:15.320 8 INFO neutron.api.v2.resource [None req-9a561a2b-ac80-42ce-8fb6-3f2330dba10c 5ab3281cbc9448fc892f72d8ac4962d2 1c3030f83bb14612bc512db5185d3e9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 634/1251] 10.0.0.229 () {32 vars in 734 bytes} [Fri Jul 31 01:17:15 2026] GET /v2.0/security-groups/1f208b35-253b-4b9c-9dd6-f5c1ea67c482 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1252] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:17:15 2026] GET /v2.0/ports/c61402f4-e604-4c41-aab4-e3ece86a99a7 => generated 959 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:15.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-c60c39e0-20d6-445f-8222-65948a7b2f1f 5ab3281cbc9448fc892f72d8ac4962d2 1c3030f83bb14612bc512db5185d3e9d - - default default] TaaS: Handle Delete Port: 2c5cfbf3-36da-4462-9623-13c0b03bc869 2026-07-31 01:17:15.472 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c60c39e0-20d6-445f-8222-65948a7b2f1f 5ab3281cbc9448fc892f72d8ac4962d2 1c3030f83bb14612bc512db5185d3e9d - - default default] Tap Mirror: Handle Delete Port: 2c5cfbf3-36da-4462-9623-13c0b03bc869 [pid: 8|app: 0|req: 635/1253] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:17:15 2026] DELETE /v2.0/floatingips/f8748bd7-540d-4246-aec7-a79a03ac054a => generated 0 bytes in 329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:15.737 7 INFO neutron_taas.services.taas.taas_plugin [None req-089f04e4-fd4d-4437-9195-3911f1c068ad 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] TaaS: Handle Delete Port: c61402f4-e604-4c41-aab4-e3ece86a99a7 2026-07-31 01:17:15.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-089f04e4-fd4d-4437-9195-3911f1c068ad 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Tap Mirror: Handle Delete Port: c61402f4-e604-4c41-aab4-e3ece86a99a7 2026-07-31 01:17:16.074 8 INFO neutron_taas.services.taas.taas_plugin [None req-fd403ea9-2bab-446a-9c8d-fb4d063870d4 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 8fb24e70-1b14-429e-89c3-e02f9c28efe1 2026-07-31 01:17:16.078 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd403ea9-2bab-446a-9c8d-fb4d063870d4 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 8fb24e70-1b14-429e-89c3-e02f9c28efe1 [pid: 7|app: 0|req: 619/1254] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:17:15 2026] PUT /v2.0/routers/9a94fb72-5726-4bc2-8408-0f9a96191236/remove_router_interface => generated 309 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1255] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:17:16 2026] GET /v2.0/ports?device_id=9a94fb72-5726-4bc2-8408-0f9a96191236 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:17:16.416 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff260ae8-0307-4146-b64e-b0cf2212edcb 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] TaaS: Handle Delete Port: 9f1568af-b726-4f00-8cef-5a2a4c6dfc7b 2026-07-31 01:17:16.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff260ae8-0307-4146-b64e-b0cf2212edcb 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Tap Mirror: Handle Delete Port: 9f1568af-b726-4f00-8cef-5a2a4c6dfc7b [pid: 8|app: 0|req: 636/1256] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:17:15 2026] PUT /v2.0/routers/4d5463df-2f45-4cb6-a338-c454587fadd7/remove_router_interface => generated 309 bytes in 1055 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:16.858 7 INFO neutron.services.segments.plugin [-] Segment 580e6fac-8134-4e33-a3bc-4a545af94603 resource provider aggregate not found 2026-07-31 01:17:16.866 7 INFO neutron.services.segments.plugin [-] Segment 580e6fac-8134-4e33-a3bc-4a545af94603 resource provider aggregate not found 2026-07-31 01:17:16.884 7 INFO neutron.services.segments.plugin [-] Segment 580e6fac-8134-4e33-a3bc-4a545af94603 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 580e6fac-8134-4e33-a3bc-4a545af94603 found for delete ", "request_id": "req-b0f946f7-4875-4520-9b0c-234d5703cd39"}]} 2026-07-31 01:17:16.886 7 INFO neutron.services.segments.plugin [-] Segment 580e6fac-8134-4e33-a3bc-4a545af94603 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 580e6fac-8134-4e33-a3bc-4a545af94603 found for delete ", "request_id": "req-e63a8fb5-46d0-4e79-a10a-8432cef2dacd"}]} 2026-07-31 01:17:16.915 7 INFO neutron.db.l3_hamode_db [None req-ff260ae8-0307-4146-b64e-b0cf2212edcb 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] HA network 77f36acc-4136-4d52-a973-9f70067722ca was deleted as no HA routers are present in tenant 35df8280ef33480d816eff3c0d801b22. [pid: 7|app: 0|req: 621/1257] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:16 2026] DELETE /v2.0/routers/9a94fb72-5726-4bc2-8408-0f9a96191236 => generated 0 bytes in 679 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:17.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-b87b75ea-00e5-437c-ab20-a92bb40d5c9c c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 36a6f35f-ea60-428b-9ff5-2b8d0e17044f 2026-07-31 01:17:17.035 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b87b75ea-00e5-437c-ab20-a92bb40d5c9c c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 36a6f35f-ea60-428b-9ff5-2b8d0e17044f [pid: 7|app: 0|req: 622/1258] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:16 2026] DELETE /v2.0/subnets/73304d52-3ee2-444a-8f9e-6e8cdb095dba => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:17.257 7 INFO neutron_taas.services.taas.taas_plugin [None req-765e5ab8-cc91-4e72-87dc-3a06c7be1360 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] TaaS: Handle Delete Port: 34e1662b-2288-4ba5-a909-ad8ee2ca1ce1 2026-07-31 01:17:17.261 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-765e5ab8-cc91-4e72-87dc-3a06c7be1360 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Tap Mirror: Handle Delete Port: 34e1662b-2288-4ba5-a909-ad8ee2ca1ce1 2026-07-31 01:17:17.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-b87b75ea-00e5-437c-ab20-a92bb40d5c9c c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 7dfeb112-89b9-4063-9f08-61e74d5f098e 2026-07-31 01:17:17.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b87b75ea-00e5-437c-ab20-a92bb40d5c9c c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 7dfeb112-89b9-4063-9f08-61e74d5f098e [pid: 7|app: 0|req: 623/1259] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:17 2026] DELETE /v2.0/networks/c6a3cd09-2077-4e2b-96ef-089f19d702e3 => generated 0 bytes in 406 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:17.599 7 INFO neutron.db.segments_db [None req-a56131c8-75fc-48e6-87e2-415790d72acf 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Added segment d354f704-912f-4101-a99d-7fab00aa4471 of type vxlan for network daee91dd-da72-487e-bf57-d63f43634453 2026-07-31 01:17:17.835 8 INFO neutron.services.segments.plugin [-] Segment b614c020-0fcb-4f8c-aa37-83c2a9645356 resource provider aggregate not found 2026-07-31 01:17:17.843 8 INFO neutron.services.segments.plugin [-] Segment b614c020-0fcb-4f8c-aa37-83c2a9645356 resource provider aggregate not found 2026-07-31 01:17:17.853 8 INFO neutron.services.segments.plugin [-] Segment b614c020-0fcb-4f8c-aa37-83c2a9645356 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b614c020-0fcb-4f8c-aa37-83c2a9645356 found for delete ", "request_id": "req-1cd1f3b7-4ed5-41ce-add6-cd594945c633"}]} 2026-07-31 01:17:17.867 8 INFO neutron.services.segments.plugin [-] Segment b614c020-0fcb-4f8c-aa37-83c2a9645356 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b614c020-0fcb-4f8c-aa37-83c2a9645356 found for delete ", "request_id": "req-df22b94c-3d2a-4102-b713-ff38ef3ac665"}]} 2026-07-31 01:17:17.868 8 INFO neutron.db.l3_hamode_db [None req-b87b75ea-00e5-437c-ab20-a92bb40d5c9c c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] HA network 06f7ede0-fe08-4145-ad00-8f89c152f352 was deleted as no HA routers are present in tenant 1c3030f83bb14612bc512db5185d3e9d. [pid: 8|app: 0|req: 637/1260] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:16 2026] DELETE /v2.0/routers/4d5463df-2f45-4cb6-a338-c454587fadd7 => generated 0 bytes in 1159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:18.067 7 INFO neutron.db.l3_hamode_db [None req-a56131c8-75fc-48e6-87e2-415790d72acf 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 638/1261] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:17 2026] DELETE /v2.0/subnets/48eccf5b-3799-4fdb-9e1c-a9e3210d32ce => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:18.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c7a7278-26d8-4c3a-bd34-d1ced75fc147 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 20325dfc-504f-49ca-a6b0-f7c9e5a3d14d 2026-07-31 01:17:18.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c7a7278-26d8-4c3a-bd34-d1ced75fc147 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 20325dfc-504f-49ca-a6b0-f7c9e5a3d14d [pid: 8|app: 0|req: 639/1262] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:18 2026] DELETE /v2.0/networks/6f4a4003-0e19-4e15-96d0-58d1b6e7c999 => 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: 642/1265] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:18 2026] GET /v2.0/security-groups?tenant_id=1c3030f83bb14612bc512db5185d3e9d&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:17:18.878 7 INFO neutron.db.l3_hamode_db [None req-a56131c8-75fc-48e6-87e2-415790d72acf 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 643/1266] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:18 2026] DELETE /v2.0/security-groups/8014fc6e-5a9e-4953-9077-1b67c370dd5c => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:18.913 7 INFO neutron.services.segments.plugin [-] Segment 531aa188-95b3-4324-937a-b8484e8822dc resource provider aggregate not found 2026-07-31 01:17:18.913 7 INFO neutron.services.segments.plugin [-] Segment 531aa188-95b3-4324-937a-b8484e8822dc resource provider aggregate not found 2026-07-31 01:17:18.939 7 INFO neutron.services.segments.plugin [-] Segment 531aa188-95b3-4324-937a-b8484e8822dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 531aa188-95b3-4324-937a-b8484e8822dc found for delete ", "request_id": "req-5cf71724-d9a7-4342-9ce0-a3494539e15b"}]} 2026-07-31 01:17:18.947 7 INFO neutron.services.segments.plugin [-] Segment 531aa188-95b3-4324-937a-b8484e8822dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 531aa188-95b3-4324-937a-b8484e8822dc found for delete ", "request_id": "req-f88e2294-69ba-4c0d-9454-5b0bd4bdd151"}]} 2026-07-31 01:17:19.877 8 INFO neutron.services.segments.plugin [-] Segment 755da7fa-1e03-4a93-96df-946c3f13ee91 resource provider aggregate not found 2026-07-31 01:17:19.895 8 INFO neutron.services.segments.plugin [-] Segment 755da7fa-1e03-4a93-96df-946c3f13ee91 resource provider aggregate not found 2026-07-31 01:17:19.899 8 INFO neutron.services.segments.plugin [-] Segment 755da7fa-1e03-4a93-96df-946c3f13ee91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 755da7fa-1e03-4a93-96df-946c3f13ee91 found for delete ", "request_id": "req-8386fe87-0f43-4e61-82d6-b490afc215a3"}]} 2026-07-31 01:17:19.912 8 INFO neutron.services.segments.plugin [-] Segment 755da7fa-1e03-4a93-96df-946c3f13ee91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 755da7fa-1e03-4a93-96df-946c3f13ee91 found for delete ", "request_id": "req-498d61a9-8697-4a10-b6e0-81c8a4476e18"}]} [pid: 7|app: 0|req: 624/1267] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:17 2026] POST /v2.0/routers => generated 692 bytes in 2724 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1268] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:17:20 2026] GET /v2.0/routers/11807359-b873-4330-971b-cbd76b51db1d => generated 698 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1269] 10.0.0.229 () {32 vars in 644 bytes} [Fri Jul 31 01:17:20 2026] GET /v2.0/routers => generated 701 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1270] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:20 2026] GET /v2.0/security-groups?tenant_id=17fd387fe3cb4830b507536bda3b5e45&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1271] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:20 2026] DELETE /v2.0/security-groups/c7b8b265-2972-4995-a302-dc4b8926e962 => 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: 627/1272] 10.0.0.229 () {34 vars in 738 bytes} [Fri Jul 31 01:17:20 2026] PUT /v2.0/routers/11807359-b873-4330-971b-cbd76b51db1d => generated 705 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1273] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:17:20 2026] GET /v2.0/routers/11807359-b873-4330-971b-cbd76b51db1d => generated 705 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1274] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:17:21 2026] GET /v2.0/ports?device_id=11807359-b873-4330-971b-cbd76b51db1d => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1275] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:20 2026] GET /v2.0/security-groups?tenant_id=dab661d106f44a85bdfa0606d18818e7&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: 647/1276] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:21 2026] DELETE /v2.0/security-groups/496cfaa8-85a5-45f2-b0e1-3cc223f8b24b => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:21.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-7072f2ba-0218-446b-8740-c6af92ae3446 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] TaaS: Handle Delete Port: 09eb92b5-0cbe-4d4d-93bf-716ffaa2be7d 2026-07-31 01:17:21.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7072f2ba-0218-446b-8740-c6af92ae3446 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Tap Mirror: Handle Delete Port: 09eb92b5-0cbe-4d4d-93bf-716ffaa2be7d 2026-07-31 01:17:21.504 7 INFO neutron_taas.services.taas.taas_plugin [None req-7072f2ba-0218-446b-8740-c6af92ae3446 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] TaaS: Handle Delete Port: 4014e8d0-3799-4ce5-9684-c917b470f21d 2026-07-31 01:17:21.507 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7072f2ba-0218-446b-8740-c6af92ae3446 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Tap Mirror: Handle Delete Port: 4014e8d0-3799-4ce5-9684-c917b470f21d [pid: 8|app: 0|req: 648/1277] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:21 2026] GET /v2.0/security-groups?tenant_id=e9ca62986f7b4694932a04c2516b60a4&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1278] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:21 2026] DELETE /v2.0/security-groups/254d60f6-6756-468c-8977-ae53fe1fde01 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:21.898 7 INFO neutron.services.segments.plugin [-] Segment d354f704-912f-4101-a99d-7fab00aa4471 resource provider aggregate not found 2026-07-31 01:17:21.907 7 INFO neutron.services.segments.plugin [-] Segment d354f704-912f-4101-a99d-7fab00aa4471 resource provider aggregate not found 2026-07-31 01:17:21.926 7 INFO neutron.services.segments.plugin [-] Segment d354f704-912f-4101-a99d-7fab00aa4471 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d354f704-912f-4101-a99d-7fab00aa4471 found for delete ", "request_id": "req-4422c15c-a8f2-43b6-adee-08b2a3a63d77"}]} 2026-07-31 01:17:21.936 7 INFO neutron.services.segments.plugin [-] Segment d354f704-912f-4101-a99d-7fab00aa4471 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d354f704-912f-4101-a99d-7fab00aa4471 found for delete ", "request_id": "req-63085e87-e8f7-4c7e-95f7-b671550f959f"}]} 2026-07-31 01:17:21.986 7 INFO neutron.db.l3_hamode_db [None req-7072f2ba-0218-446b-8740-c6af92ae3446 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] HA network daee91dd-da72-487e-bf57-d63f43634453 was deleted as no HA routers are present in tenant 35df8280ef33480d816eff3c0d801b22. [pid: 7|app: 0|req: 630/1279] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:21 2026] DELETE /v2.0/routers/11807359-b873-4330-971b-cbd76b51db1d => generated 0 bytes in 956 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1280] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:17:22 2026] GET /v2.0/ports?device_id=11807359-b873-4330-971b-cbd76b51db1d => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:17:22.055 7 INFO neutron.api.v2.resource [None req-93623c93-b102-4885-bc6e-1e9b30e56509 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 631/1281] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:22 2026] DELETE /v2.0/routers/11807359-b873-4330-971b-cbd76b51db1d => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1282] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:17:22 2026] GET /v2.0/ports?device_id=9a94fb72-5726-4bc2-8408-0f9a96191236 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:17:22.109 7 INFO neutron.api.v2.resource [None req-d4155a5d-6147-4a0c-8450-1f0cacec9226 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 632/1283] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:22 2026] DELETE /v2.0/routers/9a94fb72-5726-4bc2-8408-0f9a96191236 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:17:22.133 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2920b157-ee1f-4163-b921-d6a577b15da7 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 652/1284] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:22 2026] DELETE /v2.0/subnets/73304d52-3ee2-444a-8f9e-6e8cdb095dba => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1285] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:17:22 2026] GET /v2.0/ports?device_id=9a7ab965-c547-4a50-9539-0968de3e8169 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:17:22.186 8 INFO neutron.api.v2.resource [None req-b83bb674-bed3-42de-bc4f-184e65aa2689 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 653/1286] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:22 2026] DELETE /v2.0/routers/9a7ab965-c547-4a50-9539-0968de3e8169 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:17:22.206 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8661efc-cb1b-4b12-a999-8ce2ba2338a9 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 634/1287] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:22 2026] DELETE /v2.0/subnets/70226f5c-f5fe-48c2-80b0-9a23d8e530e9 => 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: 654/1288] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:17:22 2026] GET /v2.0/ports?device_id=d658c331-d839-491b-8660-09334abd35bd => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:17:22.262 7 INFO neutron.api.v2.resource [None req-e2737a71-861d-437a-b3db-05106acd30a6 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 635/1289] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:22 2026] DELETE /v2.0/routers/d658c331-d839-491b-8660-09334abd35bd => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:17:22.285 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f15d03ee-0c8d-49a6-a916-165cba7105ce 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 655/1290] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:22 2026] DELETE /v2.0/subnets/75ab9085-4358-4ae8-a604-c09c338f55e0 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:17:22.304 7 INFO neutron.pecan_wsgi.hooks.translation [None req-baa77f7a-57c1-4fb0-80fd-dfec2c883b3f 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 636/1291] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:22 2026] DELETE /v2.0/subnets/07c358af-ab99-426c-9f56-848cd486f115 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:17:22.916 7 WARNING keystonemiddleware.audit [None req-baa77f7a-57c1-4fb0-80fd-dfec2c883b3f 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 637/1292] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:22 2026] GET /v2.0/security-groups?tenant_id=35df8280ef33480d816eff3c0d801b22&name=default => generated 2925 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:17:22.955 7 WARNING keystonemiddleware.audit [None req-bd32883e-6a0b-4574-8489-dd4bc9cfad89 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Skipping service tempest-service-511662663 as it have no endpoints. 2026-07-31 01:17:22.965 8 WARNING keystonemiddleware.audit [None req-f15d03ee-0c8d-49a6-a916-165cba7105ce 56b43d7fe3754a31899a7d421d566dc8 35df8280ef33480d816eff3c0d801b22 - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 656/1293] 10.0.0.229 () {32 vars in 650 bytes} [Fri Jul 31 01:17:22 2026] GET /v2.0/extensions => generated 21537 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-31 01:17:22.981 8 WARNING keystonemiddleware.audit [None req-093531a1-19de-495d-9228-de11d4a661e5 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 657/1294] 10.0.0.229 () {32 vars in 678 bytes} [Fri Jul 31 01:17:22 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) 2026-07-31 01:17:22.993 8 WARNING keystonemiddleware.audit [None req-cd101ed4-2fd2-4935-a1d0-343e5bfd38bd df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 658/1295] 10.0.0.229 () {32 vars in 678 bytes} [Fri Jul 31 01:17:22 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.007 8 WARNING keystonemiddleware.audit [None req-bc731c1c-6d4d-47b5-8354-fdde74cb28e4 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 659/1296] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.021 8 WARNING keystonemiddleware.audit [None req-415ee58a-b7c8-427b-b372-2f0f1c23f611 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 660/1297] 10.0.0.229 () {32 vars in 662 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/agent => generated 153 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.031 8 WARNING keystonemiddleware.audit [None req-b63499d9-4c69-45c6-8561-e4081e52c17f df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 661/1298] 10.0.0.229 () {32 vars in 696 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.040 8 WARNING keystonemiddleware.audit [None req-016df3aa-1dea-4d70-8bfb-70c8c117ebcf df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 662/1299] 10.0.0.229 () {32 vars in 694 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.049 8 WARNING keystonemiddleware.audit [None req-2e56bd42-32eb-436f-a966-cffdd616f4c9 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 663/1300] 10.0.0.229 () {32 vars in 698 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.058 8 WARNING keystonemiddleware.audit [None req-fd44d99c-9fde-4962-aea1-fb0b92d58b46 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 664/1301] 10.0.0.229 () {32 vars in 686 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.067 8 WARNING keystonemiddleware.audit [None req-d40b6eec-a00d-40d7-8fe7-7e0d90460798 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 665/1302] 10.0.0.229 () {32 vars in 700 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.074 8 WARNING keystonemiddleware.audit [None req-2e4f3064-4a6c-453b-a771-2dd83a159090 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 666/1303] 10.0.0.229 () {32 vars in 690 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.083 8 WARNING keystonemiddleware.audit [None req-b1c91a87-8ab8-4332-a51e-1c075d4cf4ef df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 667/1304] 10.0.0.229 () {32 vars in 692 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.091 8 WARNING keystonemiddleware.audit [None req-29554138-e4b2-4a47-bd54-382e04a7d389 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 668/1305] 10.0.0.229 () {32 vars in 682 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.098 8 WARNING keystonemiddleware.audit [None req-3df3fccc-c4a1-4409-ad97-79bf2e0ebd66 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 669/1306] 10.0.0.229 () {32 vars in 684 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.106 8 WARNING keystonemiddleware.audit [None req-cd04e037-6c68-4b2e-83db-af25c6089fde df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 670/1307] 10.0.0.229 () {32 vars in 658 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1308] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:22 2026] DELETE /v2.0/security-groups/e273d024-f1ba-4e04-bcc4-42650f96f2c4 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:23.115 8 WARNING keystonemiddleware.audit [None req-ef951549-25d3-45ac-960e-581195f7d808 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 671/1309] 10.0.0.229 () {32 vars in 696 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.122 7 WARNING keystonemiddleware.audit [None req-04e5ee8b-3739-4031-8aee-c39ebe637be6 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 639/1310] 10.0.0.229 () {32 vars in 676 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.131 8 WARNING keystonemiddleware.audit [None req-77d4c50d-4448-4915-b70b-985f8b412386 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 672/1311] 10.0.0.229 () {32 vars in 680 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.142 7 WARNING keystonemiddleware.audit [None req-8bc157bd-fcb4-4261-b62b-8d65be765496 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 640/1312] 10.0.0.229 () {32 vars in 672 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.153 8 WARNING keystonemiddleware.audit [None req-7ad44e4b-9484-47b5-b4ed-8e6727ad97d0 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 673/1313] 10.0.0.229 () {32 vars in 686 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.164 7 WARNING keystonemiddleware.audit [None req-0c34a4d0-9212-442e-be4f-fa3ce217a643 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 641/1314] 10.0.0.229 () {32 vars in 720 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.173 8 WARNING keystonemiddleware.audit [None req-f062ff13-a059-4a9a-8fd4-7feb6378c70e df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 674/1315] 10.0.0.229 () {32 vars in 684 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.185 7 WARNING keystonemiddleware.audit [None req-b5323bb0-bab5-4868-9e4d-46195e349416 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 642/1316] 10.0.0.229 () {32 vars in 666 bytes} [Fri Jul 31 01:17:23 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) 2026-07-31 01:17:23.195 8 WARNING keystonemiddleware.audit [None req-0cb350bf-55c6-4a55-a169-4487a7f25219 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 675/1317] 10.0.0.229 () {32 vars in 684 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.206 7 WARNING keystonemiddleware.audit [None req-5d5cb0d6-36c5-46ca-aa1e-02679b43eaa9 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 643/1318] 10.0.0.229 () {32 vars in 678 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.215 8 WARNING keystonemiddleware.audit [None req-1784b464-05fa-4a5c-993e-ceb5c18515e6 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 676/1319] 10.0.0.229 () {32 vars in 696 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.223 7 WARNING keystonemiddleware.audit [None req-500f782b-8cb0-40f4-ac02-42c2c59e4615 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 644/1320] 10.0.0.229 () {32 vars in 676 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.238 8 WARNING keystonemiddleware.audit [None req-81689d4e-2341-4896-b025-633d19b8df0d df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 677/1321] 10.0.0.229 () {32 vars in 664 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/router => generated 256 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.252 7 WARNING keystonemiddleware.audit [None req-eb8e0d02-9e93-4cef-a921-bc0b61384626 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 645/1322] 10.0.0.229 () {32 vars in 674 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.266 8 WARNING keystonemiddleware.audit [None req-fc0bec0e-f8a3-4af6-9a8e-84ae6819f3d7 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 678/1323] 10.0.0.229 () {32 vars in 662 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.276 7 WARNING keystonemiddleware.audit [None req-9d3c484a-c808-495c-b016-a7724e95542f df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 646/1324] 10.0.0.229 () {32 vars in 672 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.287 8 WARNING keystonemiddleware.audit [None req-a62ef9f4-15ce-4633-b0c3-bdf6b4972452 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 679/1325] 10.0.0.229 () {32 vars in 710 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.300 7 WARNING keystonemiddleware.audit [None req-fa477db0-8a8d-46ce-8c51-2ab95f8e2cb9 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 647/1326] 10.0.0.229 () {32 vars in 688 bytes} [Fri Jul 31 01:17:23 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) 2026-07-31 01:17:23.310 8 WARNING keystonemiddleware.audit [None req-99dae89c-b188-4aed-9bfe-dabf392c8959 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 680/1327] 10.0.0.229 () {32 vars in 680 bytes} [Fri Jul 31 01:17:23 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) 2026-07-31 01:17:23.321 7 WARNING keystonemiddleware.audit [None req-16509134-c034-46c8-9883-fe04da9c4e42 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 648/1328] 10.0.0.229 () {32 vars in 666 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.333 8 WARNING keystonemiddleware.audit [None req-df24a1a7-3945-49c8-87ac-a18417ab9b3c df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 681/1329] 10.0.0.229 () {32 vars in 684 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.343 7 WARNING keystonemiddleware.audit [None req-cb49f0c1-76c4-4a33-a9a3-04c3c7e4f186 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 649/1330] 10.0.0.229 () {32 vars in 702 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.355 8 WARNING keystonemiddleware.audit [None req-ec1cbfe2-40cb-4ae8-8028-a6adf91affde df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 682/1331] 10.0.0.229 () {32 vars in 672 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.368 7 WARNING keystonemiddleware.audit [None req-f1d49720-fa95-4446-ab45-7bae562142d0 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 650/1332] 10.0.0.229 () {32 vars in 698 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.379 8 WARNING keystonemiddleware.audit [None req-009a47c7-5402-4e14-881b-08a44383b7f2 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 683/1333] 10.0.0.229 () {32 vars in 672 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.389 7 WARNING keystonemiddleware.audit [None req-14083ac6-6d89-4321-8f99-6f1ccd77d821 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 651/1334] 10.0.0.229 () {32 vars in 690 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.400 8 WARNING keystonemiddleware.audit [None req-cf2c656a-709e-4593-9d56-6593cd669c8e df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 684/1335] 10.0.0.229 () {32 vars in 686 bytes} [Fri Jul 31 01:17:23 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) 2026-07-31 01:17:23.411 7 WARNING keystonemiddleware.audit [None req-c28fe474-b0e0-4981-90e5-559c4415d574 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 652/1336] 10.0.0.229 () {32 vars in 706 bytes} [Fri Jul 31 01:17:23 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) 2026-07-31 01:17:23.420 8 WARNING keystonemiddleware.audit [None req-baf5294b-8a5f-4451-81af-093de25397d8 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 685/1337] 10.0.0.229 () {32 vars in 702 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.432 7 WARNING keystonemiddleware.audit [None req-166810d4-ce8c-466e-8294-9f1a879b3814 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 653/1338] 10.0.0.229 () {32 vars in 716 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.447 8 WARNING keystonemiddleware.audit [None req-7ef0a306-4fe4-47df-97af-887aefa0c304 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 686/1339] 10.0.0.229 () {32 vars in 694 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.459 7 WARNING keystonemiddleware.audit [None req-c3683b7d-17e7-4d20-a7f3-baeae5eb3304 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 654/1340] 10.0.0.229 () {32 vars in 708 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.469 8 WARNING keystonemiddleware.audit [None req-f206050c-364b-416b-a910-2a595b0c5bad df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 687/1341] 10.0.0.229 () {32 vars in 666 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.481 7 WARNING keystonemiddleware.audit [None req-e54ac9da-342d-4785-84bb-bc71efc8e38c df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 655/1342] 10.0.0.229 () {32 vars in 684 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.490 8 WARNING keystonemiddleware.audit [None req-40a6f310-1190-44f0-ae32-bcbe2f2ce076 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 688/1343] 10.0.0.229 () {32 vars in 678 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.504 7 WARNING keystonemiddleware.audit [None req-095c7b28-153a-497e-9555-0b7b73b5cece df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 656/1344] 10.0.0.229 () {32 vars in 672 bytes} [Fri Jul 31 01:17:23 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) 2026-07-31 01:17:23.515 8 WARNING keystonemiddleware.audit [None req-515af759-1d36-4475-98e1-f3debd6cabbf df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 689/1345] 10.0.0.229 () {32 vars in 668 bytes} [Fri Jul 31 01:17:23 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) 2026-07-31 01:17:23.524 7 WARNING keystonemiddleware.audit [None req-67c870e7-2576-425e-adc8-856aeb857c0f df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 657/1346] 10.0.0.229 () {32 vars in 658 bytes} [Fri Jul 31 01:17:23 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) 2026-07-31 01:17:23.533 8 WARNING keystonemiddleware.audit [None req-29c99881-1eb1-4104-928a-271c04fa1fa6 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 690/1347] 10.0.0.229 () {32 vars in 696 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.544 7 WARNING keystonemiddleware.audit [None req-3fd5ab2a-960f-4b24-8202-d111a581eeb6 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 658/1348] 10.0.0.229 () {32 vars in 696 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.553 8 WARNING keystonemiddleware.audit [None req-4c3107a5-a04b-46ec-9fb9-10feafb61e7c df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 691/1349] 10.0.0.229 () {32 vars in 674 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.571 7 WARNING keystonemiddleware.audit [None req-bdf692f4-a313-42b8-b5d7-d08488c7d708 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 659/1350] 10.0.0.229 () {32 vars in 666 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.582 8 WARNING keystonemiddleware.audit [None req-7cec8b95-3e2a-47ca-8eab-40963016c032 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 692/1351] 10.0.0.229 () {32 vars in 680 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.594 7 WARNING keystonemiddleware.audit [None req-1298ae3a-33b2-40a5-998c-e6e6412c303a df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 660/1352] 10.0.0.229 () {32 vars in 698 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.604 8 WARNING keystonemiddleware.audit [None req-9fdd1d78-c73f-4361-bd8c-fd614840fd09 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 693/1353] 10.0.0.229 () {32 vars in 682 bytes} [Fri Jul 31 01:17:23 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) 2026-07-31 01:17:23.616 7 WARNING keystonemiddleware.audit [None req-54d378bb-db92-467d-833d-e2bc76413edc df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 661/1354] 10.0.0.229 () {32 vars in 704 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.626 8 WARNING keystonemiddleware.audit [None req-0eea3e44-5238-4db9-a986-1b4e89bea57c df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 694/1355] 10.0.0.229 () {32 vars in 666 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.639 7 WARNING keystonemiddleware.audit [None req-3d3603fe-328a-4cf3-820c-b805c52cd5e0 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 662/1356] 10.0.0.229 () {32 vars in 694 bytes} [Fri Jul 31 01:17:23 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) 2026-07-31 01:17:23.647 8 WARNING keystonemiddleware.audit [None req-17315825-7ff9-4b5b-9475-e198a155ff4c df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 695/1357] 10.0.0.229 () {32 vars in 692 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.656 7 WARNING keystonemiddleware.audit [None req-7e120180-67d2-48ed-8e8c-d0f634374f6c df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 663/1358] 10.0.0.229 () {32 vars in 682 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.668 8 WARNING keystonemiddleware.audit [None req-20e7de8b-cf6e-42ba-aad4-9628122b2067 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 696/1359] 10.0.0.229 () {32 vars in 686 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.682 7 WARNING keystonemiddleware.audit [None req-88691c86-2835-4617-b13c-a08a94023602 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 664/1360] 10.0.0.229 () {32 vars in 702 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.693 8 WARNING keystonemiddleware.audit [None req-9ed11ad6-0ded-4540-9f9c-8acc1a099ca6 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 697/1361] 10.0.0.229 () {32 vars in 664 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.704 7 WARNING keystonemiddleware.audit [None req-576159dd-a7d6-4dac-a828-a8bf79278deb df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 665/1362] 10.0.0.229 () {32 vars in 678 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.719 8 WARNING keystonemiddleware.audit [None req-11654797-1fda-4b38-b77e-721f028444e6 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 698/1363] 10.0.0.229 () {32 vars in 678 bytes} [Fri Jul 31 01:17:23 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) 2026-07-31 01:17:23.730 7 WARNING keystonemiddleware.audit [None req-74ded0a9-05ff-4c0c-8651-8123da969984 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 666/1364] 10.0.0.229 () {32 vars in 688 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.742 8 WARNING keystonemiddleware.audit [None req-21e6c62a-de2a-496e-b883-3a8da5e1a5de df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 699/1365] 10.0.0.229 () {32 vars in 688 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.751 7 WARNING keystonemiddleware.audit [None req-f49d6807-0c8b-4292-9b6d-aa65c93a3df0 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 667/1366] 10.0.0.229 () {32 vars in 692 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.761 8 WARNING keystonemiddleware.audit [None req-faf730e6-75c4-4cce-b986-d47dae4392c1 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 700/1367] 10.0.0.229 () {32 vars in 682 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.776 7 WARNING keystonemiddleware.audit [None req-dc3d5899-92c9-4458-998c-a700fe7c5fcf df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 668/1368] 10.0.0.229 () {32 vars in 686 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.790 8 WARNING keystonemiddleware.audit [None req-63fb6e49-96d3-407e-852d-eca9c2fa3650 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 701/1369] 10.0.0.229 () {32 vars in 698 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.808 7 WARNING keystonemiddleware.audit [None req-eb48036c-7613-4c69-8974-53ab5a8666e3 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 669/1370] 10.0.0.229 () {32 vars in 700 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.823 8 WARNING keystonemiddleware.audit [None req-f25ae1ec-1d7a-4030-9225-28271d72d2ca df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 702/1371] 10.0.0.229 () {32 vars in 710 bytes} [Fri Jul 31 01:17:23 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) 2026-07-31 01:17:23.834 7 WARNING keystonemiddleware.audit [None req-17d28475-2490-4c9b-9d66-ffa9a6a23135 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 670/1372] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.845 8 WARNING keystonemiddleware.audit [None req-70cd248e-c65c-4d0e-a3d0-b42b0c96fc0f df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 703/1373] 10.0.0.229 () {32 vars in 712 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.853 7 WARNING keystonemiddleware.audit [None req-3d07eecc-4dc1-4c7f-866a-ce602713f15b df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 671/1374] 10.0.0.229 () {32 vars in 724 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.868 8 WARNING keystonemiddleware.audit [None req-5489c185-d05b-4d82-8d2a-5bcdbe57f82f df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 704/1375] 10.0.0.229 () {32 vars in 738 bytes} [Fri Jul 31 01:17:23 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) 2026-07-31 01:17:23.880 7 WARNING keystonemiddleware.audit [None req-1d858a53-a8af-4f68-a12a-a19258d8f2d5 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 672/1376] 10.0.0.229 () {32 vars in 716 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.892 8 WARNING keystonemiddleware.audit [None req-26451b01-1227-4f26-8659-5a5e401b719a df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 705/1377] 10.0.0.229 () {32 vars in 680 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.905 7 WARNING keystonemiddleware.audit [None req-65dc62c7-61d4-4b8f-a573-aaf49ba92558 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 673/1378] 10.0.0.229 () {32 vars in 666 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/segment => generated 145 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.920 8 WARNING keystonemiddleware.audit [None req-b4a11ddb-bde4-4703-9410-67b62b150e1d df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 706/1379] 10.0.0.229 () {32 vars in 716 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.934 7 WARNING keystonemiddleware.audit [None req-a22d0076-82ad-47c3-b027-5f22a6ce49e6 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 674/1380] 10.0.0.229 () {32 vars in 676 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.956 8 WARNING keystonemiddleware.audit [None req-708c4875-c1b2-44fe-9e7c-48052609fa0d df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 707/1381] 10.0.0.229 () {32 vars in 666 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.970 7 WARNING keystonemiddleware.audit [None req-c9ea009a-1583-485d-99ee-34eed64cbdf9 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 675/1382] 10.0.0.229 () {32 vars in 694 bytes} [Fri Jul 31 01:17:23 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:23.982 8 WARNING keystonemiddleware.audit [None req-b5ef6769-bce6-4e19-94bd-77c7da416604 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 708/1383] 10.0.0.229 () {32 vars in 702 bytes} [Fri Jul 31 01:17:23 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) 2026-07-31 01:17:23.995 7 WARNING keystonemiddleware.audit [None req-2fe7cddb-a534-4294-93b6-6114f9e741fa df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 676/1384] 10.0.0.229 () {32 vars in 698 bytes} [Fri Jul 31 01:17:23 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) 2026-07-31 01:17:24.008 8 WARNING keystonemiddleware.audit [None req-fcf09fb9-842a-4c30-9f15-01d83a196178 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 709/1385] 10.0.0.229 () {32 vars in 698 bytes} [Fri Jul 31 01:17:24 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:24.026 7 WARNING keystonemiddleware.audit [None req-291646c4-7e55-4929-bf40-9e805c97f24c df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 677/1386] 10.0.0.229 () {32 vars in 680 bytes} [Fri Jul 31 01:17:24 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:24.044 8 WARNING keystonemiddleware.audit [None req-74a78a8a-d13a-4edd-b2ff-8455bf880f6d df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 710/1387] 10.0.0.229 () {32 vars in 702 bytes} [Fri Jul 31 01:17:24 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:24.055 7 WARNING keystonemiddleware.audit [None req-0fa08817-b676-4af9-9ec7-4c3b7d84a625 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 678/1388] 10.0.0.229 () {32 vars in 692 bytes} [Fri Jul 31 01:17:24 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) 2026-07-31 01:17:24.067 8 WARNING keystonemiddleware.audit [None req-499c3728-0d70-4a6d-9e78-289d0978e1fb df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 711/1389] 10.0.0.229 () {32 vars in 686 bytes} [Fri Jul 31 01:17:24 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:24.078 7 WARNING keystonemiddleware.audit [None req-5330bddd-4ddd-41ad-813c-48beab2b2c30 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 679/1390] 10.0.0.229 () {32 vars in 694 bytes} [Fri Jul 31 01:17:24 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) 2026-07-31 01:17:24.089 8 WARNING keystonemiddleware.audit [None req-ff215125-02d6-495b-a214-10eb78666b2a df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 712/1391] 10.0.0.229 () {32 vars in 676 bytes} [Fri Jul 31 01:17:24 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:24.101 7 WARNING keystonemiddleware.audit [None req-4e31081e-5fdb-4175-b7bb-3f970698d375 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 680/1392] 10.0.0.229 () {32 vars in 686 bytes} [Fri Jul 31 01:17:24 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) 2026-07-31 01:17:24.114 8 WARNING keystonemiddleware.audit [None req-da55b125-0c8e-4c07-91f0-dd59b5808c7f df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 713/1393] 10.0.0.229 () {32 vars in 698 bytes} [Fri Jul 31 01:17:24 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:24.125 7 WARNING keystonemiddleware.audit [None req-6f122239-301c-4f6c-8745-72027f4c6b9f df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 681/1394] 10.0.0.229 () {32 vars in 662 bytes} [Fri Jul 31 01:17:24 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:24.135 8 WARNING keystonemiddleware.audit [None req-ff05f0f0-a231-446a-b638-fb3f6e7ffb76 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 714/1395] 10.0.0.229 () {32 vars in 678 bytes} [Fri Jul 31 01:17:24 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:24.152 7 WARNING keystonemiddleware.audit [None req-b20b1020-44e1-45f9-92ba-35901a171b4e df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 682/1396] 10.0.0.229 () {32 vars in 674 bytes} [Fri Jul 31 01:17:24 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:24.167 8 WARNING keystonemiddleware.audit [None req-32a7b2e3-38d6-4acf-a846-933d9d777671 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 715/1397] 10.0.0.229 () {32 vars in 690 bytes} [Fri Jul 31 01:17:24 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:24.177 7 WARNING keystonemiddleware.audit [None req-a0b2721c-180a-4ed8-8b67-8b523217bd07 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 683/1398] 10.0.0.229 () {32 vars in 674 bytes} [Fri Jul 31 01:17:24 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:24.185 8 WARNING keystonemiddleware.audit [None req-b99275c8-5b76-4d3e-b605-37d0951a71e1 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 716/1399] 10.0.0.229 () {32 vars in 664 bytes} [Fri Jul 31 01:17:24 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:24.199 7 WARNING keystonemiddleware.audit [None req-05d27668-8d14-405e-b31b-95880d924f61 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 684/1400] 10.0.0.229 () {32 vars in 660 bytes} [Fri Jul 31 01:17:24 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) 2026-07-31 01:17:24.210 8 WARNING keystonemiddleware.audit [None req-68f45238-d42a-4b3c-9f91-e3a98de2da7e df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 8|app: 0|req: 717/1401] 10.0.0.229 () {32 vars in 672 bytes} [Fri Jul 31 01:17:24 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:24.220 7 WARNING keystonemiddleware.audit [None req-28b53f7b-1f53-404f-81ad-1ea7fcc21b78 df7f87769a5542f0be00209fcd49daed cab36a134d7b4b899c980083509d6d4f - - default default] Skipping service tempest-service-511662663 as it have no endpoints. [pid: 7|app: 0|req: 685/1402] 10.0.0.229 () {32 vars in 684 bytes} [Fri Jul 31 01:17:24 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1403] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:24 2026] GET /v2.0/security-groups?tenant_id=cab36a134d7b4b899c980083509d6d4f&name=default => generated 2925 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1404] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:25 2026] DELETE /v2.0/security-groups/73900631-deca-4adb-9bd4-874fe04340a2 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1405] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:25 2026] GET /v2.0/security-groups?tenant_id=bb962ac9a5e14be097cc56d8e12dbeda&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1406] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:26 2026] DELETE /v2.0/security-groups/4a89a2e1-d65c-4650-92d8-1e1d3320ac15 => 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: 720/1407] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:26 2026] GET /v2.0/security-groups?tenant_id=a219282070974bf6afb526a0f5c2ad88&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1408] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:26 2026] DELETE /v2.0/security-groups/8c272325-95fb-437e-b583-175ed5c4ecd7 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1409] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:26 2026] GET /v2.0/security-groups?tenant_id=eaadecd964c445da8ad9854bdf82e365&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1410] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:26 2026] DELETE /v2.0/security-groups/e2877e51-5f0e-4126-b22b-018ca195fa15 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1411] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:27 2026] GET /v2.0/security-groups?tenant_id=656963b201bc4fdbaa9ad051dceca022&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1412] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:27 2026] DELETE /v2.0/security-groups/8f280024-81ef-45a6-b79a-25dc627564a6 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:27.851 7 INFO neutron.db.segments_db [None req-63261fd1-4309-4479-9886-fc2ccda4d5d5 4bdb5f133e1c442ca058592467562bc7 e4309ade6a464297b91f330aa49d4cec - - default default] Added segment 39f5049b-a36d-42af-905a-3bf554ff80d3 of type vxlan for network e7c06310-f888-4957-891b-a37ee7f6bc6a 2026-07-31 01:17:27.924 7 INFO neutron.db.segments_db [None req-63261fd1-4309-4479-9886-fc2ccda4d5d5 4bdb5f133e1c442ca058592467562bc7 e4309ade6a464297b91f330aa49d4cec - - default default] Added segment fb806255-6adc-4c74-9fc7-a9cb105238a1 of type vxlan for network 64ef4d81-01e7-45a4-a1d6-540240ac3174 [pid: 8|app: 0|req: 724/1413] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:27 2026] GET /v2.0/security-groups?tenant_id=c606c6b9d9ae404ca3bc1f92c6298471&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: 690/1414] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:27 2026] POST /v2.0/networks => generated 1207 bytes in 647 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1415] 10.0.0.229 () {32 vars in 646 bytes} [Fri Jul 31 01:17:28 2026] GET /v2.0/networks => generated 1844 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1416] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:28 2026] DELETE /v2.0/security-groups/0e4070cd-9d82-4a81-8173-a37e9297ef85 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:28.302 7 INFO neutron.services.segments.plugin [-] Segment 39f5049b-a36d-42af-905a-3bf554ff80d3 resource provider aggregate not found 2026-07-31 01:17:28.302 7 INFO neutron.services.segments.plugin [-] Segment 39f5049b-a36d-42af-905a-3bf554ff80d3 resource provider aggregate not found 2026-07-31 01:17:28.332 7 INFO neutron.services.segments.plugin [-] Segment 39f5049b-a36d-42af-905a-3bf554ff80d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39f5049b-a36d-42af-905a-3bf554ff80d3 found for delete ", "request_id": "req-0ad1a02d-b27f-4247-8e71-562b3a0a3bee"}]} 2026-07-31 01:17:28.334 7 INFO neutron.services.segments.plugin [-] Segment 39f5049b-a36d-42af-905a-3bf554ff80d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39f5049b-a36d-42af-905a-3bf554ff80d3 found for delete ", "request_id": "req-f25a1e63-e3cb-4d2b-9d89-a89d2460617a"}]} [pid: 7|app: 0|req: 692/1417] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:28 2026] DELETE /v2.0/networks/e7c06310-f888-4957-891b-a37ee7f6bc6a => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:28.523 8 INFO neutron.services.segments.plugin [-] Segment fb806255-6adc-4c74-9fc7-a9cb105238a1 resource provider aggregate not found 2026-07-31 01:17:28.525 8 INFO neutron.services.segments.plugin [-] Segment fb806255-6adc-4c74-9fc7-a9cb105238a1 resource provider aggregate not found 2026-07-31 01:17:28.543 8 INFO neutron.services.segments.plugin [-] Segment fb806255-6adc-4c74-9fc7-a9cb105238a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb806255-6adc-4c74-9fc7-a9cb105238a1 found for delete ", "request_id": "req-c4a85243-fc77-45f8-843e-3c19bbab9676"}]} 2026-07-31 01:17:28.546 8 INFO neutron.services.segments.plugin [-] Segment fb806255-6adc-4c74-9fc7-a9cb105238a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb806255-6adc-4c74-9fc7-a9cb105238a1 found for delete ", "request_id": "req-0804690d-8e97-46cf-88b8-a7b22fdc5963"}]} [pid: 8|app: 0|req: 726/1418] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:28 2026] DELETE /v2.0/networks/64ef4d81-01e7-45a4-a1d6-540240ac3174 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1419] 10.0.0.229 () {32 vars in 646 bytes} [Fri Jul 31 01:17:28 2026] GET /v2.0/networks => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:28.788 8 INFO neutron.db.segments_db [None req-7fef8c01-b306-4b5c-8e22-eee07c73c47c 4bdb5f133e1c442ca058592467562bc7 e4309ade6a464297b91f330aa49d4cec - - default default] Added segment 360ee37e-6791-47f1-bed4-74eea0da8410 of type vxlan for network 1c911656-699e-44c5-8354-58bdf29ae42b [pid: 8|app: 0|req: 727/1420] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:28 2026] POST /v2.0/networks => generated 631 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:17:29.094 7 INFO neutron.db.segments_db [None req-934ed31e-afca-4fdd-8656-356b46e4c82b 4bdb5f133e1c442ca058592467562bc7 e4309ade6a464297b91f330aa49d4cec - - default default] Added segment 72b153fd-9eac-409f-bc54-638f1886354a of type vxlan for network 7f4b4bb0-80f9-4aa4-9c05-21c911f1871e [pid: 7|app: 0|req: 694/1421] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:28 2026] POST /v2.0/networks => generated 630 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1422] 10.0.0.229 () {34 vars in 662 bytes} [Fri Jul 31 01:17:29 2026] POST /v2.0/ports => generated 1506 bytes in 881 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1423] 10.0.0.229 () {32 vars in 640 bytes} [Fri Jul 31 01:17:30 2026] GET /v2.0/ports => generated 1506 bytes in 101 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-07-31 01:17:30.329 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d07b8ac-6615-4d39-8155-40f57aa34752 4bdb5f133e1c442ca058592467562bc7 e4309ade6a464297b91f330aa49d4cec - - default default] TaaS: Handle Delete Port: 9e1199ac-095a-4778-9fc6-f65c1bf56523 2026-07-31 01:17:30.332 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d07b8ac-6615-4d39-8155-40f57aa34752 4bdb5f133e1c442ca058592467562bc7 e4309ade6a464297b91f330aa49d4cec - - default default] Tap Mirror: Handle Delete Port: 9e1199ac-095a-4778-9fc6-f65c1bf56523 [pid: 8|app: 0|req: 729/1424] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:17:30 2026] DELETE /v2.0/ports/9e1199ac-095a-4778-9fc6-f65c1bf56523 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:30.563 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a021979-e975-40d5-9136-7607def6d9b8 4bdb5f133e1c442ca058592467562bc7 e4309ade6a464297b91f330aa49d4cec - - default default] TaaS: Handle Delete Port: c7eb9c8e-9cc2-48e3-8446-51279e4c0765 2026-07-31 01:17:30.566 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a021979-e975-40d5-9136-7607def6d9b8 4bdb5f133e1c442ca058592467562bc7 e4309ade6a464297b91f330aa49d4cec - - default default] Tap Mirror: Handle Delete Port: c7eb9c8e-9cc2-48e3-8446-51279e4c0765 [pid: 7|app: 0|req: 696/1425] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:17:30 2026] DELETE /v2.0/ports/c7eb9c8e-9cc2-48e3-8446-51279e4c0765 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1426] 10.0.0.229 () {32 vars in 640 bytes} [Fri Jul 31 01:17:30 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) 2026-07-31 01:17:30.791 7 INFO neutron.db.segments_db [None req-3bcb71ef-6f2f-4313-bfab-16b7787711c6 4bdb5f133e1c442ca058592467562bc7 e4309ade6a464297b91f330aa49d4cec - - default default] Added segment 114a8108-a421-45a6-8397-b8c931a73e69 of type vxlan for network ff0b5fb2-9e57-42cb-878f-6b25238c6e73 [pid: 8|app: 0|req: 730/1427] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:30 2026] GET /v2.0/security-groups?tenant_id=0229cc530f034df4b744642126806394&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1428] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:30 2026] POST /v2.0/networks => generated 631 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1429] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:30 2026] DELETE /v2.0/security-groups/b97525d6-9f18-4af0-9277-544d4d45c48b => generated 0 bytes in 233 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:31.119 7 INFO neutron.db.segments_db [None req-efb0ee7e-31f0-4e78-9412-9d631171648e 4bdb5f133e1c442ca058592467562bc7 e4309ade6a464297b91f330aa49d4cec - - default default] Added segment b8a116a1-8cdc-46b7-bd6b-cf17145a6006 of type vxlan for network 634d4054-0fcc-477b-9b6a-2c99be572397 [pid: 7|app: 0|req: 699/1430] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:30 2026] POST /v2.0/networks => generated 630 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1431] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:31 2026] GET /v2.0/security-groups?tenant_id=9fe9d38cb7f040cc8cecad59e0465fa6&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1432] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:31 2026] DELETE /v2.0/security-groups/9c7d61e6-26e0-4614-92d3-6f0932463a8b => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1433] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:31 2026] POST /v2.0/subnets => generated 1273 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1434] 10.0.0.229 () {32 vars in 644 bytes} [Fri Jul 31 01:17:31 2026] GET /v2.0/subnets => generated 1909 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1435] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:31 2026] DELETE /v2.0/subnets/1b3be7ae-e8d7-4818-9d96-771ac325a2c2 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1436] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:32 2026] DELETE /v2.0/subnets/3d7e8402-a761-478d-96ad-ac9712f93f5b => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1437] 10.0.0.229 () {32 vars in 644 bytes} [Fri Jul 31 01:17:32 2026] GET /v2.0/subnets => generated 649 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:32.476 8 INFO neutron.services.segments.plugin [-] Segment b8a116a1-8cdc-46b7-bd6b-cf17145a6006 resource provider aggregate not found 2026-07-31 01:17:32.482 8 INFO neutron.services.segments.plugin [-] Segment b8a116a1-8cdc-46b7-bd6b-cf17145a6006 resource provider aggregate not found 2026-07-31 01:17:32.498 8 INFO neutron.services.segments.plugin [-] Segment b8a116a1-8cdc-46b7-bd6b-cf17145a6006 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8a116a1-8cdc-46b7-bd6b-cf17145a6006 found for delete ", "request_id": "req-14352a0c-b33d-4833-a990-a28b2fe9302d"}]} 2026-07-31 01:17:32.501 8 INFO neutron.services.segments.plugin [-] Segment b8a116a1-8cdc-46b7-bd6b-cf17145a6006 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8a116a1-8cdc-46b7-bd6b-cf17145a6006 found for delete ", "request_id": "req-316b789c-7f98-42ae-bebc-ab6c468fb0e0"}]} [pid: 8|app: 0|req: 736/1438] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:32 2026] DELETE /v2.0/networks/634d4054-0fcc-477b-9b6a-2c99be572397 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:32.662 7 INFO neutron.services.segments.plugin [-] Segment 114a8108-a421-45a6-8397-b8c931a73e69 resource provider aggregate not found 2026-07-31 01:17:32.671 7 INFO neutron.services.segments.plugin [-] Segment 114a8108-a421-45a6-8397-b8c931a73e69 resource provider aggregate not found 2026-07-31 01:17:32.685 7 INFO neutron.services.segments.plugin [-] Segment 114a8108-a421-45a6-8397-b8c931a73e69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 114a8108-a421-45a6-8397-b8c931a73e69 found for delete ", "request_id": "req-8c26b1d0-4ab1-4d51-8851-e1b71e4ce45d"}]} 2026-07-31 01:17:32.689 7 INFO neutron.services.segments.plugin [-] Segment 114a8108-a421-45a6-8397-b8c931a73e69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 114a8108-a421-45a6-8397-b8c931a73e69 found for delete ", "request_id": "req-1627c440-c737-4fa9-8fa6-539c093869e0"}]} [pid: 7|app: 0|req: 703/1439] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:32 2026] DELETE /v2.0/networks/ff0b5fb2-9e57-42cb-878f-6b25238c6e73 => 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: 737/1440] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:32 2026] DELETE /v2.0/networks/7f4b4bb0-80f9-4aa4-9c05-21c911f1871e => 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: 704/1443] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:32 2026] DELETE /v2.0/networks/1c911656-699e-44c5-8354-58bdf29ae42b => generated 0 bytes in 578 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:33.881 8 INFO neutron.db.segments_db [None req-c21891f2-dec2-4884-886a-fe91d939d9d6 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment e6d39fe5-afaf-4c9d-8ed9-c19ef57b77ad of type vxlan for network 63795f4b-50b0-4d6a-8bc1-6ec000b2ac36 [pid: 8|app: 0|req: 740/1444] 10.0.0.229 () {34 vars in 668 bytes} [Fri Jul 31 01:17:33 2026] POST /v2.0/networks => generated 721 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1445] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:33 2026] GET /v2.0/security-groups?tenant_id=b39c9d9d22c34c4894f0488297a76fbb&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1446] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:34 2026] POST /v2.0/subnets => generated 687 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1447] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:34 2026] GET /v2.0/security-groups?tenant_id=e4309ade6a464297b91f330aa49d4cec&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1448] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:34 2026] DELETE /v2.0/security-groups/95b23a19-83ba-4bcb-814b-a005acb3ca2e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:34.469 7 INFO neutron.db.segments_db [None req-6fe2e23a-65ea-47dd-ab03-598dbb037159 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment a4190d84-3dc2-4cf3-8f1e-75340e2e9674 of type vxlan for network 4ce48ce4-dc9e-4f20-9331-c9e66e387bb4 2026-07-31 01:17:34.521 8 INFO neutron.services.segments.plugin [-] Segment 72b153fd-9eac-409f-bc54-638f1886354a resource provider aggregate not found 2026-07-31 01:17:34.523 8 INFO neutron.services.segments.plugin [-] Segment 72b153fd-9eac-409f-bc54-638f1886354a resource provider aggregate not found 2026-07-31 01:17:34.540 8 INFO neutron.services.segments.plugin [-] Segment 72b153fd-9eac-409f-bc54-638f1886354a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72b153fd-9eac-409f-bc54-638f1886354a found for delete ", "request_id": "req-78fdbe23-f9a9-49d8-a596-e6db84e324ef"}]} 2026-07-31 01:17:34.541 8 INFO neutron.services.segments.plugin [-] Segment 72b153fd-9eac-409f-bc54-638f1886354a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72b153fd-9eac-409f-bc54-638f1886354a found for delete ", "request_id": "req-ecd870a8-7db8-4ca7-98c1-84b99fb22eb0"}]} [pid: 8|app: 0|req: 743/1449] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:34 2026] DELETE /v2.0/security-groups/35e25e60-18c5-4225-96c9-5c096277692b => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:34.706 7 INFO neutron.services.segments.plugin [-] Segment 360ee37e-6791-47f1-bed4-74eea0da8410 resource provider aggregate not found 2026-07-31 01:17:34.711 7 INFO neutron.services.segments.plugin [-] Segment 360ee37e-6791-47f1-bed4-74eea0da8410 resource provider aggregate not found 2026-07-31 01:17:34.726 7 INFO neutron.services.segments.plugin [-] Segment 360ee37e-6791-47f1-bed4-74eea0da8410 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 360ee37e-6791-47f1-bed4-74eea0da8410 found for delete ", "request_id": "req-3db6dffa-6681-47b0-ad32-bcdeeae5ef02"}]} 2026-07-31 01:17:34.729 7 INFO neutron.services.segments.plugin [-] Segment 360ee37e-6791-47f1-bed4-74eea0da8410 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 360ee37e-6791-47f1-bed4-74eea0da8410 found for delete ", "request_id": "req-d3032423-8095-4487-bee6-6780b42a8fd4"}]} 2026-07-31 01:17:34.871 7 INFO neutron.db.l3_hamode_db [None req-6fe2e23a-65ea-47dd-ab03-598dbb037159 c56f85c730cc4b51acc9e9728bbaf937 b56c137fade3424383d843143e7254ef - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 744/1450] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:34 2026] GET /v2.0/security-groups?tenant_id=8fad2ce822dc4ee6b16345fa0d880655&name=default => generated 2925 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1451] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:35 2026] DELETE /v2.0/security-groups/a2f1d821-3f57-42ef-8d63-c04176808aa1 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1452] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:35 2026] GET /v2.0/security-groups?tenant_id=d0b6d90be25349f5b64c3e00908365c2&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1453] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:35 2026] DELETE /v2.0/security-groups/bbaadcbd-bf2c-4708-b3f3-1dabf3ebdc31 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:35.815 7 INFO neutron.db.l3_hamode_db [None req-6fe2e23a-65ea-47dd-ab03-598dbb037159 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:17:36.882 8 INFO neutron.db.segments_db [None req-021cde14-e363-43f3-9c35-39a90da0da26 ec93ac944c61475f9e08959f264d13ff 68398e6b70e44a32969238dc3220a030 - - default default] Added segment 99d7d3f3-6e12-45e2-ac69-fc264a4500a0 of type vxlan for network df8e7db1-4678-4cc6-b277-9fd5b5afdb5c 2026-07-31 01:17:36.937 8 INFO neutron.db.segments_db [None req-021cde14-e363-43f3-9c35-39a90da0da26 ec93ac944c61475f9e08959f264d13ff 68398e6b70e44a32969238dc3220a030 - - default default] Added segment 459d5ebf-f562-42ec-9def-0a456b5d07a2 of type vxlan for network 5d966705-6a1b-4aea-99fe-0489a7fc0c6d [pid: 7|app: 0|req: 707/1454] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:34 2026] POST /v2.0/routers => generated 727 bytes in 2666 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1455] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:36 2026] POST /v2.0/networks => generated 1207 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1456] 10.0.0.229 () {34 vars in 681 bytes} [Fri Jul 31 01:17:37 2026] POST /v2.0/security-groups => generated 1624 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1457] 10.0.0.229 () {32 vars in 646 bytes} [Fri Jul 31 01:17:37 2026] GET /v2.0/networks => generated 1844 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1458] 10.0.0.229 () {32 vars in 660 bytes} [Fri Jul 31 01:17:37 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) 2026-07-31 01:17:37.733 7 INFO neutron.services.segments.plugin [-] Segment 99d7d3f3-6e12-45e2-ac69-fc264a4500a0 resource provider aggregate not found 2026-07-31 01:17:37.736 7 INFO neutron.services.segments.plugin [-] Segment 99d7d3f3-6e12-45e2-ac69-fc264a4500a0 resource provider aggregate not found 2026-07-31 01:17:37.755 7 INFO neutron.services.segments.plugin [-] Segment 99d7d3f3-6e12-45e2-ac69-fc264a4500a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99d7d3f3-6e12-45e2-ac69-fc264a4500a0 found for delete ", "request_id": "req-9e58cc23-5f14-48a0-924d-7c0387343b57"}]} 2026-07-31 01:17:37.759 7 INFO neutron.services.segments.plugin [-] Segment 99d7d3f3-6e12-45e2-ac69-fc264a4500a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99d7d3f3-6e12-45e2-ac69-fc264a4500a0 found for delete ", "request_id": "req-fe8c9a1e-22fe-41c5-b181-7491b5f3417d"}]} [pid: 7|app: 0|req: 711/1459] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:37 2026] DELETE /v2.0/networks/df8e7db1-4678-4cc6-b277-9fd5b5afdb5c => 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: 712/1460] 10.0.0.229 () {34 vars in 755 bytes} [Fri Jul 31 01:17:37 2026] PUT /v2.0/security-groups/47783b50-5e6b-4b4c-afe2-5a4baa317a6e => generated 1663 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:17:38.213 7 INFO neutron.db.segments_db [None req-f79a3dc3-136a-43c7-aa38-41775c5d5cb7 10536ce00c114c51a271127921c518d1 89e06fd5724544dfa2927574c92f5a5c - - default default] Added segment 81b8421d-e61e-40a4-9a26-c4186ef703d8 of type vxlan for network 2576785f-18e9-411c-b399-f9cf036e9031 [pid: 7|app: 0|req: 713/1461] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:37 2026] POST /v2.0/networks => generated 629 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1462] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:17:37 2026] PUT /v2.0/routers/f0fdb62c-755f-409e-b4c8-6e905615f3d6/add_router_interface => generated 309 bytes in 1248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1463] 10.0.0.229 () {32 vars in 734 bytes} [Fri Jul 31 01:17:38 2026] GET /v2.0/security-groups/47783b50-5e6b-4b4c-afe2-5a4baa317a6e => generated 1663 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1464] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:38 2026] DELETE /v2.0/security-groups/47783b50-5e6b-4b4c-afe2-5a4baa317a6e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1465] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:38 2026] DELETE /v2.0/networks/5d966705-6a1b-4aea-99fe-0489a7fc0c6d => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1466] 10.0.0.229 () {32 vars in 660 bytes} [Fri Jul 31 01:17:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1467] 10.0.0.229 () {32 vars in 646 bytes} [Fri Jul 31 01:17:38 2026] GET /v2.0/networks => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:38.594 8 INFO neutron.api.v2.resource [None req-5e0aed04-1d42-48bb-8032-57dcc5bb1d06 4c8b1027a2154a2b9949299f25b27aa8 08702bea61fb4c9eb3cbb4202a7fc890 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 753/1468] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:38 2026] DELETE /v2.0/security-groups/47783b50-5e6b-4b4c-afe2-5a4baa317a6e => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:17:38.688 7 INFO neutron.db.segments_db [None req-73102ae7-ba94-4a51-ba35-3facdfaf2d45 ec93ac944c61475f9e08959f264d13ff 68398e6b70e44a32969238dc3220a030 - - default default] Added segment 5c65351c-b423-408d-90ea-36905e99befa of type vxlan for network df2c1a54-7811-453f-85e2-c6c9c183bc58 [pid: 8|app: 0|req: 754/1469] 10.0.0.229 () {34 vars in 681 bytes} [Fri Jul 31 01:17:38 2026] POST /v2.0/security-groups => generated 1625 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1470] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:38 2026] POST /v2.0/networks => generated 634 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1471] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:17:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:17:39.210 7 INFO neutron.db.segments_db [None req-7f1528fd-e6c1-4363-a142-26ca24b31552 ec93ac944c61475f9e08959f264d13ff 68398e6b70e44a32969238dc3220a030 - - default default] Added segment b541d5cb-8d71-415b-beb0-45903a439622 of type vxlan for network 904ded06-884d-410a-8f5f-6d49da474b91 [pid: 8|app: 0|req: 755/1472] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:38 2026] POST /v2.0/subnets => generated 673 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1473] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:17:39 2026] GET /v2.0/security-group-rules/50aece99-7ae3-4f8a-a274-bb677b7fdce0 => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1474] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:39 2026] POST /v2.0/networks => generated 635 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:17:39.417 8 INFO neutron.db.segments_db [None req-265003fe-6f66-400a-a2fd-c4b39a812bd7 10536ce00c114c51a271127921c518d1 89e06fd5724544dfa2927574c92f5a5c - - default default] Added segment 74f339ba-e66c-4c23-9e18-cfb1590042a0 of type vxlan for network bba1a079-61a6-419c-8320-f1d71b260162 [pid: 7|app: 0|req: 719/1475] 10.0.0.229 () {32 vars in 670 bytes} [Fri Jul 31 01:17:39 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1476] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:39 2026] POST /v2.0/networks => generated 628 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1477] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:17:39 2026] DELETE /v2.0/security-group-rules/50aece99-7ae3-4f8a-a274-bb677b7fdce0 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:39.827 7 INFO neutron.services.segments.plugin [-] Segment 459d5ebf-f562-42ec-9def-0a456b5d07a2 resource provider aggregate not found 2026-07-31 01:17:39.834 7 INFO neutron.services.segments.plugin [-] Segment 459d5ebf-f562-42ec-9def-0a456b5d07a2 resource provider aggregate not found 2026-07-31 01:17:39.848 7 INFO neutron.services.segments.plugin [-] Segment 459d5ebf-f562-42ec-9def-0a456b5d07a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 459d5ebf-f562-42ec-9def-0a456b5d07a2 found for delete ", "request_id": "req-a54f1090-a67a-46b4-8e15-a65bbdbcca12"}]} 2026-07-31 01:17:39.854 7 INFO neutron.services.segments.plugin [-] Segment 459d5ebf-f562-42ec-9def-0a456b5d07a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 459d5ebf-f562-42ec-9def-0a456b5d07a2 found for delete ", "request_id": "req-919c3bdd-da58-43ef-b418-da804e71281e"}]} [pid: 8|app: 0|req: 759/1478] 10.0.0.229 () {34 vars in 740 bytes} [Fri Jul 31 01:17:39 2026] PUT /v2.0/networks/bba1a079-61a6-419c-8320-f1d71b260162 => generated 592 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1479] 10.0.0.229 () {32 vars in 670 bytes} [Fri Jul 31 01:17:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1480] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:40 2026] POST /v2.0/subnets => generated 646 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1481] 10.0.0.229 () {34 vars in 662 bytes} [Fri Jul 31 01:17:39 2026] POST /v2.0/ports => generated 1506 bytes in 1048 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: 721/1482] 10.0.0.229 () {34 vars in 738 bytes} [Fri Jul 31 01:17:40 2026] PUT /v2.0/subnets/5da87ff0-ec4b-4e44-93af-f9f7c9f777c4 => generated 656 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1483] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:17:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1484] 10.0.0.229 () {32 vars in 640 bytes} [Fri Jul 31 01:17:40 2026] GET /v2.0/ports => generated 1506 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1485] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:17:40 2026] GET /v2.0/security-group-rules/f0c7e8b8-4768-4ade-b17a-465d23ab8966 => generated 601 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:40.729 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ef0507b-5678-45cb-a20b-bf7e23c9eb3e ec93ac944c61475f9e08959f264d13ff 68398e6b70e44a32969238dc3220a030 - - default default] TaaS: Handle Delete Port: 3a3f84e6-2c8e-468a-b91d-be9f7731b508 2026-07-31 01:17:40.732 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ef0507b-5678-45cb-a20b-bf7e23c9eb3e ec93ac944c61475f9e08959f264d13ff 68398e6b70e44a32969238dc3220a030 - - default default] Tap Mirror: Handle Delete Port: 3a3f84e6-2c8e-468a-b91d-be9f7731b508 [pid: 7|app: 0|req: 724/1486] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:17:40 2026] DELETE /v2.0/ports/3a3f84e6-2c8e-468a-b91d-be9f7731b508 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:40.852 8 INFO neutron.services.segments.plugin [-] Segment 74f339ba-e66c-4c23-9e18-cfb1590042a0 resource provider aggregate not found 2026-07-31 01:17:40.858 8 INFO neutron.services.segments.plugin [-] Segment 74f339ba-e66c-4c23-9e18-cfb1590042a0 resource provider aggregate not found 2026-07-31 01:17:40.876 8 INFO neutron.services.segments.plugin [-] Segment 74f339ba-e66c-4c23-9e18-cfb1590042a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74f339ba-e66c-4c23-9e18-cfb1590042a0 found for delete ", "request_id": "req-f91e7a56-e4ba-4628-8e37-9d48cbf84a45"}]} 2026-07-31 01:17:40.879 8 INFO neutron.services.segments.plugin [-] Segment 74f339ba-e66c-4c23-9e18-cfb1590042a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74f339ba-e66c-4c23-9e18-cfb1590042a0 found for delete ", "request_id": "req-0c680f5c-b738-4823-a53d-274d62b2b02a"}]} [pid: 7|app: 0|req: 725/1487] 10.0.0.229 () {32 vars in 670 bytes} [Fri Jul 31 01:17:40 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1488] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:40 2026] DELETE /v2.0/networks/bba1a079-61a6-419c-8320-f1d71b260162 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:41.007 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a1efa3e-ffa3-4a90-b2df-f06e80b9e977 ec93ac944c61475f9e08959f264d13ff 68398e6b70e44a32969238dc3220a030 - - default default] TaaS: Handle Delete Port: f1793435-c3fc-4184-b756-61497d6683cf 2026-07-31 01:17:41.010 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a1efa3e-ffa3-4a90-b2df-f06e80b9e977 ec93ac944c61475f9e08959f264d13ff 68398e6b70e44a32969238dc3220a030 - - default default] Tap Mirror: Handle Delete Port: f1793435-c3fc-4184-b756-61497d6683cf [pid: 8|app: 0|req: 764/1489] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:17:40 2026] DELETE /v2.0/security-group-rules/f0c7e8b8-4768-4ade-b17a-465d23ab8966 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:41.051 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3de380f8-9ca5-4936-9913-be7d4a2d45af 10536ce00c114c51a271127921c518d1 89e06fd5724544dfa2927574c92f5a5c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 765/1490] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:41 2026] DELETE /v2.0/networks/bba1a079-61a6-419c-8320-f1d71b260162 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1491] 10.0.0.236 () {34 vars in 979 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/networks?id=63795f4b-50b0-4d6a-8bc1-6ec000b2ac36 => generated 672 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1492] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:17:40 2026] DELETE /v2.0/ports/f1793435-c3fc-4184-b756-61497d6683cf => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1493] 10.0.0.229 () {32 vars in 670 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1494] 10.0.0.236 () {34 vars in 962 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/quotas/b56c137fade3424383d843143e7254ef => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1495] 10.0.0.229 () {32 vars in 691 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1496] 10.0.0.229 () {32 vars in 640 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/ports => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1497] 10.0.0.229 () {32 vars in 739 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/subnets?network_id=960339cd-c3dd-45ef-b274-be260b55e2ad => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:41.203 7 INFO neutron.db.securitygroups_db [None req-d4a7f510-bd3f-40ac-b9ea-0f1581900825 4c8b1027a2154a2b9949299f25b27aa8 08702bea61fb4c9eb3cbb4202a7fc890 - - default default] Project 08702bea61fb4c9eb3cbb4202a7fc890 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: 771/1498] 10.0.0.236 () {34 vars in 999 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/ports?tenant_id=b56c137fade3424383d843143e7254ef&fields=id => generated 103 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1499] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:17:41 2026] POST /v2.0/security-group-rules => generated 607 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1500] 10.0.0.229 () {32 vars in 650 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-31 01:17:41.324 8 INFO neutron.db.segments_db [None req-5d500c13-87e9-44b4-956f-54431bbeb702 ec93ac944c61475f9e08959f264d13ff 68398e6b70e44a32969238dc3220a030 - - default default] Added segment 0372de29-ac81-496d-9dd7-4a1e37f1bedd of type vxlan for network af3e8e86-c668-4c45-aff3-ac861231ae95 [pid: 7|app: 0|req: 730/1501] 10.0.0.236 () {34 vars in 1005 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/networks/63795f4b-50b0-4d6a-8bc1-6ec000b2ac36?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: 731/1502] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/security-group-rules/79a9e847-5ba5-4aab-86bf-b2f98eb094f3 => generated 607 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1503] 10.0.0.229 () {32 vars in 646 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/networks => generated 1313 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1504] 10.0.0.236 () {34 vars in 1105 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/networks/63795f4b-50b0-4d6a-8bc1-6ec000b2ac36?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: 772/1505] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:41 2026] POST /v2.0/networks => generated 635 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1506] 10.0.0.229 () {32 vars in 670 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1507] 10.0.0.229 () {32 vars in 644 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/subnets => generated 1312 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:17:41.592 7 INFO neutron.db.segments_db [None req-86ca8a98-b1a2-4c2a-ba29-040af4d8fb1c ec93ac944c61475f9e08959f264d13ff 68398e6b70e44a32969238dc3220a030 - - default default] Added segment 2434d7ed-0a1c-4ba8-aa0f-528cd2678608 of type vxlan for network 8346fed5-c261-4d31-b5e3-e32a7311534a [pid: 8|app: 0|req: 774/1508] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:17:41 2026] DELETE /v2.0/security-group-rules/79a9e847-5ba5-4aab-86bf-b2f98eb094f3 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1509] 10.0.0.229 () {32 vars in 720 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/networks/2576785f-18e9-411c-b399-f9cf036e9031 => generated 673 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1510] 10.0.0.229 () {32 vars in 670 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1511] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => 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: 735/1512] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:41 2026] POST /v2.0/networks => generated 635 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1513] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/subnets/3ff8a525-0ac2-46b3-91dc-afb1b4e3e46a => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:41.780 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4a75b2de-b58b-4985-bedd-b47bb54d0807 10536ce00c114c51a271127921c518d1 89e06fd5724544dfa2927574c92f5a5c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 779/1514] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:41 2026] DELETE /v2.0/subnets/5da87ff0-ec4b-4e44-93af-f9f7c9f777c4 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:17:41.800 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4ded6b14-601a-4baf-b4f3-8d32eb1fd57f 10536ce00c114c51a271127921c518d1 89e06fd5724544dfa2927574c92f5a5c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 780/1515] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:41 2026] DELETE /v2.0/networks/bba1a079-61a6-419c-8320-f1d71b260162 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1516] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:41 2026] DELETE /v2.0/security-groups/ae51995e-4e5f-4a0e-a97e-ebfa3d1ff4d3 => 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: 737/1517] 10.0.0.229 () {32 vars in 660 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1518] 10.0.0.229 () {32 vars in 660 bytes} [Fri Jul 31 01:17:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1519] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:41 2026] DELETE /v2.0/subnets/3ff8a525-0ac2-46b3-91dc-afb1b4e3e46a => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:42.139 7 INFO neutron.services.segments.plugin [-] Segment 81b8421d-e61e-40a4-9a26-c4186ef703d8 resource provider aggregate not found 2026-07-31 01:17:42.145 7 INFO neutron.services.segments.plugin [-] Segment 81b8421d-e61e-40a4-9a26-c4186ef703d8 resource provider aggregate not found 2026-07-31 01:17:42.162 7 INFO neutron.services.segments.plugin [-] Segment 81b8421d-e61e-40a4-9a26-c4186ef703d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81b8421d-e61e-40a4-9a26-c4186ef703d8 found for delete ", "request_id": "req-ef846fd5-ecaf-4bbd-abf1-eb9fba2855d7"}]} 2026-07-31 01:17:42.164 7 INFO neutron.services.segments.plugin [-] Segment 81b8421d-e61e-40a4-9a26-c4186ef703d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81b8421d-e61e-40a4-9a26-c4186ef703d8 found for delete ", "request_id": "req-3832d780-735d-467f-9a54-e680c6d70e46"}]} [pid: 7|app: 0|req: 739/1520] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:42 2026] DELETE /v2.0/networks/2576785f-18e9-411c-b399-f9cf036e9031 => 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: 740/1521] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:42 2026] GET /v2.0/security-groups?tenant_id=08702bea61fb4c9eb3cbb4202a7fc890&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1522] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:42 2026] POST /v2.0/subnets => generated 1322 bytes in 627 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1523] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:42 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => 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: 741/1524] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:42 2026] DELETE /v2.0/security-groups/2665dc11-4401-43e2-ac77-5b010e4d0f5f => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1525] 10.0.0.229 () {32 vars in 644 bytes} [Fri Jul 31 01:17:42 2026] GET /v2.0/subnets => generated 1958 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1526] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:42 2026] GET /v2.0/security-groups?tenant_id=89e06fd5724544dfa2927574c92f5a5c&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1527] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:42 2026] DELETE /v2.0/subnets/6cb9a965-b4c3-4f20-a59a-7581a2e45599 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1528] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:42 2026] DELETE /v2.0/security-groups/5ea042ce-f824-462f-9928-8dacd01be4ac => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1529] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:43 2026] DELETE /v2.0/subnets/555a490b-a0c7-4cd9-ad46-a47c6dde6c5d => 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: 786/1530] 10.0.0.229 () {32 vars in 644 bytes} [Fri Jul 31 01:17:43 2026] GET /v2.0/subnets => generated 649 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1531] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:43 2026] DELETE /v2.0/networks/8346fed5-c261-4d31-b5e3-e32a7311534a => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:43.568 8 INFO neutron.services.segments.plugin [-] Segment 0372de29-ac81-496d-9dd7-4a1e37f1bedd resource provider aggregate not found 2026-07-31 01:17:43.576 8 INFO neutron.services.segments.plugin [-] Segment 0372de29-ac81-496d-9dd7-4a1e37f1bedd resource provider aggregate not found 2026-07-31 01:17:43.591 8 INFO neutron.services.segments.plugin [-] Segment 0372de29-ac81-496d-9dd7-4a1e37f1bedd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0372de29-ac81-496d-9dd7-4a1e37f1bedd found for delete ", "request_id": "req-295e736d-abb4-4c43-ac9e-9d23208c8be1"}]} 2026-07-31 01:17:43.594 8 INFO neutron.services.segments.plugin [-] Segment 0372de29-ac81-496d-9dd7-4a1e37f1bedd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0372de29-ac81-496d-9dd7-4a1e37f1bedd found for delete ", "request_id": "req-a5008637-77c9-4918-b651-d00d8d38b2a5"}]} [pid: 8|app: 0|req: 787/1532] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:43 2026] DELETE /v2.0/networks/af3e8e86-c668-4c45-aff3-ac861231ae95 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1533] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:43 2026] DELETE /v2.0/networks/904ded06-884d-410a-8f5f-6d49da474b91 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1534] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:43 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => 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: 788/1535] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:43 2026] DELETE /v2.0/networks/df2c1a54-7811-453f-85e2-c6c9c183bc58 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:44.192 7 INFO neutron.services.segments.plugin [-] Segment 2434d7ed-0a1c-4ba8-aa0f-528cd2678608 resource provider aggregate not found 2026-07-31 01:17:44.193 7 INFO neutron.services.segments.plugin [-] Segment 2434d7ed-0a1c-4ba8-aa0f-528cd2678608 resource provider aggregate not found 2026-07-31 01:17:44.212 7 INFO neutron.services.segments.plugin [-] Segment 2434d7ed-0a1c-4ba8-aa0f-528cd2678608 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2434d7ed-0a1c-4ba8-aa0f-528cd2678608 found for delete ", "request_id": "req-0a04e5d8-8b2f-4829-bf00-7673a56855be"}]} 2026-07-31 01:17:44.217 7 INFO neutron.services.segments.plugin [-] Segment 2434d7ed-0a1c-4ba8-aa0f-528cd2678608 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2434d7ed-0a1c-4ba8-aa0f-528cd2678608 found for delete ", "request_id": "req-cc4af8ba-e2bb-47ea-bec7-7137b6887d85"}]} 2026-07-31 01:17:44.233 7 INFO neutron.services.segments.plugin [-] Segment b541d5cb-8d71-415b-beb0-45903a439622 resource provider aggregate not found 2026-07-31 01:17:44.238 7 INFO neutron.services.segments.plugin [-] Segment b541d5cb-8d71-415b-beb0-45903a439622 resource provider aggregate not found 2026-07-31 01:17:44.256 7 INFO neutron.services.segments.plugin [-] Segment b541d5cb-8d71-415b-beb0-45903a439622 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b541d5cb-8d71-415b-beb0-45903a439622 found for delete ", "request_id": "req-275efbd4-2afc-4fd6-961f-0d270a2a5b4a"}]} 2026-07-31 01:17:44.257 7 INFO neutron.services.segments.plugin [-] Segment b541d5cb-8d71-415b-beb0-45903a439622 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b541d5cb-8d71-415b-beb0-45903a439622 found for delete ", "request_id": "req-e78a8759-ad55-44a4-b4d4-0f567c6491cc"}]} [pid: 7|app: 0|req: 748/1536] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:44 2026] GET /v2.0/security-groups?tenant_id=68398e6b70e44a32969238dc3220a030&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1537] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:44 2026] DELETE /v2.0/security-groups/5309da58-6506-4cc0-94c8-00e971f62aa3 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1538] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:45 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:17:45.145 8 INFO neutron.db.segments_db [None req-e0933a66-b97c-48f8-bb7c-b5938d8fe3f6 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment bdb43d5b-d4cc-4fb5-a5e0-8c2a536d06fb of type vxlan for network 25ecac28-8b15-4715-8e7b-925f85a77863 [pid: 8|app: 0|req: 789/1539] 10.0.0.229 () {34 vars in 668 bytes} [Fri Jul 31 01:17:44 2026] POST /v2.0/networks => generated 721 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:17:45.384 7 INFO neutron.db.segments_db [None req-c93dc94a-1ae9-4a01-85f4-9f91e7950bb4 b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] Added segment cfa31683-d26a-40ef-a5e5-d5c49acb9855 of type vxlan for network 010cf69b-ebc5-44c8-9861-2b055be137b8 [pid: 7|app: 0|req: 751/1540] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:45 2026] POST /v2.0/networks => generated 626 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:17:45.615 8 INFO neutron.services.segments.plugin [-] Segment 5c65351c-b423-408d-90ea-36905e99befa resource provider aggregate not found 2026-07-31 01:17:45.623 8 INFO neutron.services.segments.plugin [-] Segment 5c65351c-b423-408d-90ea-36905e99befa resource provider aggregate not found 2026-07-31 01:17:45.633 8 INFO neutron.services.segments.plugin [-] Segment 5c65351c-b423-408d-90ea-36905e99befa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c65351c-b423-408d-90ea-36905e99befa found for delete ", "request_id": "req-123e8348-9725-47ba-8be5-6d2977f9a297"}]} 2026-07-31 01:17:45.642 8 INFO neutron.services.segments.plugin [-] Segment 5c65351c-b423-408d-90ea-36905e99befa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c65351c-b423-408d-90ea-36905e99befa found for delete ", "request_id": "req-1902b382-0e77-4804-889f-b3725fc4bbf8"}]} [pid: 8|app: 0|req: 790/1541] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:45 2026] POST /v2.0/subnets => generated 687 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:17:45.748 8 INFO neutron.db.segments_db [None req-40e52223-6f4a-4555-a684-f72ee0574e15 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment ad9de5da-8939-49b4-9815-968cb4985a77 of type vxlan for network 631a1da3-62e0-43b8-9c0a-02b2942ab721 [pid: 7|app: 0|req: 752/1542] 10.0.0.229 () {34 vars in 662 bytes} [Fri Jul 31 01:17:45 2026] POST /v2.0/ports => generated 773 bytes in 521 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: 753/1543] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:17:46 2026] GET /v2.0/networks?id=63795f4b-50b0-4d6a-8bc1-6ec000b2ac36 => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:46.201 7 INFO neutron.db.segments_db [None req-37f21a2b-fd1e-4d63-9726-d88ed5606473 b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] Added segment df22db55-92bf-47f9-8b75-fa39cd886f71 of type vxlan for network d44d38bf-eb12-4d29-90cc-8463233e96ff 2026-07-31 01:17:46.216 8 INFO neutron.db.l3_hamode_db [None req-40e52223-6f4a-4555-a684-f72ee0574e15 c56f85c730cc4b51acc9e9728bbaf937 215e5ad7ba574d43ac478640400f83f4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 754/1544] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:46 2026] POST /v2.0/networks => generated 612 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1545] 162.253.55.222 () {38 vars in 952 bytes} [Fri Jul 31 01:17:46 2026] POST /v2.0/ports => generated 954 bytes in 469 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: 756/1546] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:46 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => generated 957 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1547] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:46 2026] POST /v2.0/subnets => generated 626 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:17:47.487 8 INFO neutron.db.l3_hamode_db [None req-40e52223-6f4a-4555-a684-f72ee0574e15 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 758/1548] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:17:47 2026] PUT /v2.0/ports/74881305-7c21-4f20-b395-20b728fbff67 => generated 1235 bytes in 477 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: 759/1549] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:47 2026] GET /v2.0/security-groups?id=239c010c-f322-4df6-b9a3-3ed8fb82c42f&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:17:47.766 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19b7c910-b3e8-4bba-acd0-7d06dfae33a7'] response: {'name': 'network-changed', 'server_uuid': '5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75', 'tag': '74881305-7c21-4f20-b395-20b728fbff67', 'status': 'completed', 'code': 200} 2026-07-31 01:17:48.228 7 INFO neutron.db.segments_db [None req-5114fc55-ed61-45be-b0e5-8eb1d7cbed01 68769212d75b49829355a5d5845217c0 8f73f2a25f9d4309b384608cfed61b94 - - default default] Added segment ca188f14-fcb0-4036-9e86-fcc5a8830496 of type vxlan for network e363e059-f138-4b20-a3e2-80769b75301c [pid: 7|app: 0|req: 760/1550] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:47 2026] POST /v2.0/networks => generated 625 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1551] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:45 2026] POST /v2.0/routers => generated 727 bytes in 2965 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1554] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:17:48 2026] GET /v2.0/ports?tenant_id=b56c137fade3424383d843143e7254ef&device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => generated 1238 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1555] 10.0.0.229 () {34 vars in 662 bytes} [Fri Jul 31 01:17:48 2026] POST /v2.0/ports => generated 954 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 795/1556] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:48 2026] POST /v2.0/subnets => generated 641 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1557] 162.253.55.222 () {34 vars in 1015 bytes} [Fri Jul 31 01:17:49 2026] GET /v2.0/networks?tenant_id=b56c137fade3424383d843143e7254ef&shared=False => generated 768 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:49.305 8 INFO neutron_taas.services.taas.taas_plugin [None req-487128b9-68c7-463d-a680-de1e5161f8b8 b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] TaaS: Handle Delete Port: 4d51d21f-5a67-42c3-ab6a-1f25e7850c1d 2026-07-31 01:17:49.310 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-487128b9-68c7-463d-a680-de1e5161f8b8 b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] Tap Mirror: Handle Delete Port: 4d51d21f-5a67-42c3-ab6a-1f25e7850c1d [pid: 8|app: 0|req: 797/1558] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:17:49 2026] DELETE /v2.0/ports/4d51d21f-5a67-42c3-ab6a-1f25e7850c1d => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1559] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:49 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:49.630 8 INFO neutron.db.segments_db [None req-7809cb8a-d55b-49e4-aca9-f7a6627edc4a 68769212d75b49829355a5d5845217c0 8f73f2a25f9d4309b384608cfed61b94 - - default default] Added segment b7fa1c90-7268-4339-acd8-04e6344901c0 of type vxlan for network a5158050-381b-482c-a7f1-e6db6f61ca44 [pid: 8|app: 0|req: 799/1560] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:49 2026] POST /v2.0/networks => generated 625 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1561] 162.253.55.222 () {34 vars in 927 bytes} [Fri Jul 31 01:17:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:49.905 8 INFO neutron.pecan_wsgi.hooks.translation [None req-123c60ca-6ad7-4947-98c7-2447218a2d48 b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 801/1562] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:17:49 2026] DELETE /v2.0/ports/4d51d21f-5a67-42c3-ab6a-1f25e7850c1d => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1563] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:49 2026] GET /v2.0/security-groups?id=239c010c-f322-4df6-b9a3-3ed8fb82c42f&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1564] 10.0.0.229 () {34 vars in 740 bytes} [Fri Jul 31 01:17:49 2026] PUT /v2.0/networks/a5158050-381b-482c-a7f1-e6db6f61ca44 => generated 592 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1565] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:17:48 2026] PUT /v2.0/routers/23d784d9-127d-4b04-aee5-469dba4972fb/add_router_interface => generated 309 bytes in 1299 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:50.096 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc678f8a-ccc9-429b-b642-3fc23a6e7258 b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 804/1566] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:17:50 2026] GET /v2.0/ports/4d51d21f-5a67-42c3-ab6a-1f25e7850c1d => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1567] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:50 2026] DELETE /v2.0/subnets/0876689c-b467-4e21-8b59-5c3b64c4ae43 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:50.377 8 INFO neutron.services.segments.plugin [-] Segment df22db55-92bf-47f9-8b75-fa39cd886f71 resource provider aggregate not found 2026-07-31 01:17:50.387 8 INFO neutron.services.segments.plugin [-] Segment df22db55-92bf-47f9-8b75-fa39cd886f71 resource provider aggregate not found 2026-07-31 01:17:50.406 8 INFO neutron.services.segments.plugin [-] Segment df22db55-92bf-47f9-8b75-fa39cd886f71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df22db55-92bf-47f9-8b75-fa39cd886f71 found for delete ", "request_id": "req-a339be0b-7e42-422c-a931-2a4ea250ed3f"}]} 2026-07-31 01:17:50.415 8 INFO neutron.services.segments.plugin [-] Segment df22db55-92bf-47f9-8b75-fa39cd886f71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df22db55-92bf-47f9-8b75-fa39cd886f71 found for delete ", "request_id": "req-092e9dd2-877c-4ed2-8f74-2d3e0cb84df1"}]} [pid: 8|app: 0|req: 806/1568] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:50 2026] DELETE /v2.0/networks/d44d38bf-eb12-4d29-90cc-8463233e96ff => 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: 763/1569] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:50 2026] POST /v2.0/subnets => generated 626 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:17:50.531 8 INFO neutron.db.segments_db [None req-993d5c6e-6532-4fa8-88ca-a2e59be13f00 b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] Added segment ae3ab446-f81a-48d0-a3af-05273f0637d8 of type vxlan for network 6f2b9e3a-1405-431a-bfcb-ec5ee97a3053 [pid: 7|app: 0|req: 764/1570] 10.0.0.229 () {34 vars in 738 bytes} [Fri Jul 31 01:17:50 2026] PUT /v2.0/subnets/1c06c867-e6f3-416c-a60c-896251389530 => generated 636 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1571] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:50 2026] POST /v2.0/networks => generated 613 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1572] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:50 2026] DELETE /v2.0/networks/a5158050-381b-482c-a7f1-e6db6f61ca44 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1573] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:17:51 2026] GET /v2.0/ports?tenant_id=b56c137fade3424383d843143e7254ef&device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1574] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:51 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:51.125 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f887f719-55fd-4cb4-b461-8888cd6d6c8c 68769212d75b49829355a5d5845217c0 8f73f2a25f9d4309b384608cfed61b94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 765/1575] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:50 2026] POST /v2.0/subnets => generated 626 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1576] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:51 2026] DELETE /v2.0/networks/a5158050-381b-482c-a7f1-e6db6f61ca44 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1577] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:17:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=74881305-7c21-4f20-b395-20b728fbff67 => 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: 812/1578] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:51 2026] GET /v2.0/security-groups?id=239c010c-f322-4df6-b9a3-3ed8fb82c42f&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1579] 10.0.0.229 () {32 vars in 691 bytes} [Fri Jul 31 01:17:51 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1580] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:17:51 2026] GET /v2.0/subnets?id=065e0129-1d65-4d2a-a0ed-df429f549fb3 => generated 690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1581] 10.0.0.229 () {32 vars in 739 bytes} [Fri Jul 31 01:17:51 2026] GET /v2.0/subnets?network_id=960339cd-c3dd-45ef-b274-be260b55e2ad => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1582] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:17:51 2026] GET /v2.0/ports?network_id=63795f4b-50b0-4d6a-8bc1-6ec000b2ac36&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1583] 10.0.0.229 () {32 vars in 650 bytes} [Fri Jul 31 01:17:51 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1584] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:17:51 2026] GET /v2.0/networks/63795f4b-50b0-4d6a-8bc1-6ec000b2ac36?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: 819/1585] 10.0.0.229 () {32 vars in 646 bytes} [Fri Jul 31 01:17:51 2026] GET /v2.0/networks => generated 1309 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1586] 10.0.0.229 () {34 vars in 662 bytes} [Fri Jul 31 01:17:51 2026] POST /v2.0/ports => generated 916 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1587] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:17:51 2026] GET /v2.0/networks/63795f4b-50b0-4d6a-8bc1-6ec000b2ac36?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:17:51.648 8 INFO neutron.db.segments_db [None req-48e73767-f426-4f2b-a8b6-4dd72e1d5746 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment fb02d5cb-f277-48ba-b776-e51e9e71c33a of type vxlan for network 5a6ee7df-90dc-4d38-892b-ec07cd7dc234 [pid: 7|app: 0|req: 769/1588] 10.0.0.229 () {32 vars in 644 bytes} [Fri Jul 31 01:17:51 2026] GET /v2.0/subnets => generated 1280 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:17:51.747 7 INFO neutron_taas.services.taas.taas_plugin [None req-4a6cf8fe-691b-4203-8387-99c406947e16 b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] TaaS: Handle Delete Port: 2c518ce1-f51b-4fed-b81e-75ba58bf6be7 2026-07-31 01:17:51.751 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a6cf8fe-691b-4203-8387-99c406947e16 b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] Tap Mirror: Handle Delete Port: 2c518ce1-f51b-4fed-b81e-75ba58bf6be7 [pid: 8|app: 0|req: 820/1589] 10.0.0.229 () {34 vars in 668 bytes} [Fri Jul 31 01:17:51 2026] POST /v2.0/networks => generated 721 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1590] 10.0.0.229 () {32 vars in 720 bytes} [Fri Jul 31 01:17:51 2026] GET /v2.0/networks/e363e059-f138-4b20-a3e2-80769b75301c => generated 669 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1591] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:17:51 2026] DELETE /v2.0/ports/2c518ce1-f51b-4fed-b81e-75ba58bf6be7 => 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: 771/1592] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:17:51 2026] GET /v2.0/subnets/ab6c3afc-48f9-479d-820e-1aacd16ce6c7 => generated 641 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:51.989 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c74da509-984e-4260-a9cf-3da16856721e b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 772/1593] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:17:51 2026] GET /v2.0/ports/2c518ce1-f51b-4fed-b81e-75ba58bf6be7 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:17:52.003 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f94b2a39-2181-4e39-9c6b-429cc91055c2 68769212d75b49829355a5d5845217c0 8f73f2a25f9d4309b384608cfed61b94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 773/1594] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:51 2026] DELETE /v2.0/subnets/1c06c867-e6f3-416c-a60c-896251389530 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1595] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:52 2026] DELETE /v2.0/subnets/2749274d-b8e0-478a-8901-94f76e73de4a => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:52.165 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f867a10-e2f7-4289-bc16-2ef1c6d901c1 68769212d75b49829355a5d5845217c0 8f73f2a25f9d4309b384608cfed61b94 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 775/1596] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:52 2026] DELETE /v2.0/networks/a5158050-381b-482c-a7f1-e6db6f61ca44 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1597] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:51 2026] POST /v2.0/subnets => generated 687 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:17:52.290 7 INFO neutron.services.segments.plugin [-] Segment ae3ab446-f81a-48d0-a3af-05273f0637d8 resource provider aggregate not found 2026-07-31 01:17:52.292 7 INFO neutron.services.segments.plugin [-] Segment ae3ab446-f81a-48d0-a3af-05273f0637d8 resource provider aggregate not found 2026-07-31 01:17:52.309 7 INFO neutron.services.segments.plugin [-] Segment ae3ab446-f81a-48d0-a3af-05273f0637d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae3ab446-f81a-48d0-a3af-05273f0637d8 found for delete ", "request_id": "req-422d6169-23ee-4141-b060-5b27c065d7c3"}]} 2026-07-31 01:17:52.329 7 INFO neutron.services.segments.plugin [-] Segment ae3ab446-f81a-48d0-a3af-05273f0637d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae3ab446-f81a-48d0-a3af-05273f0637d8 found for delete ", "request_id": "req-34588ea5-970c-429a-b921-462d750a63e9"}]} [pid: 8|app: 0|req: 823/1598] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:52 2026] DELETE /v2.0/subnets/ab6c3afc-48f9-479d-820e-1aacd16ce6c7 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1599] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:52 2026] DELETE /v2.0/networks/6f2b9e3a-1405-431a-bfcb-ec5ee97a3053 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:52.399 8 INFO neutron.db.segments_db [None req-1d31002a-12af-4b1a-ba18-5ffd91b8f99a c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Added segment acb1d8ea-bf4e-4df1-8aea-fafaea4fa653 of type vxlan for network 5103d298-48b6-49de-9ff2-e6602d69926d 2026-07-31 01:17:52.431 8 INFO neutron.services.segments.plugin [-] Segment b7fa1c90-7268-4339-acd8-04e6344901c0 resource provider aggregate not found [pid: 7|app: 0|req: 777/1600] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:52 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:52.442 8 INFO neutron.services.segments.plugin [-] Segment b7fa1c90-7268-4339-acd8-04e6344901c0 resource provider aggregate not found 2026-07-31 01:17:52.459 8 INFO neutron.services.segments.plugin [-] Segment b7fa1c90-7268-4339-acd8-04e6344901c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7fa1c90-7268-4339-acd8-04e6344901c0 found for delete ", "request_id": "req-1f3d9619-950c-41c1-8aa2-973b973f1f4c"}]} 2026-07-31 01:17:52.462 8 INFO neutron.services.segments.plugin [-] Segment b7fa1c90-7268-4339-acd8-04e6344901c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b7fa1c90-7268-4339-acd8-04e6344901c0 found for delete ", "request_id": "req-ea49d950-87b7-4b48-9848-50cdebe2b1db"}]} [pid: 7|app: 0|req: 778/1601] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:52 2026] DELETE /v2.0/networks/e363e059-f138-4b20-a3e2-80769b75301c => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:52.801 8 INFO neutron.db.l3_hamode_db [None req-1d31002a-12af-4b1a-ba18-5ffd91b8f99a c56f85c730cc4b51acc9e9728bbaf937 07faef90e13d490ca981ba25edfaa7fb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 779/1602] 10.0.0.229 () {34 vars in 662 bytes} [Fri Jul 31 01:17:52 2026] POST /v2.0/ports => generated 774 bytes in 422 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: 780/1603] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:53 2026] GET /v2.0/security-groups?id=239c010c-f322-4df6-b9a3-3ed8fb82c42f&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1604] 10.0.0.229 () {34 vars in 734 bytes} [Fri Jul 31 01:17:53 2026] PUT /v2.0/ports/11e366fc-7e16-4662-8ef3-d45d3ff3bbe2 => generated 752 bytes in 230 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-07-31 01:17:53.384 7 INFO neutron_taas.services.taas.taas_plugin [None req-14f2ae75-dbe7-4ccf-873a-b6bcbaa56e15 b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] TaaS: Handle Delete Port: 11e366fc-7e16-4662-8ef3-d45d3ff3bbe2 2026-07-31 01:17:53.389 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14f2ae75-dbe7-4ccf-873a-b6bcbaa56e15 b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] Tap Mirror: Handle Delete Port: 11e366fc-7e16-4662-8ef3-d45d3ff3bbe2 [pid: 7|app: 0|req: 782/1605] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:17:53 2026] DELETE /v2.0/ports/11e366fc-7e16-4662-8ef3-d45d3ff3bbe2 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:17:53.703 8 INFO neutron.db.l3_hamode_db [None req-1d31002a-12af-4b1a-ba18-5ffd91b8f99a c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 783/1606] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:53 2026] GET /v2.0/security-groups?tenant_id=8f73f2a25f9d4309b384608cfed61b94&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1607] 10.0.0.229 () {32 vars in 640 bytes} [Fri Jul 31 01:17:53 2026] GET /v2.0/ports => generated 776 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1608] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:53 2026] DELETE /v2.0/security-groups/2b51f961-6c8e-4f47-a6be-a883e51d5eed => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:53.911 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2b0a611b-195b-40ac-91f0-69eb312f59f5 b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 786/1609] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:17:53 2026] GET /v2.0/ports/11e366fc-7e16-4662-8ef3-d45d3ff3bbe2 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1610] 10.0.0.229 () {32 vars in 640 bytes} [Fri Jul 31 01:17:53 2026] GET /v2.0/ports => generated 776 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1611] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:17:53 2026] GET /v2.0/ports/70146f7e-b854-4079-8205-a0b3ca3a5d29 => generated 773 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:17:54.048 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c86a5142-edaf-4a73-9a8a-25b9c575b116 b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 789/1612] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:17:54 2026] DELETE /v2.0/ports/2c518ce1-f51b-4fed-b81e-75ba58bf6be7 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:17:54.075 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5d5e3c07-cd9f-47b0-b25b-8536983dba29 b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 790/1613] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:54 2026] DELETE /v2.0/subnets/2749274d-b8e0-478a-8901-94f76e73de4a => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:17:54.110 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f43802ba-b20d-4d04-a325-23702738089b b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 791/1614] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:17:54 2026] DELETE /v2.0/subnets/0876689c-b467-4e21-8b59-5c3b64c4ae43 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:17:54.254 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1e64173-6bae-4132-a37d-1709f09187d9 b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] TaaS: Handle Delete Port: 70146f7e-b854-4079-8205-a0b3ca3a5d29 2026-07-31 01:17:54.257 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1e64173-6bae-4132-a37d-1709f09187d9 b08f7c56d7aa48978d2bfd2356e2ced3 8aa7ec332d4949a695dff08dc60be538 - - default default] Tap Mirror: Handle Delete Port: 70146f7e-b854-4079-8205-a0b3ca3a5d29 2026-07-31 01:17:54.338 7 INFO neutron.services.segments.plugin [-] Segment ca188f14-fcb0-4036-9e86-fcc5a8830496 resource provider aggregate not found 2026-07-31 01:17:54.351 7 INFO neutron.services.segments.plugin [-] Segment ca188f14-fcb0-4036-9e86-fcc5a8830496 resource provider aggregate not found 2026-07-31 01:17:54.359 7 INFO neutron.services.segments.plugin [-] Segment ca188f14-fcb0-4036-9e86-fcc5a8830496 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca188f14-fcb0-4036-9e86-fcc5a8830496 found for delete ", "request_id": "req-4474d993-1c39-4cab-8ff0-f148728f5a0b"}]} 2026-07-31 01:17:54.368 7 INFO neutron.services.segments.plugin [-] Segment ca188f14-fcb0-4036-9e86-fcc5a8830496 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca188f14-fcb0-4036-9e86-fcc5a8830496 found for delete ", "request_id": "req-db6b4a15-903d-41d3-9863-f5348ccb366a"}]} [pid: 7|app: 0|req: 792/1615] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:17:54 2026] DELETE /v2.0/ports/70146f7e-b854-4079-8205-a0b3ca3a5d29 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1616] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:54 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => 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: 794/1617] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:17:54 2026] DELETE /v2.0/networks/010cf69b-ebc5-44c8-9861-2b055be137b8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1618] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:54 2026] GET /v2.0/security-groups?id=239c010c-f322-4df6-b9a3-3ed8fb82c42f&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1619] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:52 2026] POST /v2.0/routers => generated 727 bytes in 2683 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1620] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:17:55 2026] GET /v2.0/security-groups?tenant_id=8aa7ec332d4949a695dff08dc60be538&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1621] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:55 2026] DELETE /v2.0/security-groups/54584cb4-51f1-4f84-9d7d-064547cd1af5 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1622] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:55 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => generated 971 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1623] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:55 2026] GET /v2.0/security-groups?id=239c010c-f322-4df6-b9a3-3ed8fb82c42f&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-07-31 01:17:56.384 7 INFO neutron.services.segments.plugin [-] Segment cfa31683-d26a-40ef-a5e5-d5c49acb9855 resource provider aggregate not found 2026-07-31 01:17:56.395 7 INFO neutron.services.segments.plugin [-] Segment cfa31683-d26a-40ef-a5e5-d5c49acb9855 resource provider aggregate not found 2026-07-31 01:17:56.411 7 INFO neutron.services.segments.plugin [-] Segment cfa31683-d26a-40ef-a5e5-d5c49acb9855 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfa31683-d26a-40ef-a5e5-d5c49acb9855 found for delete ", "request_id": "req-3c6dac1e-f52c-49ba-a3ef-6327e647cda4"}]} 2026-07-31 01:17:56.429 7 INFO neutron.services.segments.plugin [-] Segment cfa31683-d26a-40ef-a5e5-d5c49acb9855 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfa31683-d26a-40ef-a5e5-d5c49acb9855 found for delete ", "request_id": "req-c0350314-547c-4bc3-a45e-ba662da052d7"}]} [pid: 7|app: 0|req: 796/1624] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:17:55 2026] PUT /v2.0/routers/3755b873-25ee-4262-af4c-73acfefc3763/add_router_interface => generated 309 bytes in 1532 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1625] 10.0.0.229 () {34 vars in 681 bytes} [Fri Jul 31 01:17:56 2026] POST /v2.0/security-groups => generated 1625 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1626] 10.0.0.229 () {32 vars in 660 bytes} [Fri Jul 31 01:17:56 2026] GET /v2.0/security-groups => generated 4530 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1627] 10.0.0.229 () {34 vars in 755 bytes} [Fri Jul 31 01:17:56 2026] PUT /v2.0/security-groups/82ce132b-7a54-4870-90a5-1cf1fbfbf452 => generated 1663 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1628] 10.0.0.229 () {32 vars in 734 bytes} [Fri Jul 31 01:17:56 2026] GET /v2.0/security-groups/82ce132b-7a54-4870-90a5-1cf1fbfbf452 => generated 1663 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1629] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:56 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => 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: 832/1630] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:56 2026] GET /v2.0/security-groups?id=239c010c-f322-4df6-b9a3-3ed8fb82c42f&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: 799/1631] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:56 2026] DELETE /v2.0/security-groups/82ce132b-7a54-4870-90a5-1cf1fbfbf452 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1632] 10.0.0.229 () {32 vars in 660 bytes} [Fri Jul 31 01:17:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:17:57.119 7 INFO neutron.api.v2.resource [None req-7567fe06-72f4-40b7-bc42-51b7e48af499 dc0dffd5c70f46cf80f255b8fe1551b7 1f2d7a6183ee4123b7a57809618ddead - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 800/1633] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:17:57 2026] DELETE /v2.0/security-groups/82ce132b-7a54-4870-90a5-1cf1fbfbf452 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1634] 10.0.0.229 () {34 vars in 681 bytes} [Fri Jul 31 01:17:57 2026] POST /v2.0/security-groups => generated 1625 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1635] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:17:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1636] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:17:57 2026] GET /v2.0/security-group-rules/fec067f2-e9b7-4040-a8e9-515986028975 => 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: 803/1637] 10.0.0.229 () {32 vars in 670 bytes} [Fri Jul 31 01:17:57 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1638] 10.0.0.229 () {34 vars in 682 bytes} [Fri Jul 31 01:17:57 2026] POST /v2.0/security-groups => generated 1675 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1639] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:17:57 2026] DELETE /v2.0/security-group-rules/fec067f2-e9b7-4040-a8e9-515986028975 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1640] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:17:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:17:58.268 7 INFO neutron.db.segments_db [None req-e08237ae-024b-4ace-8262-18da7d812813 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Added segment d81747b2-7198-4b00-ad36-4e22064758c2 of type vxlan for network 94a32263-0900-4ce2-a311-24e32535597a [pid: 8|app: 0|req: 838/1641] 10.0.0.229 () {32 vars in 670 bytes} [Fri Jul 31 01:17:58 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1642] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:57 2026] POST /v2.0/networks => generated 611 bytes in 690 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1643] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:17:58 2026] POST /v2.0/security-group-rules => generated 596 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:17:58.645 8 INFO neutron.db.segments_db [None req-6b2311f8-6fc7-4963-8322-cdc6df1a404c 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Added segment 6048650a-5bc7-4f5d-ba12-534ad84c837b of type vxlan for network 8eeb8646-a85c-42cd-bdf6-3f27ce13edc4 [pid: 7|app: 0|req: 805/1644] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:17:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1645] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:17:58 2026] POST /v2.0/networks => generated 611 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1646] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:17:58 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => 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: 842/1647] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:17:58 2026] GET /v2.0/security-group-rules/9e1c0710-dafd-4115-9c28-19412805c299 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1648] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:17:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1649] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:17:58 2026] GET /v2.0/security-groups?id=239c010c-f322-4df6-b9a3-3ed8fb82c42f&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1650] 10.0.0.229 () {32 vars in 670 bytes} [Fri Jul 31 01:17:58 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1651] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:17:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1652] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:58 2026] POST /v2.0/subnets => generated 626 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1653] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:17:59 2026] DELETE /v2.0/security-group-rules/9e1c0710-dafd-4115-9c28-19412805c299 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:17:59.438 8 INFO neutron.db.securitygroups_db [None req-794cc478-d807-4753-bee2-a9e41c4a4016 92fcc419c62e4f76b74644cde8d29ed3 215e5ad7ba574d43ac478640400f83f4 - - default default] Project 215e5ad7ba574d43ac478640400f83f4 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: 844/1654] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:17:59 2026] POST /v2.0/security-group-rules => generated 607 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1655] 10.0.0.229 () {32 vars in 670 bytes} [Fri Jul 31 01:17:59 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-07-31 01:17:59.729 8 INFO neutron.db.securitygroups_db [None req-85e02384-0de4-419e-9a23-5e24605cfd41 92fcc419c62e4f76b74644cde8d29ed3 215e5ad7ba574d43ac478640400f83f4 - - default default] Project 215e5ad7ba574d43ac478640400f83f4 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: 811/1656] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:59 2026] POST /v2.0/subnets => generated 626 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1657] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:17:59 2026] POST /v2.0/security-group-rules => generated 606 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:18:00.005 8 INFO neutron.db.segments_db [None req-54bd977a-bca8-4df0-9fa6-105130d27b28 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Added segment cc79dfda-df37-4738-9c62-ccfc5fa9c07f of type vxlan for network cd438e26-8dcc-4bc9-88ac-b32d950eebf9 [pid: 7|app: 0|req: 812/1658] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:17:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1659] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:00 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1660] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:18:00 2026] GET /v2.0/security-group-rules/34ece5c8-4398-414f-875b-648460e260c3 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1661] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:18:00 2026] GET /v2.0/security-groups?id=239c010c-f322-4df6-b9a3-3ed8fb82c42f&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1662] 10.0.0.229 () {32 vars in 670 bytes} [Fri Jul 31 01:18:00 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:18:00.478 8 INFO neutron.db.l3_hamode_db [None req-54bd977a-bca8-4df0-9fa6-105130d27b28 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 817/1663] 10.0.0.229 () {34 vars in 682 bytes} [Fri Jul 31 01:18:00 2026] POST /v2.0/security-groups => generated 1660 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-31 01:18:00.624 8 INFO neutron.db.l3_hamode_db [None req-54bd977a-bca8-4df0-9fa6-105130d27b28 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 818/1664] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:18:00 2026] DELETE /v2.0/security-group-rules/34ece5c8-4398-414f-875b-648460e260c3 => 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: 819/1665] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:18:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1666] 10.0.0.229 () {32 vars in 670 bytes} [Fri Jul 31 01:18:00 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1667] 162.253.55.222 () {34 vars in 991 bytes} [Fri Jul 31 01:18:01 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => 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: 822/1668] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:18:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1669] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:01 2026] DELETE /v2.0/security-groups/dd99a2bd-56ca-4d06-a6c5-aee8ffcd2b00 => 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: 847/1670] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:17:59 2026] POST /v2.0/routers => generated 506 bytes in 1520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:18:01.468 7 INFO neutron_taas.services.taas.taas_plugin [req-3521b68d-3146-4e15-bb68-b8f50fa396d5 req-472e1049-283d-4bf6-9a20-a55ebbb9a9f3 8f3d9d4e1f2e4927a5399d9486d0ed20 b56c137fade3424383d843143e7254ef - - default default] TaaS: Handle Delete Port: 74881305-7c21-4f20-b395-20b728fbff67 2026-07-31 01:18:01.471 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3521b68d-3146-4e15-bb68-b8f50fa396d5 req-472e1049-283d-4bf6-9a20-a55ebbb9a9f3 8f3d9d4e1f2e4927a5399d9486d0ed20 b56c137fade3424383d843143e7254ef - - default default] Tap Mirror: Handle Delete Port: 74881305-7c21-4f20-b395-20b728fbff67 [pid: 7|app: 0|req: 824/1671] 162.253.55.222 () {36 vars in 994 bytes} [Fri Jul 31 01:18:01 2026] DELETE /v2.0/ports/74881305-7c21-4f20-b395-20b728fbff67 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:18:01.673 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-708423df-3d82-4f5a-9408-753a2bdf0b09'] response: {'server_uuid': '5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75', 'name': 'network-vif-deleted', 'tag': '74881305-7c21-4f20-b395-20b728fbff67', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 825/1672] 10.0.0.229 () {32 vars in 660 bytes} [Fri Jul 31 01:18:01 2026] GET /v2.0/security-groups => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1673] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:18:01 2026] POST /v2.0/floatingips => generated 552 bytes in 748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1674] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:02 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1675] 10.0.0.229 () {32 vars in 660 bytes} [Fri Jul 31 01:18:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1676] 10.0.0.236 () {34 vars in 1097 bytes} [Fri Jul 31 01:18:02 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1417163515&fields=id&tenant_id=215e5ad7ba574d43ac478640400f83f4 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1677] 10.0.0.236 () {34 vars in 1095 bytes} [Fri Jul 31 01:18:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--591191596&fields=id&tenant_id=215e5ad7ba574d43ac478640400f83f4 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1678] 10.0.0.236 () {34 vars in 979 bytes} [Fri Jul 31 01:18:02 2026] GET /v2.0/networks?id=25ecac28-8b15-4715-8e7b-925f85a77863 => generated 672 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1679] 10.0.0.236 () {34 vars in 962 bytes} [Fri Jul 31 01:18:02 2026] GET /v2.0/quotas/215e5ad7ba574d43ac478640400f83f4 => 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: 855/1680] 10.0.0.236 () {34 vars in 999 bytes} [Fri Jul 31 01:18:02 2026] GET /v2.0/ports?tenant_id=215e5ad7ba574d43ac478640400f83f4&fields=id => generated 103 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1681] 10.0.0.236 () {34 vars in 1005 bytes} [Fri Jul 31 01:18:02 2026] GET /v2.0/networks/25ecac28-8b15-4715-8e7b-925f85a77863?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1682] 10.0.0.236 () {34 vars in 1105 bytes} [Fri Jul 31 01:18:02 2026] GET /v2.0/networks/25ecac28-8b15-4715-8e7b-925f85a77863?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: 826/1683] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:18:01 2026] PUT /v2.0/routers/36aea854-d3ab-4a23-99ff-eae2dd2962e3/add_router_interface => generated 309 bytes in 1187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1684] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:02 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => 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: 858/1685] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:02 2026] GET /v2.0/security-groups?tenant_id=1f2d7a6183ee4123b7a57809618ddead&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: 828/1686] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:18:02 2026] GET /v2.0/ports/0885de56-3870-404d-b10b-23992e974df4 => generated 955 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1687] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:02 2026] DELETE /v2.0/security-groups/7ce29224-3a2e-42cd-b712-75e7b436cde0 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1690] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:03 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1691] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:03 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => 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: 829/1692] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:18:02 2026] PUT /v2.0/routers/36aea854-d3ab-4a23-99ff-eae2dd2962e3/add_router_interface => generated 309 bytes in 1331 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1693] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:04 2026] GET /v2.0/ports?device_id=5c39b641-dbc7-4e6c-bfa4-8664a2ce6c75 => 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: 864/1694] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:18:04 2026] GET /v2.0/ports/5f7054a9-e67d-4686-bd4b-c2c2f8a5be6e => generated 955 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:18:04.697 7 INFO neutron_taas.services.taas.taas_plugin [None req-facb03b9-c571-4aa8-a4d8-4a70546f6b90 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] TaaS: Handle Delete Port: 5f7054a9-e67d-4686-bd4b-c2c2f8a5be6e 2026-07-31 01:18:04.700 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-facb03b9-c571-4aa8-a4d8-4a70546f6b90 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Tap Mirror: Handle Delete Port: 5f7054a9-e67d-4686-bd4b-c2c2f8a5be6e [pid: 8|app: 0|req: 865/1695] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:05 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => 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: 831/1696] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:18:04 2026] PUT /v2.0/routers/36aea854-d3ab-4a23-99ff-eae2dd2962e3/remove_router_interface => generated 309 bytes in 690 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:18:05.394 7 INFO neutron_taas.services.taas.taas_plugin [None req-7cbe1c2e-6d36-4233-a8e7-d96672742d2e 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] TaaS: Handle Delete Port: 0885de56-3870-404d-b10b-23992e974df4 2026-07-31 01:18:05.396 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cbe1c2e-6d36-4233-a8e7-d96672742d2e 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Tap Mirror: Handle Delete Port: 0885de56-3870-404d-b10b-23992e974df4 [pid: 8|app: 0|req: 866/1697] 10.0.0.229 () {34 vars in 674 bytes} [Fri Jul 31 01:18:05 2026] POST /v2.0/subnetpools => generated 549 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1698] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:18:05 2026] GET /v2.0/subnetpools/bf35101c-1d93-47f3-acb8-6e6dd642cc3c => generated 549 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1699] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:18:05 2026] PUT /v2.0/subnetpools/bf35101c-1d93-47f3-acb8-6e6dd642cc3c => generated 500 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1700] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:18:05 2026] DELETE /v2.0/subnetpools/bf35101c-1d93-47f3-acb8-6e6dd642cc3c => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:18:05.641 8 INFO neutron.api.v2.resource [None req-f954f2a3-cace-4f53-a101-0f5bf0141bd7 f731b455285d4eb9ab67ceda90d5a56a a29adfcc789c4154bb7fb6f05e7c0b43 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 870/1701] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:18:05 2026] GET /v2.0/subnetpools/bf35101c-1d93-47f3-acb8-6e6dd642cc3c => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:18:05.657 8 INFO neutron.api.v2.resource [None req-c638c853-d9e1-4aaa-bf4c-a9756ce51e03 f731b455285d4eb9ab67ceda90d5a56a a29adfcc789c4154bb7fb6f05e7c0b43 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 871/1702] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:18:05 2026] DELETE /v2.0/subnetpools/bf35101c-1d93-47f3-acb8-6e6dd642cc3c => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1703] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:18:05 2026] PUT /v2.0/routers/36aea854-d3ab-4a23-99ff-eae2dd2962e3/remove_router_interface => generated 309 bytes in 741 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1704] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:18:05 2026] GET /v2.0/ports?device_id=36aea854-d3ab-4a23-99ff-eae2dd2962e3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:18:06.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-f13ed773-3b0e-404f-aaf3-5fa6b420b970 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] TaaS: Handle Delete Port: d0aa329c-d5c2-47b9-96d2-c662d17cc428 2026-07-31 01:18:06.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f13ed773-3b0e-404f-aaf3-5fa6b420b970 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Tap Mirror: Handle Delete Port: d0aa329c-d5c2-47b9-96d2-c662d17cc428 [pid: 8|app: 0|req: 873/1705] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:06 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:18:06.479 7 INFO neutron.services.segments.plugin [-] Segment cc79dfda-df37-4738-9c62-ccfc5fa9c07f resource provider aggregate not found 2026-07-31 01:18:06.492 7 INFO neutron.services.segments.plugin [-] Segment cc79dfda-df37-4738-9c62-ccfc5fa9c07f resource provider aggregate not found 2026-07-31 01:18:06.497 7 INFO neutron.services.segments.plugin [-] Segment cc79dfda-df37-4738-9c62-ccfc5fa9c07f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc79dfda-df37-4738-9c62-ccfc5fa9c07f found for delete ", "request_id": "req-08d0ddef-244e-48df-a729-777a55232440"}]} 2026-07-31 01:18:06.508 7 INFO neutron.services.segments.plugin [-] Segment cc79dfda-df37-4738-9c62-ccfc5fa9c07f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc79dfda-df37-4738-9c62-ccfc5fa9c07f found for delete ", "request_id": "req-48aa9d41-34fd-4a75-a19c-c1d74c4cf3da"}]} 2026-07-31 01:18:06.545 7 INFO neutron.db.l3_hamode_db [None req-f13ed773-3b0e-404f-aaf3-5fa6b420b970 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] HA network cd438e26-8dcc-4bc9-88ac-b32d950eebf9 was deleted as no HA routers are present in tenant 034b1d66b9164d16a3cf15bd1234f50e. [pid: 7|app: 0|req: 833/1706] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:05 2026] DELETE /v2.0/routers/36aea854-d3ab-4a23-99ff-eae2dd2962e3 => generated 0 bytes in 655 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1707] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:06 2026] GET /v2.0/security-groups?tenant_id=a29adfcc789c4154bb7fb6f05e7c0b43&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1708] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:06 2026] DELETE /v2.0/security-groups/ca5f57d1-8102-4c77-959b-fe96da3e27c4 => 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: 834/1709] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:06 2026] DELETE /v2.0/subnets/8d97cd0b-7ec9-4f77-9a8a-56493fb27c4a => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1710] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:06 2026] DELETE /v2.0/subnets/278b5663-1306-404c-9958-e622d70650ae => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:18:06.994 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ac2c34d-7ace-473a-a3dc-e694c1c6cdcc 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] TaaS: Handle Delete Port: e898ac9d-c44b-4f05-b76f-0fed18f1eeec 2026-07-31 01:18:06.997 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ac2c34d-7ace-473a-a3dc-e694c1c6cdcc 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Tap Mirror: Handle Delete Port: e898ac9d-c44b-4f05-b76f-0fed18f1eeec 2026-07-31 01:18:07.079 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f242801-d94b-43a9-ab38-232c81ae68b1 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 8750096a-45a4-4ce5-9916-88a3ea4a12f8 2026-07-31 01:18:07.082 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f242801-d94b-43a9-ab38-232c81ae68b1 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 8750096a-45a4-4ce5-9916-88a3ea4a12f8 [pid: 7|app: 0|req: 836/1711] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:18:06 2026] DELETE /v2.0/networks/8eeb8646-a85c-42cd-bdf6-3f27ce13edc4 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1712] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:18:07 2026] GET /v2.0/networks?id=25ecac28-8b15-4715-8e7b-925f85a77863 => generated 672 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1713] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:18:07 2026] DELETE /v2.0/networks/94a32263-0900-4ce2-a311-24e32535597a => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1714] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:07 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => 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: 840/1715] 162.253.55.222 () {34 vars in 1047 bytes} [Fri Jul 31 01:18:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=215e5ad7ba574d43ac478640400f83f4 => generated 273 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:18:07.545 7 INFO neutron.db.segments_db [None req-0c63e54a-b2b9-4057-9ff7-d551f3248ab7 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Added segment e5a344cb-dbdc-4c1c-9ff6-73762f1a2eed of type vxlan for network 77ca48d8-527c-4ce8-8c29-3f9ae9f7aa94 [pid: 7|app: 0|req: 841/1716] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:18:07 2026] POST /v2.0/networks => generated 611 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1717] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:18:06 2026] PUT /v2.0/routers/f0fdb62c-755f-409e-b4c8-6e905615f3d6/remove_router_interface => generated 309 bytes in 975 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1718] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:18:07 2026] POST /v2.0/subnets => generated 626 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1719] 162.253.55.222 () {38 vars in 952 bytes} [Fri Jul 31 01:18:07 2026] POST /v2.0/ports => generated 993 bytes in 519 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-07-31 01:18:08.271 7 INFO neutron.db.segments_db [None req-d8156923-9f2f-43d7-be1c-a42e65bf60ff 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Added segment 136aa725-5d0a-4991-a948-d848df25b44a of type vxlan for network 1f46c27b-ed22-401c-8103-0e3514f92f11 2026-07-31 01:18:08.405 8 INFO neutron_taas.services.taas.taas_plugin [None req-78588fdd-d130-48ea-9093-398ca93fd826 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 81c7df00-47e9-48b3-876c-3f7ebb7c55f6 2026-07-31 01:18:08.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78588fdd-d130-48ea-9093-398ca93fd826 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 81c7df00-47e9-48b3-876c-3f7ebb7c55f6 2026-07-31 01:18:08.514 7 INFO neutron.services.segments.plugin [-] Segment 6048650a-5bc7-4f5d-ba12-534ad84c837b resource provider aggregate not found 2026-07-31 01:18:08.529 7 INFO neutron.services.segments.plugin [-] Segment 6048650a-5bc7-4f5d-ba12-534ad84c837b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6048650a-5bc7-4f5d-ba12-534ad84c837b found for delete ", "request_id": "req-b9dd620e-e74b-4f73-bac4-5420114da5dd"}]} 2026-07-31 01:18:08.532 7 INFO neutron.services.segments.plugin [-] Segment 6048650a-5bc7-4f5d-ba12-534ad84c837b resource provider aggregate not found 2026-07-31 01:18:08.553 7 INFO neutron.services.segments.plugin [-] Segment 6048650a-5bc7-4f5d-ba12-534ad84c837b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6048650a-5bc7-4f5d-ba12-534ad84c837b found for delete ", "request_id": "req-ab67f14c-f245-4be6-a35c-66fc06c89c79"}]} 2026-07-31 01:18:08.554 7 INFO neutron.services.segments.plugin [-] Segment d81747b2-7198-4b00-ad36-4e22064758c2 resource provider aggregate not found 2026-07-31 01:18:08.573 7 INFO neutron.services.segments.plugin [-] Segment d81747b2-7198-4b00-ad36-4e22064758c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d81747b2-7198-4b00-ad36-4e22064758c2 found for delete ", "request_id": "req-5db1e75c-b4aa-4a76-aace-e6938be9d64e"}]} 2026-07-31 01:18:08.578 7 INFO neutron.services.segments.plugin [-] Segment d81747b2-7198-4b00-ad36-4e22064758c2 resource provider aggregate not found 2026-07-31 01:18:08.595 7 INFO neutron.services.segments.plugin [-] Segment d81747b2-7198-4b00-ad36-4e22064758c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d81747b2-7198-4b00-ad36-4e22064758c2 found for delete ", "request_id": "req-59633093-bcb1-40a3-9990-a49816be0404"}]} 2026-07-31 01:18:08.627 7 INFO neutron.db.l3_hamode_db [None req-d8156923-9f2f-43d7-be1c-a42e65bf60ff 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:18:08.695 8 INFO neutron_taas.services.taas.taas_plugin [None req-78588fdd-d130-48ea-9093-398ca93fd826 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 1b54d62a-3af4-4c84-bc38-01ea873da4cf 2026-07-31 01:18:08.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78588fdd-d130-48ea-9093-398ca93fd826 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 1b54d62a-3af4-4c84-bc38-01ea873da4cf 2026-07-31 01:18:08.804 7 INFO neutron.db.l3_hamode_db [None req-d8156923-9f2f-43d7-be1c-a42e65bf60ff 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:18:09.248 8 INFO neutron.services.segments.plugin [-] Segment a4190d84-3dc2-4cf3-8f1e-75340e2e9674 resource provider aggregate not found 2026-07-31 01:18:09.257 8 INFO neutron.services.segments.plugin [-] Segment a4190d84-3dc2-4cf3-8f1e-75340e2e9674 resource provider aggregate not found 2026-07-31 01:18:09.268 8 INFO neutron.services.segments.plugin [-] Segment a4190d84-3dc2-4cf3-8f1e-75340e2e9674 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4190d84-3dc2-4cf3-8f1e-75340e2e9674 found for delete ", "request_id": "req-4d566ed7-9d35-49fe-84e3-c185b4d12979"}]} 2026-07-31 01:18:09.289 8 INFO neutron.services.segments.plugin [-] Segment a4190d84-3dc2-4cf3-8f1e-75340e2e9674 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4190d84-3dc2-4cf3-8f1e-75340e2e9674 found for delete ", "request_id": "req-d917b460-18b5-4087-b583-91123c836ab6"}]} 2026-07-31 01:18:09.331 8 INFO neutron.db.l3_hamode_db [None req-78588fdd-d130-48ea-9093-398ca93fd826 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] HA network 4ce48ce4-dc9e-4f20-9331-c9e66e387bb4 was deleted as no HA routers are present in tenant b56c137fade3424383d843143e7254ef. [pid: 8|app: 0|req: 878/1720] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:08 2026] DELETE /v2.0/routers/f0fdb62c-755f-409e-b4c8-6e905615f3d6 => generated 0 bytes in 1199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1721] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:18:08 2026] POST /v2.0/routers => generated 507 bytes in 1593 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1722] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:09 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1723] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:18:09 2026] PUT /v2.0/ports/f6b4c18c-dacf-4e0e-a2ae-e9c4dc695891 => generated 1274 bytes in 605 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-07-31 01:18:10.019 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-084a5d17-e3e7-4221-8f04-5153543bc6a6'] response: {'name': 'network-changed', 'server_uuid': '9f8ed119-e391-4ebb-abc6-9705fdef0578', 'tag': 'f6b4c18c-dacf-4e0e-a2ae-e9c4dc695891', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 845/1724] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:09 2026] DELETE /v2.0/subnets/065e0129-1d65-4d2a-a0ed-df429f549fb3 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1725] 10.0.0.236 () {34 vars in 1117 bytes} [Fri Jul 31 01:18:10 2026] GET /v2.0/security-groups?id=0f53fc09-1c60-4391-b895-f971565c5405&id=6199d23d-4fdb-47b0-9a20-169ecc594f41&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-07-31 01:18:10.192 7 INFO neutron_taas.services.taas.taas_plugin [None req-df4ad159-2c9b-4371-88d7-37361fd2186f c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 5f9f85ee-1115-4441-93d8-855a243b02d3 2026-07-31 01:18:10.195 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df4ad159-2c9b-4371-88d7-37361fd2186f c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 5f9f85ee-1115-4441-93d8-855a243b02d3 [pid: 7|app: 0|req: 847/1726] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:18:10 2026] DELETE /v2.0/networks/63795f4b-50b0-4d6a-8bc1-6ec000b2ac36 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1727] 10.0.0.229 () {34 vars in 662 bytes} [Fri Jul 31 01:18:09 2026] POST /v2.0/ports => generated 952 bytes in 502 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: 881/1728] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:18:10 2026] GET /v2.0/ports?tenant_id=215e5ad7ba574d43ac478640400f83f4&device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1277 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:18:10.610 7 INFO neutron.services.segments.plugin [-] Segment e6d39fe5-afaf-4c9d-8ed9-c19ef57b77ad resource provider aggregate not found 2026-07-31 01:18:10.622 7 INFO neutron.services.segments.plugin [-] Segment e6d39fe5-afaf-4c9d-8ed9-c19ef57b77ad resource provider aggregate not found 2026-07-31 01:18:10.629 7 INFO neutron.services.segments.plugin [-] Segment e6d39fe5-afaf-4c9d-8ed9-c19ef57b77ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6d39fe5-afaf-4c9d-8ed9-c19ef57b77ad found for delete ", "request_id": "req-3fa6a3ce-a190-4a7d-a6cd-7ec43e150ba4"}]} [pid: 8|app: 0|req: 882/1729] 162.253.55.222 () {34 vars in 1015 bytes} [Fri Jul 31 01:18:10 2026] GET /v2.0/networks?tenant_id=215e5ad7ba574d43ac478640400f83f4&shared=False => generated 768 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:18:10.641 7 INFO neutron.services.segments.plugin [-] Segment e6d39fe5-afaf-4c9d-8ed9-c19ef57b77ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6d39fe5-afaf-4c9d-8ed9-c19ef57b77ad found for delete ", "request_id": "req-f74042d7-ab7c-4493-bef3-1263f93616be"}]} [pid: 8|app: 0|req: 883/1730] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:10 2026] GET /v2.0/security-groups?tenant_id=1775fd35372d4e9a92dee4f1f01cb7af&name=default => generated 2925 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1731] 162.253.55.222 () {34 vars in 927 bytes} [Fri Jul 31 01:18:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1732] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:11 2026] GET /v2.0/security-groups?tenant_id=b56c137fade3424383d843143e7254ef&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1733] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:11 2026] DELETE /v2.0/security-groups/a08cf3eb-1d68-4df5-8d35-8661f63c9098 => 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: 887/1734] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:11 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1008 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1735] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:11 2026] DELETE /v2.0/security-groups/239c010c-f322-4df6-b9a3-3ed8fb82c42f => 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: 889/1736] 10.0.0.236 () {34 vars in 1117 bytes} [Fri Jul 31 01:18:11 2026] GET /v2.0/security-groups?id=0f53fc09-1c60-4391-b895-f971565c5405&id=6199d23d-4fdb-47b0-9a20-169ecc594f41&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1737] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:18:10 2026] PUT /v2.0/routers/f2873b47-d1fa-48ed-9cc7-6a2fd13e3c66/add_router_interface => generated 309 bytes in 1282 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1738] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:18:11 2026] GET /v2.0/ports/21129224-4455-4f97-8f2d-c68d2906ac37 => generated 1026 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 891/1739] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:18:12 2026] GET /v2.0/ports?tenant_id=215e5ad7ba574d43ac478640400f83f4&device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1740] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:18:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f6b4c18c-dacf-4e0e-a2ae-e9c4dc695891 => 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: 893/1741] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:18:12 2026] GET /v2.0/subnets?id=515331ee-b4c8-4a44-abca-2ec119752d58 => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1742] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:18:12 2026] GET /v2.0/ports?network_id=25ecac28-8b15-4715-8e7b-925f85a77863&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1743] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:18:12 2026] GET /v2.0/networks/25ecac28-8b15-4715-8e7b-925f85a77863?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: 896/1744] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:18:12 2026] GET /v2.0/networks/25ecac28-8b15-4715-8e7b-925f85a77863?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:18:12.560 7 INFO neutron_taas.services.taas.taas_plugin [None req-4bfa7ea9-3ff3-41d6-aa87-c0a43aeb0d56 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] TaaS: Handle Delete Port: 21129224-4455-4f97-8f2d-c68d2906ac37 2026-07-31 01:18:12.564 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bfa7ea9-3ff3-41d6-aa87-c0a43aeb0d56 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Tap Mirror: Handle Delete Port: 21129224-4455-4f97-8f2d-c68d2906ac37 [pid: 8|app: 0|req: 897/1745] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:12 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1746] 10.0.0.236 () {34 vars in 1117 bytes} [Fri Jul 31 01:18:12 2026] GET /v2.0/security-groups?id=0f53fc09-1c60-4391-b895-f971565c5405&id=6199d23d-4fdb-47b0-9a20-169ecc594f41&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1747] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:18:11 2026] PUT /v2.0/routers/f2873b47-d1fa-48ed-9cc7-6a2fd13e3c66/remove_router_interface => generated 309 bytes in 1342 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:18:13.228 8 INFO neutron.api.v2.resource [None req-bd132584-594e-47b2-9f2a-6e9f60227ebc 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 899/1748] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:18:13 2026] PUT /v2.0/routers/f2873b47-d1fa-48ed-9cc7-6a2fd13e3c66/remove_router_interface => generated 197 bytes in 94 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: 850/1749] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:18:13 2026] GET /v2.0/ports?device_id=f2873b47-d1fa-48ed-9cc7-6a2fd13e3c66 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:18:13.418 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c7dd717-ab6c-4118-8b05-ba1be123670e 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] TaaS: Handle Delete Port: 623971cd-1f86-412a-9509-788f12c66fc5 2026-07-31 01:18:13.421 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c7dd717-ab6c-4118-8b05-ba1be123670e 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Tap Mirror: Handle Delete Port: 623971cd-1f86-412a-9509-788f12c66fc5 2026-07-31 01:18:13.854 8 INFO neutron.services.segments.plugin [-] Segment 136aa725-5d0a-4991-a948-d848df25b44a resource provider aggregate not found 2026-07-31 01:18:13.870 8 INFO neutron.services.segments.plugin [-] Segment 136aa725-5d0a-4991-a948-d848df25b44a resource provider aggregate not found 2026-07-31 01:18:13.899 8 INFO neutron.services.segments.plugin [-] Segment 136aa725-5d0a-4991-a948-d848df25b44a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 136aa725-5d0a-4991-a948-d848df25b44a found for delete ", "request_id": "req-0e959414-4681-407c-949c-82171822e13d"}]} 2026-07-31 01:18:13.901 8 INFO neutron.services.segments.plugin [-] Segment 136aa725-5d0a-4991-a948-d848df25b44a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 136aa725-5d0a-4991-a948-d848df25b44a found for delete ", "request_id": "req-3b7043ff-312c-4a4a-b456-f8b27a0b8f18"}]} 2026-07-31 01:18:13.923 8 INFO neutron.db.l3_hamode_db [None req-0c7dd717-ab6c-4118-8b05-ba1be123670e 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] HA network 1f46c27b-ed22-401c-8103-0e3514f92f11 was deleted as no HA routers are present in tenant 034b1d66b9164d16a3cf15bd1234f50e. [pid: 8|app: 0|req: 900/1750] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:13 2026] DELETE /v2.0/routers/f2873b47-d1fa-48ed-9cc7-6a2fd13e3c66 => generated 0 bytes in 671 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1751] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:14 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1008 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1752] 10.0.0.236 () {34 vars in 1117 bytes} [Fri Jul 31 01:18:14 2026] GET /v2.0/security-groups?id=0f53fc09-1c60-4391-b895-f971565c5405&id=6199d23d-4fdb-47b0-9a20-169ecc594f41&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1753] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:13 2026] DELETE /v2.0/subnets/1729f610-fce9-408d-bd55-cc84050ba7aa => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1754] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:18:14 2026] DELETE /v2.0/networks/77ca48d8-527c-4ce8-8c29-3f9ae9f7aa94 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:18:14.387 7 INFO neutron.db.segments_db [None req-d9c60eca-20d3-49d1-8e4f-e4302f6299ad 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Added segment 19eabc62-8f23-4a63-8c7a-f6e9416d523d of type vxlan for network 476291c1-e41a-4e0a-9a68-ce172ce4d5ab [pid: 7|app: 0|req: 852/1755] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:18:14 2026] POST /v2.0/networks => generated 611 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1756] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:18:14 2026] POST /v2.0/subnets => generated 626 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:18:14.925 7 INFO neutron.db.segments_db [None req-4efb946f-429e-45a2-b1ba-93c77ef41d59 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Added segment 73f46bf7-63d5-4713-857c-d9ee318c5b1c of type vxlan for network 847ba4b9-afbc-466d-8127-c9126494c7ff [pid: 8|app: 0|req: 905/1757] 10.0.0.142 () {32 vars in 799 bytes} [Fri Jul 31 01:18:14 2026] GET /v2.0/extensions => generated 21537 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1758] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:15 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1759] 10.0.0.236 () {34 vars in 1117 bytes} [Fri Jul 31 01:18:15 2026] GET /v2.0/security-groups?id=0f53fc09-1c60-4391-b895-f971565c5405&id=6199d23d-4fdb-47b0-9a20-169ecc594f41&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:18:15.319 7 INFO neutron.db.l3_hamode_db [None req-4efb946f-429e-45a2-b1ba-93c77ef41d59 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 908/1760] 10.0.0.142 () {30 vars in 721 bytes} [Fri Jul 31 01:18:15 2026] GET /v2.0/quotas/8995531a196449d9abdc4352a62ba709/details => generated 847 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:18:15.473 7 INFO neutron.db.l3_hamode_db [None req-4efb946f-429e-45a2-b1ba-93c77ef41d59 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 909/1761] 162.253.55.222 () {34 vars in 991 bytes} [Fri Jul 31 01:18:15 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1277 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1762] 162.253.55.222 () {34 vars in 1121 bytes} [Fri Jul 31 01:18:15 2026] GET /v2.0/security-groups?id=6199d23d-4fdb-47b0-9a20-169ecc594f41&id=0f53fc09-1c60-4391-b895-f971565c5405&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:18:15.922 8 INFO neutron.services.segments.plugin [-] Segment e5a344cb-dbdc-4c1c-9ff6-73762f1a2eed resource provider aggregate not found 2026-07-31 01:18:15.927 8 INFO neutron.services.segments.plugin [-] Segment e5a344cb-dbdc-4c1c-9ff6-73762f1a2eed resource provider aggregate not found 2026-07-31 01:18:15.943 8 INFO neutron.services.segments.plugin [-] Segment e5a344cb-dbdc-4c1c-9ff6-73762f1a2eed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5a344cb-dbdc-4c1c-9ff6-73762f1a2eed found for delete ", "request_id": "req-654c442c-3c4d-46ee-b2c8-28952e4fc845"}]} 2026-07-31 01:18:15.952 8 INFO neutron.services.segments.plugin [-] Segment e5a344cb-dbdc-4c1c-9ff6-73762f1a2eed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5a344cb-dbdc-4c1c-9ff6-73762f1a2eed found for delete ", "request_id": "req-8da51b10-beb2-4ee8-8695-b7d13c7f25f5"}]} [pid: 7|app: 0|req: 853/1763] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:18:14 2026] POST /v2.0/routers => generated 506 bytes in 1419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1764] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:16 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1008 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1765] 10.0.0.236 () {34 vars in 1117 bytes} [Fri Jul 31 01:18:16 2026] GET /v2.0/security-groups?id=0f53fc09-1c60-4391-b895-f971565c5405&id=6199d23d-4fdb-47b0-9a20-169ecc594f41&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1766] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:17 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1010 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1767] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:18:16 2026] PUT /v2.0/routers/a7ab1d7d-9769-4a76-8969-d480137db62a/add_router_interface => generated 309 bytes in 1269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1768] 10.0.0.236 () {34 vars in 1117 bytes} [Fri Jul 31 01:18:17 2026] GET /v2.0/security-groups?id=0f53fc09-1c60-4391-b895-f971565c5405&id=6199d23d-4fdb-47b0-9a20-169ecc594f41&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1769] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:18:17 2026] GET /v2.0/ports/562a9695-1a0d-4de1-a7ed-88612b5e5974 => generated 955 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:18:17.972 8 INFO neutron_taas.services.taas.taas_plugin [None req-9cffefda-94d5-458e-9800-ca581932bce4 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] TaaS: Handle Delete Port: 562a9695-1a0d-4de1-a7ed-88612b5e5974 2026-07-31 01:18:17.974 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cffefda-94d5-458e-9800-ca581932bce4 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Tap Mirror: Handle Delete Port: 562a9695-1a0d-4de1-a7ed-88612b5e5974 [pid: 8|app: 0|req: 913/1772] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:18:17 2026] PUT /v2.0/routers/a7ab1d7d-9769-4a76-8969-d480137db62a/remove_router_interface => generated 309 bytes in 778 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1773] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:18:18 2026] GET /v2.0/ports?device_id=a7ab1d7d-9769-4a76-8969-d480137db62a => 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: 861/1774] 10.0.0.142 () {32 vars in 799 bytes} [Fri Jul 31 01:18:18 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) 2026-07-31 01:18:18.639 8 INFO neutron_taas.services.taas.taas_plugin [None req-4cbda6fc-794e-465b-aadf-05ea255c72ea 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] TaaS: Handle Delete Port: cef8c6e1-9cb8-48bd-bfe4-84881fe58075 2026-07-31 01:18:18.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cbda6fc-794e-465b-aadf-05ea255c72ea 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Tap Mirror: Handle Delete Port: cef8c6e1-9cb8-48bd-bfe4-84881fe58075 [pid: 7|app: 0|req: 862/1775] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:18 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1010 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1776] 10.0.0.142 () {30 vars in 721 bytes} [Fri Jul 31 01:18:18 2026] GET /v2.0/quotas/8995531a196449d9abdc4352a62ba709/details => generated 847 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1777] 10.0.0.236 () {34 vars in 1117 bytes} [Fri Jul 31 01:18:18 2026] GET /v2.0/security-groups?id=0f53fc09-1c60-4391-b895-f971565c5405&id=6199d23d-4fdb-47b0-9a20-169ecc594f41&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1778] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:18 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:18:19.099 8 INFO neutron.services.segments.plugin [-] Segment 73f46bf7-63d5-4713-857c-d9ee318c5b1c resource provider aggregate not found 2026-07-31 01:18:19.106 8 INFO neutron.services.segments.plugin [-] Segment 73f46bf7-63d5-4713-857c-d9ee318c5b1c resource provider aggregate not found 2026-07-31 01:18:19.121 8 INFO neutron.services.segments.plugin [-] Segment 73f46bf7-63d5-4713-857c-d9ee318c5b1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73f46bf7-63d5-4713-857c-d9ee318c5b1c found for delete ", "request_id": "req-def15864-a8fa-47f7-b3b7-94727f8fb3b0"}]} 2026-07-31 01:18:19.124 8 INFO neutron.services.segments.plugin [-] Segment 73f46bf7-63d5-4713-857c-d9ee318c5b1c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73f46bf7-63d5-4713-857c-d9ee318c5b1c found for delete ", "request_id": "req-30ef06af-711c-4721-ad15-bf07ad0c5abf"}]} 2026-07-31 01:18:19.132 8 INFO neutron.db.l3_hamode_db [None req-4cbda6fc-794e-465b-aadf-05ea255c72ea 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] HA network 847ba4b9-afbc-466d-8127-c9126494c7ff was deleted as no HA routers are present in tenant 034b1d66b9164d16a3cf15bd1234f50e. [pid: 8|app: 0|req: 914/1779] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:18 2026] DELETE /v2.0/routers/a7ab1d7d-9769-4a76-8969-d480137db62a => generated 0 bytes in 670 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1780] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:19 2026] DELETE /v2.0/subnets/5cadb1a9-2373-4a2c-8cf4-7e5e243709c5 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:18:19.499 7 INFO neutron.db.l3_db [None req-b0cd4bf3-20e7-4768-ae6f-5fd53a649568 92fcc419c62e4f76b74644cde8d29ed3 215e5ad7ba574d43ac478640400f83f4 - - default default] Floating IP 284bc001-b351-4d29-85bf-10e5f08475b4 associated. External IP: 10.96.250.209, port: f6b4c18c-dacf-4e0e-a2ae-e9c4dc695891. 2026-07-31 01:18:19.557 8 INFO neutron_taas.services.taas.taas_plugin [None req-4dec7a18-4333-483b-a1b3-c7ecc7605dae 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] TaaS: Handle Delete Port: 6d173ba5-6482-409f-8d50-b6a11945ad49 2026-07-31 01:18:19.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dec7a18-4333-483b-a1b3-c7ecc7605dae 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Tap Mirror: Handle Delete Port: 6d173ba5-6482-409f-8d50-b6a11945ad49 [pid: 8|app: 0|req: 916/1781] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:18:19 2026] DELETE /v2.0/networks/476291c1-e41a-4e0a-9a68-ce172ce4d5ab => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1782] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:18:19 2026] PUT /v2.0/floatingips/284bc001-b351-4d29-85bf-10e5f08475b4 => generated 855 bytes in 842 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:18:19.931 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c282b04e-dae1-4117-9552-a8c3facf779c'] response: {'name': 'network-changed', 'server_uuid': '9f8ed119-e391-4ebb-abc6-9705fdef0578', 'tag': 'f6b4c18c-dacf-4e0e-a2ae-e9c4dc695891', 'status': 'completed', 'code': 200} 2026-07-31 01:18:19.975 8 INFO neutron.db.segments_db [None req-037b0f0a-2be9-4e16-8d02-fee9c485a957 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Added segment 904683ee-1f14-48f0-af45-2e88b1b824cf of type vxlan for network 2462b48a-1a75-4d94-85f1-01c5c9ec1b51 2026-07-31 01:18:20.338 8 INFO neutron.db.l3_hamode_db [None req-037b0f0a-2be9-4e16-8d02-fee9c485a957 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 867/1783] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:18:20 2026] GET /v2.0/ports?tenant_id=215e5ad7ba574d43ac478640400f83f4&device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1279 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1784] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:18:20 2026] GET /v2.0/networks?id=25ecac28-8b15-4715-8e7b-925f85a77863 => generated 768 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1785] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:18:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=f6b4c18c-dacf-4e0e-a2ae-e9c4dc695891 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1786] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:18:20 2026] GET /v2.0/subnets?id=515331ee-b4c8-4a44-abca-2ec119752d58 => generated 690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1787] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:18:20 2026] GET /v2.0/ports?network_id=25ecac28-8b15-4715-8e7b-925f85a77863&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1788] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:18:20 2026] GET /v2.0/networks/25ecac28-8b15-4715-8e7b-925f85a77863?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: 873/1789] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:18:20 2026] GET /v2.0/networks/25ecac28-8b15-4715-8e7b-925f85a77863?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-07-31 01:18:21.161 8 INFO neutron.services.segments.plugin [-] Segment 19eabc62-8f23-4a63-8c7a-f6e9416d523d resource provider aggregate not found 2026-07-31 01:18:21.165 8 INFO neutron.services.segments.plugin [-] Segment 19eabc62-8f23-4a63-8c7a-f6e9416d523d resource provider aggregate not found 2026-07-31 01:18:21.187 8 INFO neutron.services.segments.plugin [-] Segment 19eabc62-8f23-4a63-8c7a-f6e9416d523d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19eabc62-8f23-4a63-8c7a-f6e9416d523d found for delete ", "request_id": "req-4b20ed22-3f1b-4a4e-a905-43a93ff8ab40"}]} 2026-07-31 01:18:21.196 8 INFO neutron.services.segments.plugin [-] Segment 19eabc62-8f23-4a63-8c7a-f6e9416d523d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19eabc62-8f23-4a63-8c7a-f6e9416d523d found for delete ", "request_id": "req-131a29b6-338d-438e-a2b4-4552074863fd"}]} 2026-07-31 01:18:21.332 8 INFO neutron.db.l3_hamode_db [None req-037b0f0a-2be9-4e16-8d02-fee9c485a957 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 874/1790] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:22 2026] GET /v2.0/security-groups?tenant_id=8995531a196449d9abdc4352a62ba709&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1791] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:18:19 2026] POST /v2.0/routers => generated 688 bytes in 2648 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1792] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:18:22 2026] GET /v2.0/routers/bc02c17a-4b1c-46a8-93ff-9063737edbc7 => generated 694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1793] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:22 2026] DELETE /v2.0/security-groups/ad941a74-4672-4662-92e8-a584d11699d8 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1794] 10.0.0.229 () {32 vars in 644 bytes} [Fri Jul 31 01:18:22 2026] GET /v2.0/routers => generated 697 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1795] 10.0.0.229 () {34 vars in 738 bytes} [Fri Jul 31 01:18:22 2026] PUT /v2.0/routers/bc02c17a-4b1c-46a8-93ff-9063737edbc7 => generated 701 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1796] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:18:23 2026] GET /v2.0/routers/bc02c17a-4b1c-46a8-93ff-9063737edbc7 => generated 701 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1797] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:18:23 2026] GET /v2.0/ports?device_id=bc02c17a-4b1c-46a8-93ff-9063737edbc7 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:18:23.972 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ff8a77b-4453-4d3f-adb3-ac796c47770c 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] TaaS: Handle Delete Port: 7a86a748-2401-4ef6-8c14-530617ad3e8d 2026-07-31 01:18:23.975 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ff8a77b-4453-4d3f-adb3-ac796c47770c 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Tap Mirror: Handle Delete Port: 7a86a748-2401-4ef6-8c14-530617ad3e8d 2026-07-31 01:18:24.275 8 INFO neutron_taas.services.taas.taas_plugin [None req-4ff8a77b-4453-4d3f-adb3-ac796c47770c 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] TaaS: Handle Delete Port: 8f814c1d-1bb9-44fd-a670-4ea3fd3f9ed8 2026-07-31 01:18:24.278 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ff8a77b-4453-4d3f-adb3-ac796c47770c 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] Tap Mirror: Handle Delete Port: 8f814c1d-1bb9-44fd-a670-4ea3fd3f9ed8 2026-07-31 01:18:24.727 8 INFO neutron.services.segments.plugin [-] Segment 904683ee-1f14-48f0-af45-2e88b1b824cf resource provider aggregate not found 2026-07-31 01:18:24.731 8 INFO neutron.services.segments.plugin [-] Segment 904683ee-1f14-48f0-af45-2e88b1b824cf resource provider aggregate not found 2026-07-31 01:18:24.752 8 INFO neutron.services.segments.plugin [-] Segment 904683ee-1f14-48f0-af45-2e88b1b824cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 904683ee-1f14-48f0-af45-2e88b1b824cf found for delete ", "request_id": "req-3e261825-3673-4154-b1f5-d53feb1c7f27"}]} 2026-07-31 01:18:24.757 8 INFO neutron.services.segments.plugin [-] Segment 904683ee-1f14-48f0-af45-2e88b1b824cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 904683ee-1f14-48f0-af45-2e88b1b824cf found for delete ", "request_id": "req-8e4c70c1-1244-4257-9c4d-b9ed9342520b"}]} 2026-07-31 01:18:24.783 8 INFO neutron.db.l3_hamode_db [None req-4ff8a77b-4453-4d3f-adb3-ac796c47770c 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] HA network 2462b48a-1a75-4d94-85f1-01c5c9ec1b51 was deleted as no HA routers are present in tenant 034b1d66b9164d16a3cf15bd1234f50e. [pid: 8|app: 0|req: 921/1798] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:23 2026] DELETE /v2.0/routers/bc02c17a-4b1c-46a8-93ff-9063737edbc7 => generated 0 bytes in 1460 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1799] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:18:24 2026] GET /v2.0/ports?device_id=bc02c17a-4b1c-46a8-93ff-9063737edbc7 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:18:24.838 8 INFO neutron.api.v2.resource [None req-bab92607-8925-4ca4-81ee-3de2c0092eb8 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 922/1800] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:24 2026] DELETE /v2.0/routers/bc02c17a-4b1c-46a8-93ff-9063737edbc7 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1801] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:18:24 2026] GET /v2.0/ports?device_id=a7ab1d7d-9769-4a76-8969-d480137db62a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:18:24.901 8 INFO neutron.api.v2.resource [None req-3fdd5a4a-4b83-4b5a-b147-6de7ac95302a 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 923/1802] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:24 2026] DELETE /v2.0/routers/a7ab1d7d-9769-4a76-8969-d480137db62a => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:18:24.920 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cb7629a5-04a9-4f48-b50f-0d60b2a4070a 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 880/1803] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:24 2026] DELETE /v2.0/subnets/5cadb1a9-2373-4a2c-8cf4-7e5e243709c5 => 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: 924/1804] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:18:24 2026] GET /v2.0/ports?device_id=f2873b47-d1fa-48ed-9cc7-6a2fd13e3c66 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:18:24.987 7 INFO neutron.api.v2.resource [None req-f0bc0d02-1b7e-45c1-a0ca-4bb6de3faa1c 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 881/1805] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:24 2026] DELETE /v2.0/routers/f2873b47-d1fa-48ed-9cc7-6a2fd13e3c66 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:18:25.006 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b32c1582-c589-44f0-88b8-a0e339c22875 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 925/1806] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:24 2026] DELETE /v2.0/subnets/1729f610-fce9-408d-bd55-cc84050ba7aa => 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: 882/1807] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:18:25 2026] GET /v2.0/ports?device_id=36aea854-d3ab-4a23-99ff-eae2dd2962e3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:18:25.064 8 INFO neutron.api.v2.resource [None req-b7e36a34-986f-44cc-a374-e88b70c706b2 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 926/1808] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:25 2026] DELETE /v2.0/routers/36aea854-d3ab-4a23-99ff-eae2dd2962e3 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:18:25.084 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24782a90-05de-44d6-843e-d218a4c5d117 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 883/1809] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:25 2026] DELETE /v2.0/subnets/8d97cd0b-7ec9-4f77-9a8a-56493fb27c4a => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:18:25.105 8 INFO neutron.pecan_wsgi.hooks.translation [None req-019bc0f1-c8c9-4183-9bca-0f7e23bde8ba 8c32cd4ae88245e9b6bb289fb1fe80e9 034b1d66b9164d16a3cf15bd1234f50e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 927/1810] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:25 2026] DELETE /v2.0/subnets/278b5663-1306-404c-9958-e622d70650ae => 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: 884/1811] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:25 2026] GET /v2.0/security-groups?tenant_id=960c9163fc9b4746a9014369b3ea6201&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: 928/1812] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:25 2026] GET /v2.0/security-groups?tenant_id=034b1d66b9164d16a3cf15bd1234f50e&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1813] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:25 2026] DELETE /v2.0/security-groups/fc6d1464-a424-40bd-ba93-c2021fa4b32b => 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: 929/1814] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:25 2026] DELETE /v2.0/security-groups/28614d6a-1e9e-4b41-996c-c6f5426dbb84 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:18:26.214 7 INFO neutron.db.segments_db [None req-7916649d-3d6a-470f-822f-674ff06b1707 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Added segment 4e9f32e3-6799-44b7-a61a-98bf579f94df of type vxlan for network 039eccb9-3a2e-454f-b8e8-5a0c8dbf83be [pid: 7|app: 0|req: 886/1815] 10.0.0.229 () {34 vars in 668 bytes} [Fri Jul 31 01:18:25 2026] POST /v2.0/networks => generated 614 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:18:26.422 8 INFO neutron.db.segments_db [None req-f7c98eb6-7984-4fe1-89db-60ccc97b1837 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Added segment c0fe4116-bef2-43d3-83e2-b20a28cf21f5 of type vxlan for network 2767b9d7-42b9-4402-8ab6-79daee1d3fbf 2026-07-31 01:18:26.776 8 INFO neutron.db.l3_hamode_db [None req-f7c98eb6-7984-4fe1-89db-60ccc97b1837 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:18:27.604 8 INFO neutron.db.l3_hamode_db [None req-f7c98eb6-7984-4fe1-89db-60ccc97b1837 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 887/1816] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:27 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1817] 10.0.0.236 () {34 vars in 1117 bytes} [Fri Jul 31 01:18:27 2026] GET /v2.0/security-groups?id=0f53fc09-1c60-4391-b895-f971565c5405&id=6199d23d-4fdb-47b0-9a20-169ecc594f41&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1818] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:18:27 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1279 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1819] 10.0.0.229 () {32 vars in 855 bytes} [Fri Jul 31 01:18:28 2026] GET /v2.0/floatingips?floating_network_id=960339cd-c3dd-45ef-b274-be260b55e2ad&port_id=f6b4c18c-dacf-4e0e-a2ae-e9c4dc695891 => generated 860 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1820] 10.0.0.229 () {32 vars in 620 bytes} [Fri Jul 31 01:18:28 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1821] 10.0.0.229 () {32 vars in 630 bytes} [Fri Jul 31 01:18:28 2026] GET /v2.0/ => generated 632 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1822] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:18:26 2026] POST /v2.0/routers => generated 694 bytes in 2479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1823] 10.0.0.101 () {34 vars in 987 bytes} [Fri Jul 31 01:18:28 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1279 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1824] 10.0.0.229 () {32 vars in 773 bytes} [Fri Jul 31 01:18:28 2026] GET /v2.0/subnets?project_id=51115d25c79e4a2f99c6eceea96a2482&cidr=10.100.0.0%2F28 => generated 14 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1825] 10.0.0.101 () {34 vars in 1117 bytes} [Fri Jul 31 01:18:29 2026] GET /v2.0/security-groups?id=6199d23d-4fdb-47b0-9a20-169ecc594f41&id=0f53fc09-1c60-4391-b895-f971565c5405&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: 7|app: 0|req: 895/1826] 10.0.0.229 () {32 vars in 691 bytes} [Fri Jul 31 01:18:29 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1827] 10.0.0.229 () {32 vars in 781 bytes} [Fri Jul 31 01:18:29 2026] GET /v2.0/subnets?network_id=960339cd-c3dd-45ef-b274-be260b55e2ad&cidr=10.100.0.0%2F28 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1828] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:29 2026] GET /v2.0/security-groups?tenant_id=24e474291f264d8ebc43d71c9bf636f0&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1829] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:29 2026] DELETE /v2.0/security-groups/1508b648-0f0d-4b85-9dfa-39ff104aa5f2 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1830] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:18:29 2026] POST /v2.0/subnets => generated 656 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1831] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:18:29 2026] PUT /v2.0/routers/8df83a6a-e91b-4df7-84a9-8a53b1edeb61/add_router_interface => generated 309 bytes in 1656 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1832] 10.0.0.229 () {32 vars in 646 bytes} [Fri Jul 31 01:18:31 2026] GET /v2.0/networks => generated 6507 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1833] 10.0.0.229 () {32 vars in 644 bytes} [Fri Jul 31 01:18:31 2026] GET /v2.0/subnets => generated 5192 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1834] 10.0.0.229 () {32 vars in 644 bytes} [Fri Jul 31 01:18:31 2026] GET /v2.0/routers => generated 2183 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1835] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:31 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1836] 10.0.0.236 () {34 vars in 1117 bytes} [Fri Jul 31 01:18:31 2026] GET /v2.0/security-groups?id=0f53fc09-1c60-4391-b895-f971565c5405&id=6199d23d-4fdb-47b0-9a20-169ecc594f41&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: 8|app: 0|req: 936/1837] 10.0.0.229 () {34 vars in 682 bytes} [Fri Jul 31 01:18:31 2026] POST /v2.0/security-groups => generated 1675 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1838] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:18:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1839] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:18:32 2026] POST /v2.0/security-group-rules => generated 596 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1840] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:18:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1841] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:18:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:18:32.780 7 INFO neutron.db.securitygroups_db [None req-f0f499a5-a347-4198-ae0d-7ba4fef83732 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Project 51115d25c79e4a2f99c6eceea96a2482 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: 904/1842] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:18:32 2026] POST /v2.0/security-group-rules => generated 607 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:18:33.045 7 INFO neutron.db.securitygroups_db [None req-6f18a4f4-a019-4df6-8377-04c99673c6c4 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Project 51115d25c79e4a2f99c6eceea96a2482 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: 939/1843] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:32 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1010 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1844] 10.0.0.236 () {34 vars in 1117 bytes} [Fri Jul 31 01:18:33 2026] GET /v2.0/security-groups?id=0f53fc09-1c60-4391-b895-f971565c5405&id=6199d23d-4fdb-47b0-9a20-169ecc594f41&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: 905/1845] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:18:32 2026] POST /v2.0/security-group-rules => generated 606 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1848] 10.0.0.229 () {32 vars in 646 bytes} [Fri Jul 31 01:18:33 2026] GET /v2.0/networks => generated 1298 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1849] 10.0.0.236 () {34 vars in 1097 bytes} [Fri Jul 31 01:18:33 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1990703998&fields=id&tenant_id=51115d25c79e4a2f99c6eceea96a2482 => generated 69 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1850] 10.0.0.236 () {34 vars in 979 bytes} [Fri Jul 31 01:18:33 2026] GET /v2.0/networks?id=039eccb9-3a2e-454f-b8e8-5a0c8dbf83be => generated 661 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1851] 10.0.0.236 () {34 vars in 962 bytes} [Fri Jul 31 01:18:34 2026] GET /v2.0/quotas/51115d25c79e4a2f99c6eceea96a2482 => 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: 944/1852] 10.0.0.236 () {34 vars in 999 bytes} [Fri Jul 31 01:18:34 2026] GET /v2.0/ports?tenant_id=51115d25c79e4a2f99c6eceea96a2482&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1853] 10.0.0.236 () {34 vars in 1005 bytes} [Fri Jul 31 01:18:34 2026] GET /v2.0/networks/039eccb9-3a2e-454f-b8e8-5a0c8dbf83be?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: 909/1854] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:34 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1010 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1855] 162.253.55.222 () {34 vars in 991 bytes} [Fri Jul 31 01:18:34 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1856] 10.0.0.236 () {34 vars in 1105 bytes} [Fri Jul 31 01:18:34 2026] GET /v2.0/networks/039eccb9-3a2e-454f-b8e8-5a0c8dbf83be?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: 947/1857] 10.0.0.236 () {34 vars in 1117 bytes} [Fri Jul 31 01:18:34 2026] GET /v2.0/security-groups?id=0f53fc09-1c60-4391-b895-f971565c5405&id=6199d23d-4fdb-47b0-9a20-169ecc594f41&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:18:34.425 7 INFO neutron_taas.services.taas.taas_plugin [req-5bf1a7b9-3033-493d-9986-45c975b904a3 req-e3c8fa33-12d5-4bf4-a170-cf4b2f946355 92fcc419c62e4f76b74644cde8d29ed3 215e5ad7ba574d43ac478640400f83f4 - - default default] TaaS: Handle Delete Port: f6b4c18c-dacf-4e0e-a2ae-e9c4dc695891 2026-07-31 01:18:34.430 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5bf1a7b9-3033-493d-9986-45c975b904a3 req-e3c8fa33-12d5-4bf4-a170-cf4b2f946355 92fcc419c62e4f76b74644cde8d29ed3 215e5ad7ba574d43ac478640400f83f4 - - default default] Tap Mirror: Handle Delete Port: f6b4c18c-dacf-4e0e-a2ae-e9c4dc695891 [pid: 8|app: 0|req: 948/1858] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:34 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:18:34.574 7 INFO neutron.db.l3_db [req-5bf1a7b9-3033-493d-9986-45c975b904a3 req-e3c8fa33-12d5-4bf4-a170-cf4b2f946355 92fcc419c62e4f76b74644cde8d29ed3 215e5ad7ba574d43ac478640400f83f4 - - default default] Floating IP 284bc001-b351-4d29-85bf-10e5f08475b4 disassociated. External IP: 10.96.250.209, port: f6b4c18c-dacf-4e0e-a2ae-e9c4dc695891. [pid: 7|app: 0|req: 911/1859] 162.253.55.222 () {36 vars in 994 bytes} [Fri Jul 31 01:18:34 2026] DELETE /v2.0/ports/f6b4c18c-dacf-4e0e-a2ae-e9c4dc695891 => generated 0 bytes in 668 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:18:35.040 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d916bb52-4c38-4a69-9db6-e5215a032d80'] response: {'server_uuid': '9f8ed119-e391-4ebb-abc6-9705fdef0578', 'name': 'network-vif-deleted', 'tag': 'f6b4c18c-dacf-4e0e-a2ae-e9c4dc695891', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 949/1860] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:34 2026] GET /v2.0/security-groups?tenant_id=0fb93e604512400e80dc4bbd26bc7eaf&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1861] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:35 2026] DELETE /v2.0/security-groups/7ed5d05e-4a0b-4e89-83f2-e3f56410acec => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1862] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:35 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => 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: 914/1863] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:35 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => 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: 950/1864] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:35 2026] GET /v2.0/security-groups?tenant_id=8c5295b7751b4a9dbc4548f4c90dd261&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: 915/1865] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:35 2026] DELETE /v2.0/security-groups/f4a56f90-b71d-4d05-af09-0692f1cdf6f8 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1866] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:36 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => 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: 916/1867] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:36 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => 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: 952/1868] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:37 2026] GET /v2.0/security-groups?tenant_id=d253dcabdb224318a71c450d4c68428e&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1869] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:37 2026] DELETE /v2.0/security-groups/118a9997-97ae-4926-b56e-bdc885159c00 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1870] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:37 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => 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: 918/1871] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:37 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => 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: 954/1872] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:38 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1873] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:38 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => 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: 955/1874] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:18:38 2026] GET /v2.0/networks?id=039eccb9-3a2e-454f-b8e8-5a0c8dbf83be => generated 661 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1875] 162.253.55.222 () {34 vars in 1047 bytes} [Fri Jul 31 01:18:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=51115d25c79e4a2f99c6eceea96a2482 => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1876] 162.253.55.222 () {38 vars in 952 bytes} [Fri Jul 31 01:18:39 2026] POST /v2.0/ports => generated 958 bytes in 447 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: 957/1877] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:39 2026] GET /v2.0/ports?device_id=9f8ed119-e391-4ebb-abc6-9705fdef0578 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1878] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:39 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1879] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:18:39 2026] GET /v2.0/security-groups?id=5d8cc324-bca6-4541-b122-492c8cd2fc24&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: 921/1880] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:18:39 2026] PUT /v2.0/ports/e9764664-8a03-48d4-9b0a-b7ca1a7ec18e => generated 1239 bytes in 564 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:18:40.170 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3f987be-2ad9-439a-88f1-7c0667b3afd7'] response: {'name': 'network-changed', 'server_uuid': 'd036dc8e-6f13-4257-9ffd-356efa45ee15', 'tag': 'e9764664-8a03-48d4-9b0a-b7ca1a7ec18e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 960/1881] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:18:40 2026] GET /v2.0/ports?tenant_id=51115d25c79e4a2f99c6eceea96a2482&device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 922/1882] 162.253.55.222 () {34 vars in 1015 bytes} [Fri Jul 31 01:18:40 2026] GET /v2.0/networks?tenant_id=51115d25c79e4a2f99c6eceea96a2482&shared=False => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1883] 162.253.55.222 () {34 vars in 927 bytes} [Fri Jul 31 01:18:40 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: 8|app: 0|req: 962/1884] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:41 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1885] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:18:41 2026] GET /v2.0/security-groups?id=5d8cc324-bca6-4541-b122-492c8cd2fc24&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: 923/1886] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:41 2026] DELETE /v2.0/security-groups/0f53fc09-1c60-4391-b895-f971565c5405 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:18:41.225 8 INFO neutron.api.v2.resource [None req-043c5fc5-9312-410b-bb30-067e3e669315 92fcc419c62e4f76b74644cde8d29ed3 215e5ad7ba574d43ac478640400f83f4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 964/1887] 10.0.0.229 () {32 vars in 734 bytes} [Fri Jul 31 01:18:41 2026] GET /v2.0/security-groups/0f53fc09-1c60-4391-b895-f971565c5405 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:18:41.335 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a20e984-35e7-4c7c-bce0-dc1d5a69f841 92fcc419c62e4f76b74644cde8d29ed3 215e5ad7ba574d43ac478640400f83f4 - - default default] TaaS: Handle Delete Port: 3dde03e2-a6db-47b5-8b37-8915e891ed37 2026-07-31 01:18:41.338 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a20e984-35e7-4c7c-bce0-dc1d5a69f841 92fcc419c62e4f76b74644cde8d29ed3 215e5ad7ba574d43ac478640400f83f4 - - default default] Tap Mirror: Handle Delete Port: 3dde03e2-a6db-47b5-8b37-8915e891ed37 [pid: 7|app: 0|req: 924/1888] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:18:41 2026] DELETE /v2.0/floatingips/284bc001-b351-4d29-85bf-10e5f08475b4 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1889] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:41 2026] DELETE /v2.0/security-groups/6199d23d-4fdb-47b0-9a20-169ecc594f41 => 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: 925/1890] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:41 2026] GET /v2.0/security-groups?tenant_id=8140a7e0482049bca69082fdb235f125&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1891] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:18:41 2026] GET /v2.0/ports?tenant_id=51115d25c79e4a2f99c6eceea96a2482&device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => generated 1242 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1892] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:41 2026] DELETE /v2.0/security-groups/e474cca4-a208-4590-ad28-561be065b1c0 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1893] 162.253.55.222 () {34 vars in 1057 bytes} [Fri Jul 31 01:18:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e9764664-8a03-48d4-9b0a-b7ca1a7ec18e => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:18:42.121 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7c59e68-227d-4b2d-93f6-7988c592b160 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 9c5ddbea-be94-44de-914d-ce3c05aa0cbd 2026-07-31 01:18:42.123 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7c59e68-227d-4b2d-93f6-7988c592b160 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 9c5ddbea-be94-44de-914d-ce3c05aa0cbd [pid: 7|app: 0|req: 929/1894] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:18:42 2026] GET /v2.0/subnets?id=20ea720a-0ccf-4fca-acd9-f52adaac53fc => 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: 930/1895] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:18:42 2026] GET /v2.0/ports?network_id=039eccb9-3a2e-454f-b8e8-5a0c8dbf83be&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: 931/1896] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:18:42 2026] GET /v2.0/networks/039eccb9-3a2e-454f-b8e8-5a0c8dbf83be?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: 932/1897] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:42 2026] GET /v2.0/security-groups?tenant_id=fac204241b8d43b280ab708ef0f371bf&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1898] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:18:42 2026] GET /v2.0/networks/039eccb9-3a2e-454f-b8e8-5a0c8dbf83be?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: 934/1899] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:42 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1900] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:18:41 2026] PUT /v2.0/routers/23d784d9-127d-4b04-aee5-469dba4972fb/remove_router_interface => generated 309 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1901] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:42 2026] DELETE /v2.0/security-groups/b45e0050-2b0c-48be-8b3f-7787646aa908 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1902] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:18:42 2026] GET /v2.0/security-groups?id=5d8cc324-bca6-4541-b122-492c8cd2fc24&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:18:43.128 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea09bd89-ef34-4a96-9d60-48887cc8273d c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: be1917c2-ae02-413d-b901-99315e57d648 2026-07-31 01:18:43.131 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea09bd89-ef34-4a96-9d60-48887cc8273d c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: be1917c2-ae02-413d-b901-99315e57d648 [pid: 7|app: 0|req: 935/1903] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:18:42 2026] POST /v2.0/floatingips => generated 552 bytes in 750 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:18:43.409 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea09bd89-ef34-4a96-9d60-48887cc8273d c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: ce53a112-6583-4801-b542-a381ad356d8e 2026-07-31 01:18:43.412 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea09bd89-ef34-4a96-9d60-48887cc8273d c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: ce53a112-6583-4801-b542-a381ad356d8e 2026-07-31 01:18:43.819 8 INFO neutron.services.segments.plugin [-] Segment ad9de5da-8939-49b4-9815-968cb4985a77 resource provider aggregate not found 2026-07-31 01:18:43.823 8 INFO neutron.services.segments.plugin [-] Segment ad9de5da-8939-49b4-9815-968cb4985a77 resource provider aggregate not found 2026-07-31 01:18:43.835 8 INFO neutron.services.segments.plugin [-] Segment ad9de5da-8939-49b4-9815-968cb4985a77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad9de5da-8939-49b4-9815-968cb4985a77 found for delete ", "request_id": "req-32f7b14e-e061-494e-9e6f-046fe7f4cf79"}]} 2026-07-31 01:18:43.838 8 INFO neutron.services.segments.plugin [-] Segment ad9de5da-8939-49b4-9815-968cb4985a77 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad9de5da-8939-49b4-9815-968cb4985a77 found for delete ", "request_id": "req-9aaa3247-76c2-472c-938d-10602c527f87"}]} 2026-07-31 01:18:43.862 8 INFO neutron.db.l3_hamode_db [None req-ea09bd89-ef34-4a96-9d60-48887cc8273d c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] HA network 631a1da3-62e0-43b8-9c0a-02b2942ab721 was deleted as no HA routers are present in tenant 215e5ad7ba574d43ac478640400f83f4. [pid: 8|app: 0|req: 969/1904] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:42 2026] DELETE /v2.0/routers/23d784d9-127d-4b04-aee5-469dba4972fb => generated 0 bytes in 989 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1905] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:18:43 2026] POST /v2.0/floatingips => generated 552 bytes in 780 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1906] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:44 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => 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: 970/1907] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:43 2026] DELETE /v2.0/subnets/515331ee-b4c8-4a44-abca-2ec119752d58 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1908] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:18:44 2026] GET /v2.0/security-groups?id=5d8cc324-bca6-4541-b122-492c8cd2fc24&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:18:44.262 8 INFO neutron_taas.services.taas.taas_plugin [None req-a88fd641-0cd8-4e1a-98c2-a1be25142959 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: c706242d-f3c6-47ce-8d48-cd9ba5041eeb 2026-07-31 01:18:44.265 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a88fd641-0cd8-4e1a-98c2-a1be25142959 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: c706242d-f3c6-47ce-8d48-cd9ba5041eeb [pid: 8|app: 0|req: 972/1909] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:18:44 2026] DELETE /v2.0/networks/25ecac28-8b15-4715-8e7b-925f85a77863 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1910] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:18:44 2026] POST /v2.0/floatingips => generated 552 bytes in 649 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:18:44.884 8 INFO neutron_taas.services.taas.taas_plugin [None req-44e26043-13d3-4d4f-8a28-e0d2f31c7f47 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 09616ac3-db15-4083-83aa-fa114e7465a4 2026-07-31 01:18:44.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44e26043-13d3-4d4f-8a28-e0d2f31c7f47 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 09616ac3-db15-4083-83aa-fa114e7465a4 [pid: 7|app: 0|req: 939/1911] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:18:44 2026] POST /v2.0/floatingips => generated 552 bytes in 744 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1912] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:45 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1913] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:18:44 2026] PUT /v2.0/routers/3755b873-25ee-4262-af4c-73acfefc3763/remove_router_interface => generated 309 bytes in 1112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1914] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:18:45 2026] GET /v2.0/security-groups?id=5d8cc324-bca6-4541-b122-492c8cd2fc24&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-07-31 01:18:45.869 8 INFO neutron.services.segments.plugin [-] Segment bdb43d5b-d4cc-4fb5-a5e0-8c2a536d06fb resource provider aggregate not found 2026-07-31 01:18:45.871 8 INFO neutron.services.segments.plugin [-] Segment bdb43d5b-d4cc-4fb5-a5e0-8c2a536d06fb resource provider aggregate not found 2026-07-31 01:18:45.893 8 INFO neutron.services.segments.plugin [-] Segment bdb43d5b-d4cc-4fb5-a5e0-8c2a536d06fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdb43d5b-d4cc-4fb5-a5e0-8c2a536d06fb found for delete ", "request_id": "req-2bafac09-a3ec-4087-9f36-cc9a440f0d3f"}]} 2026-07-31 01:18:45.900 8 INFO neutron.services.segments.plugin [-] Segment bdb43d5b-d4cc-4fb5-a5e0-8c2a536d06fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdb43d5b-d4cc-4fb5-a5e0-8c2a536d06fb found for delete ", "request_id": "req-4beae142-32ea-45ad-a59d-9db97f4a0dda"}]} 2026-07-31 01:18:45.906 8 INFO neutron_taas.services.taas.taas_plugin [None req-262765c0-a1cc-49fe-8f8b-b925def21238 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 51b94263-27d7-4de6-8419-e50552a85fc1 2026-07-31 01:18:45.909 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-262765c0-a1cc-49fe-8f8b-b925def21238 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 51b94263-27d7-4de6-8419-e50552a85fc1 2026-07-31 01:18:46.207 8 INFO neutron_taas.services.taas.taas_plugin [None req-262765c0-a1cc-49fe-8f8b-b925def21238 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: bc16cbe6-8b0b-41d3-9d05-a816d54ac139 2026-07-31 01:18:46.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-262765c0-a1cc-49fe-8f8b-b925def21238 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: bc16cbe6-8b0b-41d3-9d05-a816d54ac139 [pid: 7|app: 0|req: 941/1915] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:18:45 2026] POST /v2.0/floatingips => generated 552 bytes in 802 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1916] 10.0.0.229 () {34 vars in 756 bytes} [Fri Jul 31 01:18:46 2026] PUT /v2.0/floatingips/c46cbd49-ea84-4cc2-984d-de4eaed93827/tags => generated 17 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:18:46.665 8 INFO neutron.db.l3_hamode_db [None req-262765c0-a1cc-49fe-8f8b-b925def21238 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] HA network 5103d298-48b6-49de-9ff2-e6602d69926d was deleted as no HA routers are present in tenant 07faef90e13d490ca981ba25edfaa7fb. [pid: 8|app: 0|req: 975/1917] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:45 2026] DELETE /v2.0/routers/3755b873-25ee-4262-af4c-73acfefc3763 => generated 0 bytes in 1024 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1918] 10.0.0.229 () {34 vars in 756 bytes} [Fri Jul 31 01:18:46 2026] PUT /v2.0/floatingips/3f9da2d8-8d34-477c-a5cf-89466b6daf37/tags => generated 25 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1919] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:46 2026] GET /v2.0/security-groups?tenant_id=223dd3ade7404556927a3d66684af0b5&name=default => generated 2925 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1920] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:46 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1921] 10.0.0.229 () {34 vars in 756 bytes} [Fri Jul 31 01:18:46 2026] PUT /v2.0/floatingips/dd43bfc6-7482-4481-a94e-b135e401d368/tags => generated 34 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1922] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:46 2026] DELETE /v2.0/subnets/25704fda-2515-4836-b2e9-a1e28c0e0118 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1923] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:18:47 2026] GET /v2.0/security-groups?id=5d8cc324-bca6-4541-b122-492c8cd2fc24&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1924] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:46 2026] DELETE /v2.0/security-groups/9f974034-8cba-4c82-aa01-0e7536f991b5 => 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: 979/1925] 10.0.0.229 () {34 vars in 756 bytes} [Fri Jul 31 01:18:47 2026] PUT /v2.0/floatingips/cf2ebf3b-d5e2-4df2-8722-b21af513ee77/tags => generated 19 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1926] 10.0.0.229 () {32 vars in 669 bytes} [Fri Jul 31 01:18:47 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:18:47.259 7 INFO neutron_taas.services.taas.taas_plugin [None req-7305e9b9-4240-43c5-afd8-870c39f895c9 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 68c71b3f-41f7-4d92-852a-20590c6d57e9 2026-07-31 01:18:47.263 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7305e9b9-4240-43c5-afd8-870c39f895c9 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 68c71b3f-41f7-4d92-852a-20590c6d57e9 [pid: 8|app: 0|req: 981/1927] 10.0.0.229 () {32 vars in 683 bytes} [Fri Jul 31 01:18:47 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1928] 10.0.0.229 () {32 vars in 679 bytes} [Fri Jul 31 01:18:47 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1929] 10.0.0.229 () {32 vars in 691 bytes} [Fri Jul 31 01:18:47 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:18:47.446 7 INFO neutron.services.segments.plugin [-] Segment fb02d5cb-f277-48ba-b776-e51e9e71c33a resource provider aggregate not found 2026-07-31 01:18:47.453 7 INFO neutron.services.segments.plugin [-] Segment fb02d5cb-f277-48ba-b776-e51e9e71c33a resource provider aggregate not found [pid: 8|app: 0|req: 984/1930] 10.0.0.229 () {32 vars in 677 bytes} [Fri Jul 31 01:18:47 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:18:47.475 7 INFO neutron.services.segments.plugin [-] Segment fb02d5cb-f277-48ba-b776-e51e9e71c33a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb02d5cb-f277-48ba-b776-e51e9e71c33a found for delete ", "request_id": "req-76359b6a-c5b1-4937-9d2d-0f0462fb53af"}]} 2026-07-31 01:18:47.476 7 INFO neutron.services.segments.plugin [-] Segment fb02d5cb-f277-48ba-b776-e51e9e71c33a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb02d5cb-f277-48ba-b776-e51e9e71c33a found for delete ", "request_id": "req-344a58a1-a5e7-40e8-8728-e7a83e6b95a4"}]} [pid: 7|app: 0|req: 947/1931] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:18:47 2026] DELETE /v2.0/networks/5a6ee7df-90dc-4d38-892b-ec07cd7dc234 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1932] 10.0.0.229 () {32 vars in 691 bytes} [Fri Jul 31 01:18:47 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1933] 10.0.0.229 () {32 vars in 687 bytes} [Fri Jul 31 01:18:47 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1934] 10.0.0.229 () {32 vars in 699 bytes} [Fri Jul 31 01:18:47 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:18:47.768 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3e846b9-b292-4269-9c2a-ac3b35575ae7 4c87bc97381d4adba85e408cff5d4e6f e64d05c854c945b383036640bc2d1991 - - default default] TaaS: Handle Delete Port: 31ef8824-d0aa-40b6-b1be-8dd1fd6e992a 2026-07-31 01:18:47.770 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3e846b9-b292-4269-9c2a-ac3b35575ae7 4c87bc97381d4adba85e408cff5d4e6f e64d05c854c945b383036640bc2d1991 - - default default] Tap Mirror: Handle Delete Port: 31ef8824-d0aa-40b6-b1be-8dd1fd6e992a 2026-07-31 01:18:47.915 8 INFO neutron.services.segments.plugin [-] Segment acb1d8ea-bf4e-4df1-8aea-fafaea4fa653 resource provider aggregate not found 2026-07-31 01:18:47.921 8 INFO neutron.services.segments.plugin [-] Segment acb1d8ea-bf4e-4df1-8aea-fafaea4fa653 resource provider aggregate not found 2026-07-31 01:18:47.942 8 INFO neutron.services.segments.plugin [-] Segment acb1d8ea-bf4e-4df1-8aea-fafaea4fa653 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acb1d8ea-bf4e-4df1-8aea-fafaea4fa653 found for delete ", "request_id": "req-79e2c938-0e7b-444d-834f-6dbfacce3bdb"}]} 2026-07-31 01:18:47.945 8 INFO neutron.services.segments.plugin [-] Segment acb1d8ea-bf4e-4df1-8aea-fafaea4fa653 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acb1d8ea-bf4e-4df1-8aea-fafaea4fa653 found for delete ", "request_id": "req-85b0967f-f68a-4080-9437-50183aaddba0"}]} [pid: 7|app: 0|req: 949/1935] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:18:47 2026] DELETE /v2.0/floatingips/c46cbd49-ea84-4cc2-984d-de4eaed93827 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1936] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:48 2026] GET /v2.0/security-groups?tenant_id=07faef90e13d490ca981ba25edfaa7fb&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:18:48.132 8 INFO neutron_taas.services.taas.taas_plugin [None req-fab0e87c-9c60-40af-b1ce-3c1abd56ce71 4c87bc97381d4adba85e408cff5d4e6f e64d05c854c945b383036640bc2d1991 - - default default] TaaS: Handle Delete Port: 9dc61218-3d26-43ea-9a88-3806acff9dfd 2026-07-31 01:18:48.134 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fab0e87c-9c60-40af-b1ce-3c1abd56ce71 4c87bc97381d4adba85e408cff5d4e6f e64d05c854c945b383036640bc2d1991 - - default default] Tap Mirror: Handle Delete Port: 9dc61218-3d26-43ea-9a88-3806acff9dfd [pid: 7|app: 0|req: 951/1937] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:48 2026] DELETE /v2.0/security-groups/bb17f33b-3d7e-495b-8a62-e500e4d8116c => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1938] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:48 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => 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: 955/1941] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:18:48 2026] GET /v2.0/security-groups?id=5d8cc324-bca6-4541-b122-492c8cd2fc24&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1942] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:18:47 2026] DELETE /v2.0/floatingips/3f9da2d8-8d34-477c-a5cf-89466b6daf37 => generated 0 bytes in 370 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:18:48.498 7 INFO neutron_taas.services.taas.taas_plugin [None req-b625ab31-672f-4c5a-b551-4744adec5b60 4c87bc97381d4adba85e408cff5d4e6f e64d05c854c945b383036640bc2d1991 - - default default] TaaS: Handle Delete Port: 405ef7e6-8092-417a-a136-2f401063da16 2026-07-31 01:18:48.500 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b625ab31-672f-4c5a-b551-4744adec5b60 4c87bc97381d4adba85e408cff5d4e6f e64d05c854c945b383036640bc2d1991 - - default default] Tap Mirror: Handle Delete Port: 405ef7e6-8092-417a-a136-2f401063da16 [pid: 8|app: 0|req: 988/1943] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:18:48 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1944] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:48 2026] GET /v2.0/security-groups?tenant_id=215e5ad7ba574d43ac478640400f83f4&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: 990/1945] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:18:48 2026] GET /v2.0/security-groups?id=5d8cc324-bca6-4541-b122-492c8cd2fc24&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: 991/1946] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:48 2026] DELETE /v2.0/security-groups/3b110988-746b-4054-839b-0123c61895ff => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1947] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:18:48 2026] DELETE /v2.0/floatingips/dd43bfc6-7482-4481-a94e-b135e401d368 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1948] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:18:48 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:18:48.864 8 INFO neutron_taas.services.taas.taas_plugin [None req-1624a13f-43fd-4d66-9be5-1ab5b6f3cdc3 4c87bc97381d4adba85e408cff5d4e6f e64d05c854c945b383036640bc2d1991 - - default default] TaaS: Handle Delete Port: 2685156b-8e14-410e-b017-31c16ae703c6 2026-07-31 01:18:48.867 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1624a13f-43fd-4d66-9be5-1ab5b6f3cdc3 4c87bc97381d4adba85e408cff5d4e6f e64d05c854c945b383036640bc2d1991 - - default default] Tap Mirror: Handle Delete Port: 2685156b-8e14-410e-b017-31c16ae703c6 [pid: 8|app: 0|req: 993/1949] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:18:48 2026] DELETE /v2.0/floatingips/cf2ebf3b-d5e2-4df2-8722-b21af513ee77 => generated 0 bytes in 394 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:18:49.261 8 INFO neutron_taas.services.taas.taas_plugin [None req-a68245a3-653e-4218-887f-2edef3c856bb 4c87bc97381d4adba85e408cff5d4e6f e64d05c854c945b383036640bc2d1991 - - default default] TaaS: Handle Delete Port: 36db8cf0-3a3e-49cd-8704-0ffba9467773 2026-07-31 01:18:49.265 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a68245a3-653e-4218-887f-2edef3c856bb 4c87bc97381d4adba85e408cff5d4e6f e64d05c854c945b383036640bc2d1991 - - default default] Tap Mirror: Handle Delete Port: 36db8cf0-3a3e-49cd-8704-0ffba9467773 [pid: 8|app: 0|req: 994/1950] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:18:49 2026] DELETE /v2.0/floatingips/4372b2e6-a0cd-44eb-8632-f30da4647c93 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:18:49.650 7 INFO neutron.db.l3_db [None req-6578a176-0cdf-43e0-a330-70512ea74964 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Floating IP 276376c1-a133-4d6f-8cce-3e9861dbd95e associated. External IP: 10.96.250.207, port: e9764664-8a03-48d4-9b0a-b7ca1a7ec18e. [pid: 7|app: 0|req: 957/1951] 10.0.0.229 () {34 vars in 674 bytes} [Fri Jul 31 01:18:48 2026] POST /v2.0/floatingips => generated 856 bytes in 1355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:18:50.129 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e4fae7b-45d7-4fb3-a8ce-892fc42ffc88'] response: {'name': 'network-changed', 'server_uuid': 'd036dc8e-6f13-4257-9ffd-356efa45ee15', 'tag': 'e9764664-8a03-48d4-9b0a-b7ca1a7ec18e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 995/1952] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:18:50 2026] GET /v2.0/floatingips/276376c1-a133-4d6f-8cce-3e9861dbd95e => generated 856 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1953] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:18:50 2026] GET /v2.0/ports?tenant_id=51115d25c79e4a2f99c6eceea96a2482&device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => 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: 996/1954] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:18:50 2026] GET /v2.0/networks?id=039eccb9-3a2e-454f-b8e8-5a0c8dbf83be => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1955] 162.253.55.222 () {34 vars in 1057 bytes} [Fri Jul 31 01:18:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e9764664-8a03-48d4-9b0a-b7ca1a7ec18e => generated 859 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1956] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:18:50 2026] GET /v2.0/subnets?id=20ea720a-0ccf-4fca-acd9-f52adaac53fc => generated 677 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1957] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:18:50 2026] GET /v2.0/ports?network_id=039eccb9-3a2e-454f-b8e8-5a0c8dbf83be&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: 8|app: 0|req: 999/1958] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:18:50 2026] GET /v2.0/networks/039eccb9-3a2e-454f-b8e8-5a0c8dbf83be?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1959] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:18:50 2026] GET /v2.0/networks/039eccb9-3a2e-454f-b8e8-5a0c8dbf83be?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: 1001/1960] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:18:51 2026] GET /v2.0/floatingips/276376c1-a133-4d6f-8cce-3e9861dbd95e => generated 856 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1961] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:50 2026] GET /v2.0/security-groups?tenant_id=d712e5221a3e409dbc142f7bb7762724&name=default => generated 2925 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1962] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:51 2026] DELETE /v2.0/security-groups/f15abe14-0e48-4446-a048-d3f54d94302f => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1963] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:51 2026] GET /v2.0/security-groups?tenant_id=e64d05c854c945b383036640bc2d1991&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: 1003/1964] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:51 2026] DELETE /v2.0/security-groups/133fc486-cc08-433d-86b5-249fe7b157dc => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1965] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:18:52 2026] GET /v2.0/floatingips/276376c1-a133-4d6f-8cce-3e9861dbd95e => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1966] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:52 2026] GET /v2.0/security-groups?tenant_id=f755313b9b714bffb9a96e7ccc0d99a7&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: 963/1967] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:52 2026] DELETE /v2.0/security-groups/88b3b3ab-9ac0-4e36-b7d0-711406d204cd => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:18:52.545 8 INFO neutron.db.segments_db [None req-187be625-57be-4e4d-b373-0320d74fe25f a55ef594b8114eed93e1c438938cb5b4 d7f915c52f9c41268c6a42cefc39ac8c - - default default] Added segment 65672730-2001-4011-9658-de17e7d1ac2f of type vxlan for network 5bd58c31-f785-4fd3-b1e0-df65be364350 [pid: 8|app: 0|req: 1005/1968] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:18:52 2026] POST /v2.0/networks => generated 708 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1969] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:18:52 2026] POST /v2.0/subnets => generated 644 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:18:53.048 8 WARNING neutron.api.v2.base [None req-2146c373-4ca0-48f3-b948-28b28fc445a7 a55ef594b8114eed93e1c438938cb5b4 d7f915c52f9c41268c6a42cefc39ac8c - - 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-07-31 01:18:53.048 8 INFO neutron.api.v2.resource [None req-2146c373-4ca0-48f3-b948-28b28fc445a7 a55ef594b8114eed93e1c438938cb5b4 d7f915c52f9c41268c6a42cefc39ac8c - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1006/1970] 10.0.0.229 () {34 vars in 678 bytes} [Fri Jul 31 01:18:53 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-07-31 01:18:53.245 7 INFO neutron.services.segments.plugin [-] Segment 65672730-2001-4011-9658-de17e7d1ac2f resource provider aggregate not found 2026-07-31 01:18:53.246 7 INFO neutron.services.segments.plugin [-] Segment 65672730-2001-4011-9658-de17e7d1ac2f resource provider aggregate not found 2026-07-31 01:18:53.269 7 INFO neutron.services.segments.plugin [-] Segment 65672730-2001-4011-9658-de17e7d1ac2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65672730-2001-4011-9658-de17e7d1ac2f found for delete ", "request_id": "req-eb42f2ca-c55b-4fc1-98cf-16ecdc7a7f71"}]} 2026-07-31 01:18:53.271 7 INFO neutron.services.segments.plugin [-] Segment 65672730-2001-4011-9658-de17e7d1ac2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65672730-2001-4011-9658-de17e7d1ac2f found for delete ", "request_id": "req-e36a0e00-fb25-4810-a7d8-706dfba9c360"}]} [pid: 7|app: 0|req: 965/1971] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:18:53 2026] DELETE /v2.0/networks/5bd58c31-f785-4fd3-b1e0-df65be364350 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:18:53.378 8 INFO neutron.db.segments_db [None req-6d6797f9-5090-4681-8ef8-fe57bb233c68 a55ef594b8114eed93e1c438938cb5b4 d7f915c52f9c41268c6a42cefc39ac8c - - default default] Added segment 7d66ed42-d92d-49d4-9d13-a4c76d1d3f96 of type vxlan for network 5394c074-d9f3-4d2a-a77d-aa7804966b6e [pid: 8|app: 0|req: 1007/1972] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:18:53 2026] POST /v2.0/networks => generated 708 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:18:53.732 7 INFO neutron.db.segments_db [None req-beae6b2f-1e7a-4d55-90a0-14a6a858e3cf d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] Added segment d42c6a19-7146-49ca-8ca2-8ef593b9127d of type vxlan for network 46abe55b-e46b-4fa0-bdb2-9912001abe1e [pid: 8|app: 0|req: 1008/1973] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:18:53 2026] POST /v2.0/subnets => generated 647 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:18:53.853 8 WARNING neutron.api.v2.base [None req-664d7b3e-563e-4894-af0d-b2cddda9dccb a55ef594b8114eed93e1c438938cb5b4 d7f915c52f9c41268c6a42cefc39ac8c - - 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-07-31 01:18:53.853 8 INFO neutron.api.v2.resource [None req-664d7b3e-563e-4894-af0d-b2cddda9dccb a55ef594b8114eed93e1c438938cb5b4 d7f915c52f9c41268c6a42cefc39ac8c - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1009/1974] 10.0.0.229 () {34 vars in 678 bytes} [Fri Jul 31 01:18:53 2026] POST /v2.0/rbac-policies => generated 547 bytes in 13 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-31 01:18:54.129 8 INFO neutron.services.segments.plugin [-] Segment 7d66ed42-d92d-49d4-9d13-a4c76d1d3f96 resource provider aggregate not found 2026-07-31 01:18:54.152 8 INFO neutron.services.segments.plugin [-] Segment 7d66ed42-d92d-49d4-9d13-a4c76d1d3f96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d66ed42-d92d-49d4-9d13-a4c76d1d3f96 found for delete ", "request_id": "req-a8974196-8962-4737-82f7-0687a522d8a3"}]} 2026-07-31 01:18:54.154 8 INFO neutron.services.segments.plugin [-] Segment 7d66ed42-d92d-49d4-9d13-a4c76d1d3f96 resource provider aggregate not found 2026-07-31 01:18:54.177 8 INFO neutron.services.segments.plugin [-] Segment 7d66ed42-d92d-49d4-9d13-a4c76d1d3f96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d66ed42-d92d-49d4-9d13-a4c76d1d3f96 found for delete ", "request_id": "req-307a13fa-6014-4ba4-9eb6-ba931e1ffe35"}]} 2026-07-31 01:18:54.195 7 INFO neutron.db.l3_hamode_db [None req-beae6b2f-1e7a-4d55-90a0-14a6a858e3cf d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1010/1975] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:18:53 2026] DELETE /v2.0/networks/5394c074-d9f3-4d2a-a77d-aa7804966b6e => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:18:54.291 8 INFO neutron.db.segments_db [None req-d9e72282-290c-403a-b63e-2955a0b5cc91 a55ef594b8114eed93e1c438938cb5b4 d7f915c52f9c41268c6a42cefc39ac8c - - default default] Added segment fe3d029a-9361-46d9-bf51-4ae41a19e5d9 of type vxlan for network 0f70d976-e587-4f2c-bd9f-768a1b8377d2 2026-07-31 01:18:54.393 7 INFO neutron.db.l3_hamode_db [None req-beae6b2f-1e7a-4d55-90a0-14a6a858e3cf d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1011/1976] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:18:54 2026] POST /v2.0/networks => generated 706 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1977] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:18:54 2026] POST /v2.0/subnets => generated 647 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1978] 10.0.0.229 () {34 vars in 678 bytes} [Fri Jul 31 01:18:54 2026] POST /v2.0/rbac-policies => generated 324 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1979] 10.0.0.229 () {34 vars in 665 bytes} [Fri Jul 31 01:18:53 2026] POST /v2.0/routers => generated 474 bytes in 1687 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:18:55.266 8 INFO neutron.db.l3_hamode_db [None req-4f452720-088f-48fa-9a96-23440b510c61 d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:18:55.419 8 INFO neutron.db.l3_hamode_db [None req-4f452720-088f-48fa-9a96-23440b510c61 d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 967/1980] 10.0.0.229 () {32 vars in 720 bytes} [Fri Jul 31 01:18:55 2026] GET /v2.0/networks/0f70d976-e587-4f2c-bd9f-768a1b8377d2 => generated 653 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:18:56.214 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a3c70ac-7b77-4e18-b3c0-ca23839eefee 29336911956e4fb3b1763d27b7fb4caf 2781d08eb257405c94ff0bd61c4b712c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1014/1981] 10.0.0.229 () {34 vars in 665 bytes} [Fri Jul 31 01:18:55 2026] POST /v2.0/routers => generated 474 bytes in 1040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1982] 10.0.0.229 () {32 vars in 720 bytes} [Fri Jul 31 01:18:56 2026] GET /v2.0/networks/0f70d976-e587-4f2c-bd9f-768a1b8377d2 => generated 138 bytes in 202 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:18:56.289 8 INFO neutron.db.l3_hamode_db [None req-ec386413-e8be-4d18-a936-f2139a20f249 d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:18:56.362 7 INFO neutron_taas.services.taas.taas_plugin [None req-7167a865-1649-4056-89e1-408105337f8d a55ef594b8114eed93e1c438938cb5b4 d7f915c52f9c41268c6a42cefc39ac8c - - default default] TaaS: Handle Delete Port: 9eea0442-bfa9-4f59-aec3-36b743a382d3 2026-07-31 01:18:56.365 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7167a865-1649-4056-89e1-408105337f8d a55ef594b8114eed93e1c438938cb5b4 d7f915c52f9c41268c6a42cefc39ac8c - - default default] Tap Mirror: Handle Delete Port: 9eea0442-bfa9-4f59-aec3-36b743a382d3 2026-07-31 01:18:56.437 8 INFO neutron.db.l3_hamode_db [None req-ec386413-e8be-4d18-a936-f2139a20f249 d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:18:56.732 7 INFO neutron.services.segments.plugin [-] Segment fe3d029a-9361-46d9-bf51-4ae41a19e5d9 resource provider aggregate not found 2026-07-31 01:18:56.741 7 INFO neutron.services.segments.plugin [-] Segment fe3d029a-9361-46d9-bf51-4ae41a19e5d9 resource provider aggregate not found 2026-07-31 01:18:56.753 7 INFO neutron.services.segments.plugin [-] Segment fe3d029a-9361-46d9-bf51-4ae41a19e5d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe3d029a-9361-46d9-bf51-4ae41a19e5d9 found for delete ", "request_id": "req-c834ba9d-1f0b-4878-9572-d30d77005c16"}]} 2026-07-31 01:18:56.761 7 INFO neutron.services.segments.plugin [-] Segment fe3d029a-9361-46d9-bf51-4ae41a19e5d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe3d029a-9361-46d9-bf51-4ae41a19e5d9 found for delete ", "request_id": "req-6fb6a9d4-070b-4d7d-94aa-e276f510d46d"}]} [pid: 7|app: 0|req: 969/1983] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:18:56 2026] DELETE /v2.0/networks/0f70d976-e587-4f2c-bd9f-768a1b8377d2 => generated 0 bytes in 576 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:18:56.819 7 INFO neutron.pecan_wsgi.hooks.translation [None req-22d9ec12-bafb-40ca-bde0-2b2532f15454 a55ef594b8114eed93e1c438938cb5b4 d7f915c52f9c41268c6a42cefc39ac8c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 970/1984] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:56 2026] DELETE /v2.0/subnets/fb722ddc-2d81-4cdc-8b6e-06e65a8b78c8 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:18:56.844 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f1224c4b-968f-43d9-8311-e6640f433ba3 a55ef594b8114eed93e1c438938cb5b4 d7f915c52f9c41268c6a42cefc39ac8c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 971/1985] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:56 2026] DELETE /v2.0/subnets/982e3585-692c-4c23-a8bd-c99e287d596e => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:18:56.863 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6c0aaa16-e0b5-42c5-84cf-da9af9885883 a55ef594b8114eed93e1c438938cb5b4 d7f915c52f9c41268c6a42cefc39ac8c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 972/1986] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:18:56 2026] DELETE /v2.0/subnets/7001ccda-49d6-4976-a9f8-793278598c4d => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1987] 10.0.0.229 () {34 vars in 665 bytes} [Fri Jul 31 01:18:56 2026] POST /v2.0/routers => generated 474 bytes in 1086 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:18:57.381 8 INFO neutron.db.l3_hamode_db [None req-ac1f392d-49d6-423a-8270-c967dfaf30da d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 973/1988] 10.0.0.229 () {34 vars in 681 bytes} [Fri Jul 31 01:18:57 2026] POST /v2.0/security-groups => generated 1601 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-31 01:18:57.532 8 INFO neutron.db.l3_hamode_db [None req-ac1f392d-49d6-423a-8270-c967dfaf30da d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 974/1989] 10.0.0.229 () {34 vars in 681 bytes} [Fri Jul 31 01:18:57 2026] POST /v2.0/security-groups => generated 1601 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1990] 10.0.0.229 () {34 vars in 681 bytes} [Fri Jul 31 01:18:57 2026] POST /v2.0/security-groups => generated 1601 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1991] 10.0.0.229 () {34 vars in 681 bytes} [Fri Jul 31 01:18:57 2026] POST /v2.0/security-groups => generated 1601 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1992] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:58 2026] GET /v2.0/security-groups?tenant_id=d7f915c52f9c41268c6a42cefc39ac8c&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: 978/1993] 10.0.0.229 () {34 vars in 681 bytes} [Fri Jul 31 01:18:58 2026] POST /v2.0/security-groups => generated 1601 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1994] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:58 2026] DELETE /v2.0/security-groups/1237e367-6323-4ea2-8e85-b71b7c1a79d8 => 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: 980/1995] 10.0.0.229 () {34 vars in 764 bytes} [Fri Jul 31 01:18:58 2026] PUT /v2.0/security-groups/b994d99a-f640-4654-861e-03794fbf458d/tags => generated 17 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1996] 10.0.0.229 () {34 vars in 665 bytes} [Fri Jul 31 01:18:57 2026] POST /v2.0/routers => generated 474 bytes in 1474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1997] 10.0.0.229 () {34 vars in 764 bytes} [Fri Jul 31 01:18:58 2026] PUT /v2.0/security-groups/af01696a-96dc-4a79-ab56-853dbd4039a9/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:18:58.878 8 INFO neutron.db.l3_hamode_db [None req-fa7d6948-3fd2-4009-bc0a-1905aaab0b72 d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 982/1998] 10.0.0.229 () {34 vars in 764 bytes} [Fri Jul 31 01:18:58 2026] PUT /v2.0/security-groups/a098fa3e-0bc8-40af-9641-da4a69d51cf7/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:18:59.043 8 INFO neutron.db.l3_hamode_db [None req-fa7d6948-3fd2-4009-bc0a-1905aaab0b72 d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 983/1999] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:58 2026] GET /v2.0/security-groups?tenant_id=ef65f700eba94dfc9a702f0e68f405e3&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2000] 10.0.0.229 () {34 vars in 764 bytes} [Fri Jul 31 01:18:59 2026] PUT /v2.0/security-groups/2283db20-4ded-4ef3-95e0-a6603285213f/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2001] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:59 2026] DELETE /v2.0/security-groups/67ab23ad-1eec-46ba-a772-74210938b6d4 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2002] 10.0.0.229 () {32 vars in 677 bytes} [Fri Jul 31 01:18:59 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2003] 10.0.0.229 () {32 vars in 691 bytes} [Fri Jul 31 01:18:59 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2004] 10.0.0.229 () {32 vars in 687 bytes} [Fri Jul 31 01:18:59 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2005] 10.0.0.229 () {32 vars in 699 bytes} [Fri Jul 31 01:18:59 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2006] 10.0.0.229 () {32 vars in 685 bytes} [Fri Jul 31 01:18:59 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2007] 10.0.0.229 () {32 vars in 699 bytes} [Fri Jul 31 01:18:59 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2008] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:18:59 2026] GET /v2.0/security-groups?tenant_id=2781d08eb257405c94ff0bd61c4b712c&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2009] 10.0.0.229 () {32 vars in 695 bytes} [Fri Jul 31 01:18:59 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2010] 10.0.0.101 () {34 vars in 987 bytes} [Fri Jul 31 01:18:59 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => 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: 1017/2011] 10.0.0.229 () {34 vars in 665 bytes} [Fri Jul 31 01:18:58 2026] POST /v2.0/routers => generated 474 bytes in 1086 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2012] 10.0.0.229 () {32 vars in 707 bytes} [Fri Jul 31 01:18:59 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2013] 10.0.0.101 () {34 vars in 1037 bytes} [Fri Jul 31 01:18:59 2026] GET /v2.0/security-groups?id=5d8cc324-bca6-4541-b122-492c8cd2fc24&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2014] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:18:59 2026] DELETE /v2.0/security-groups/0da9cc9e-0f05-4e73-b44f-36a05c621bff => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2015] 10.0.0.229 () {34 vars in 748 bytes} [Fri Jul 31 01:18:59 2026] PUT /v2.0/routers/500ce705-2071-4de3-ac5e-058b7b21ff56/tags => generated 17 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2016] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:00 2026] DELETE /v2.0/security-groups/b994d99a-f640-4654-861e-03794fbf458d => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2017] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:00 2026] DELETE /v2.0/security-groups/af01696a-96dc-4a79-ab56-853dbd4039a9 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2018] 10.0.0.229 () {34 vars in 748 bytes} [Fri Jul 31 01:19:00 2026] PUT /v2.0/routers/12facc2d-869c-4acc-9eeb-0998d8f7704c/tags => generated 25 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2019] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:00 2026] DELETE /v2.0/security-groups/a098fa3e-0bc8-40af-9641-da4a69d51cf7 => 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: 1022/2020] 10.0.0.229 () {34 vars in 748 bytes} [Fri Jul 31 01:19:00 2026] PUT /v2.0/routers/9e36ff47-a1e8-480c-8f8d-681bcc0a93ab/tags => generated 34 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2021] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:00 2026] DELETE /v2.0/security-groups/2283db20-4ded-4ef3-95e0-a6603285213f => 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: 1023/2022] 10.0.0.229 () {34 vars in 748 bytes} [Fri Jul 31 01:19:00 2026] PUT /v2.0/routers/1baaa0d8-a174-4198-9fdf-37a9b7da50fa/tags => generated 19 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2023] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:00 2026] DELETE /v2.0/security-groups/9171a451-f468-4b69-8297-673eeef14d35 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2024] 10.0.0.229 () {32 vars in 661 bytes} [Fri Jul 31 01:19:00 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2025] 10.0.0.229 () {32 vars in 675 bytes} [Fri Jul 31 01:19:00 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2026] 10.0.0.229 () {32 vars in 671 bytes} [Fri Jul 31 01:19:00 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2027] 10.0.0.229 () {32 vars in 683 bytes} [Fri Jul 31 01:19:00 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2028] 10.0.0.229 () {32 vars in 669 bytes} [Fri Jul 31 01:19:00 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2029] 10.0.0.229 () {32 vars in 683 bytes} [Fri Jul 31 01:19:00 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2030] 10.0.0.229 () {32 vars in 679 bytes} [Fri Jul 31 01:19:01 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2031] 10.0.0.229 () {32 vars in 691 bytes} [Fri Jul 31 01:19:01 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2032] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:19:01 2026] GET /v2.0/routers/500ce705-2071-4de3-ac5e-058b7b21ff56 => generated 485 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2033] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:01 2026] GET /v2.0/security-groups?tenant_id=3c8cef3bb98d41418f4fe43a0e4aceea&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2034] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:01 2026] DELETE /v2.0/security-groups/3ac5bce0-91c2-4813-98e2-d63304d55fb6 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2035] 10.0.0.229 () {34 vars in 739 bytes} [Fri Jul 31 01:19:01 2026] PUT /v2.0/routers/500ce705-2071-4de3-ac5e-058b7b21ff56 => generated 485 bytes in 550 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2036] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:19:02 2026] GET /v2.0/ports?device_id=500ce705-2071-4de3-ac5e-058b7b21ff56 => 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: 1006/2037] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:02 2026] GET /v2.0/security-groups?tenant_id=8977562124ab406cb82f3ed3850a1748&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:19:02.464 8 INFO neutron_taas.services.taas.taas_plugin [None req-d00156de-6c60-4e0e-a738-b6d6dd37e52c d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] TaaS: Handle Delete Port: bd0d075d-da32-499f-9182-b34af7804a09 2026-07-31 01:19:02.468 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d00156de-6c60-4e0e-a738-b6d6dd37e52c d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] Tap Mirror: Handle Delete Port: bd0d075d-da32-499f-9182-b34af7804a09 [pid: 7|app: 0|req: 1007/2038] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:02 2026] DELETE /v2.0/security-groups/fb96c9c8-f939-4bbd-bfde-8a40d0c318bc => 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: 1008/2039] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:02 2026] GET /v2.0/security-groups?tenant_id=7282e2830bd7476799fb6cfbeca86223&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2040] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:19:02 2026] DELETE /v2.0/routers/500ce705-2071-4de3-ac5e-058b7b21ff56 => generated 0 bytes in 413 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2041] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:19:02 2026] GET /v2.0/routers/12facc2d-869c-4acc-9eeb-0998d8f7704c => generated 493 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2042] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:02 2026] DELETE /v2.0/security-groups/aa867369-b6e7-49a1-8b51-f197149dbe49 => 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: 1034/2045] 10.0.0.229 () {34 vars in 739 bytes} [Fri Jul 31 01:19:02 2026] PUT /v2.0/routers/12facc2d-869c-4acc-9eeb-0998d8f7704c => generated 493 bytes in 566 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2046] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:19:03 2026] GET /v2.0/ports?device_id=12facc2d-869c-4acc-9eeb-0998d8f7704c => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:03.529 8 INFO neutron_taas.services.taas.taas_plugin [None req-f966b4cc-cbb0-4eba-b902-ecc58a164f81 d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] TaaS: Handle Delete Port: 011a0c33-8089-43f6-b358-164a0cccc930 2026-07-31 01:19:03.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f966b4cc-cbb0-4eba-b902-ecc58a164f81 d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] Tap Mirror: Handle Delete Port: 011a0c33-8089-43f6-b358-164a0cccc930 [pid: 8|app: 0|req: 1035/2047] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:19:03 2026] DELETE /v2.0/routers/12facc2d-869c-4acc-9eeb-0998d8f7704c => generated 0 bytes in 379 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2048] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:19:03 2026] GET /v2.0/routers/9e36ff47-a1e8-480c-8f8d-681bcc0a93ab => generated 502 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2049] 10.0.0.229 () {34 vars in 739 bytes} [Fri Jul 31 01:19:03 2026] PUT /v2.0/routers/9e36ff47-a1e8-480c-8f8d-681bcc0a93ab => generated 502 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2050] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:19:04 2026] GET /v2.0/ports?device_id=9e36ff47-a1e8-480c-8f8d-681bcc0a93ab => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:04.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf9b3089-6d13-488f-977f-f82eaad7d633 d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] TaaS: Handle Delete Port: 17502f5d-f8a1-43a1-8f8d-30d3f7bea415 2026-07-31 01:19:04.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf9b3089-6d13-488f-977f-f82eaad7d633 d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] Tap Mirror: Handle Delete Port: 17502f5d-f8a1-43a1-8f8d-30d3f7bea415 [pid: 8|app: 0|req: 1037/2051] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:19:04 2026] DELETE /v2.0/routers/9e36ff47-a1e8-480c-8f8d-681bcc0a93ab => generated 0 bytes in 394 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2052] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:19:04 2026] GET /v2.0/routers/1baaa0d8-a174-4198-9fdf-37a9b7da50fa => generated 487 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2053] 10.0.0.229 () {34 vars in 675 bytes} [Fri Jul 31 01:19:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2054] 10.0.0.229 () {34 vars in 675 bytes} [Fri Jul 31 01:19:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2055] 10.0.0.229 () {34 vars in 675 bytes} [Fri Jul 31 01:19:05 2026] POST /v2.0/qos/policies => generated 359 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2056] 10.0.0.229 () {34 vars in 675 bytes} [Fri Jul 31 01:19:05 2026] POST /v2.0/qos/policies => generated 359 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2057] 10.0.0.229 () {34 vars in 675 bytes} [Fri Jul 31 01:19:05 2026] POST /v2.0/qos/policies => generated 359 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2058] 10.0.0.229 () {34 vars in 750 bytes} [Fri Jul 31 01:19:05 2026] PUT /v2.0/policies/d67f459c-04e3-4303-bd88-8af3a3872449/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2059] 10.0.0.229 () {34 vars in 750 bytes} [Fri Jul 31 01:19:05 2026] PUT /v2.0/policies/5bbe5486-545f-4853-b4c0-02bab1839180/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2060] 10.0.0.229 () {34 vars in 739 bytes} [Fri Jul 31 01:19:04 2026] PUT /v2.0/routers/1baaa0d8-a174-4198-9fdf-37a9b7da50fa => generated 487 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2061] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:19:05 2026] GET /v2.0/ports?device_id=1baaa0d8-a174-4198-9fdf-37a9b7da50fa => 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: 1022/2062] 10.0.0.229 () {34 vars in 750 bytes} [Fri Jul 31 01:19:05 2026] PUT /v2.0/policies/a742d829-841e-43ce-b2ef-fe8fdf89bfb7/tags => generated 34 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2063] 10.0.0.229 () {34 vars in 750 bytes} [Fri Jul 31 01:19:05 2026] PUT /v2.0/policies/96666800-bf2d-4ec5-ad03-5c7e5eb8d359/tags => generated 19 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:05.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-a251d09f-a582-4e9b-bcc6-8d5e57748ea4 d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] TaaS: Handle Delete Port: a8e323b2-dffa-448f-b1f6-32d9d3fb7632 2026-07-31 01:19:05.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a251d09f-a582-4e9b-bcc6-8d5e57748ea4 d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] Tap Mirror: Handle Delete Port: a8e323b2-dffa-448f-b1f6-32d9d3fb7632 [pid: 8|app: 0|req: 1041/2064] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:19:05 2026] DELETE /v2.0/routers/1baaa0d8-a174-4198-9fdf-37a9b7da50fa => generated 0 bytes in 392 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2065] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:19:05 2026] GET /v2.0/routers/ea77bd0e-ded8-4e60-bfa0-6467691395ca => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2066] 10.0.0.229 () {32 vars in 671 bytes} [Fri Jul 31 01:19:05 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2067] 10.0.0.229 () {32 vars in 685 bytes} [Fri Jul 31 01:19:06 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2068] 10.0.0.229 () {32 vars in 681 bytes} [Fri Jul 31 01:19:06 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2069] 10.0.0.229 () {32 vars in 693 bytes} [Fri Jul 31 01:19:06 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2070] 10.0.0.229 () {34 vars in 739 bytes} [Fri Jul 31 01:19:05 2026] PUT /v2.0/routers/ea77bd0e-ded8-4e60-bfa0-6467691395ca => generated 480 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2071] 10.0.0.229 () {32 vars in 679 bytes} [Fri Jul 31 01:19:06 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2072] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:19:06 2026] GET /v2.0/ports?device_id=ea77bd0e-ded8-4e60-bfa0-6467691395ca => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2073] 10.0.0.229 () {32 vars in 693 bytes} [Fri Jul 31 01:19:06 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2074] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:19:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2075] 10.0.0.229 () {32 vars in 689 bytes} [Fri Jul 31 01:19:06 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:19:06.668 8 INFO neutron_taas.services.taas.taas_plugin [None req-401f8abc-ca24-4ea3-b18e-ec996954e6b7 d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] TaaS: Handle Delete Port: 8bc37a2e-affe-4696-b64a-f77b4a9ff5e9 2026-07-31 01:19:06.671 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-401f8abc-ca24-4ea3-b18e-ec996954e6b7 d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] Tap Mirror: Handle Delete Port: 8bc37a2e-affe-4696-b64a-f77b4a9ff5e9 [pid: 7|app: 0|req: 1031/2076] 10.0.0.229 () {34 vars in 756 bytes} [Fri Jul 31 01:19:06 2026] PUT /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/tags => generated 25 bytes in 76 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.229 () {32 vars in 701 bytes} [Fri Jul 31 01:19:06 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2078] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:19:06 2026] GET /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2079] 10.0.0.229 () {32 vars in 731 bytes} [Fri Jul 31 01:19:06 2026] DELETE /v2.0/qos/policies/d67f459c-04e3-4303-bd88-8af3a3872449 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2080] 10.0.0.229 () {34 vars in 767 bytes} [Fri Jul 31 01:19:06 2026] PUT /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2081] 10.0.0.229 () {32 vars in 731 bytes} [Fri Jul 31 01:19:06 2026] DELETE /v2.0/qos/policies/5bbe5486-545f-4853-b4c0-02bab1839180 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:19:07.057 8 INFO neutron.services.segments.plugin [-] Segment d42c6a19-7146-49ca-8ca2-8ef593b9127d resource provider aggregate not found [pid: 7|app: 0|req: 1037/2082] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:19:07 2026] GET /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:07.063 8 INFO neutron.services.segments.plugin [-] Segment d42c6a19-7146-49ca-8ca2-8ef593b9127d resource provider aggregate not found 2026-07-31 01:19:07.078 8 INFO neutron.services.segments.plugin [-] Segment d42c6a19-7146-49ca-8ca2-8ef593b9127d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d42c6a19-7146-49ca-8ca2-8ef593b9127d found for delete ", "request_id": "req-80664d2c-8a7a-4393-9530-62dc7a2345d7"}]} 2026-07-31 01:19:07.081 8 INFO neutron.services.segments.plugin [-] Segment d42c6a19-7146-49ca-8ca2-8ef593b9127d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d42c6a19-7146-49ca-8ca2-8ef593b9127d found for delete ", "request_id": "req-fd1cabe6-fbae-46a9-93ec-3b5f4ca174b6"}]} 2026-07-31 01:19:07.120 8 INFO neutron.db.l3_hamode_db [None req-401f8abc-ca24-4ea3-b18e-ec996954e6b7 d545ea6eb1ae4f5a963117237adafaee 1cea158b6cfb4b5d94ef6a65ff253a09 - - default default] HA network 46abe55b-e46b-4fa0-bdb2-9912001abe1e was deleted as no HA routers are present in tenant 1cea158b6cfb4b5d94ef6a65ff253a09. [pid: 8|app: 0|req: 1046/2083] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:19:06 2026] DELETE /v2.0/routers/ea77bd0e-ded8-4e60-bfa0-6467691395ca => generated 0 bytes in 591 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2084] 10.0.0.229 () {32 vars in 731 bytes} [Fri Jul 31 01:19:07 2026] DELETE /v2.0/qos/policies/a742d829-841e-43ce-b2ef-fe8fdf89bfb7 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2085] 10.0.0.229 () {34 vars in 763 bytes} [Fri Jul 31 01:19:07 2026] PUT /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2086] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:19:07 2026] GET /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2087] 10.0.0.229 () {32 vars in 731 bytes} [Fri Jul 31 01:19:07 2026] DELETE /v2.0/qos/policies/96666800-bf2d-4ec5-ad03-5c7e5eb8d359 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2088] 10.0.0.229 () {34 vars in 785 bytes} [Fri Jul 31 01:19:07 2026] PUT /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2089] 10.0.0.229 () {32 vars in 731 bytes} [Fri Jul 31 01:19:07 2026] DELETE /v2.0/qos/policies/915e563e-81b1-4f3a-a2b0-778c31cc5ff7 => 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: 1050/2090] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:19:07 2026] GET /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2091] 10.0.0.229 () {34 vars in 756 bytes} [Fri Jul 31 01:19:07 2026] PUT /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2092] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:19:07 2026] GET /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2093] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:19:07 2026] GET /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:19:07.503 8 INFO neutron.api.v2.resource [None req-4168da23-07d4-4805-a5b5-25ee622b4800 2be3f4479bf14af3b8ad6a11bf3738de a87ad10d144041a9a0ae5f12fa8fd506 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1052/2094] 10.0.0.229 () {32 vars in 748 bytes} [Fri Jul 31 01:19:07 2026] GET /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2095] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:19:07 2026] DELETE /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/tags/red => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2096] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:19:07 2026] GET /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:07.658 7 INFO neutron.api.v2.resource [None req-41b057a0-1062-43b8-ac39-020b35f9b441 2be3f4479bf14af3b8ad6a11bf3738de a87ad10d144041a9a0ae5f12fa8fd506 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1044/2097] 10.0.0.229 () {32 vars in 751 bytes} [Fri Jul 31 01:19:07 2026] DELETE /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2098] 10.0.0.229 () {32 vars in 739 bytes} [Fri Jul 31 01:19:07 2026] DELETE /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/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: 1045/2099] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:19:07 2026] GET /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331/tags => 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: 1055/2100] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:19:07 2026] DELETE /v2.0/subnetpools/7ca4790f-9abe-4b42-b1e2-5b956d110331 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2101] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:08 2026] GET /v2.0/security-groups?tenant_id=c96a43e779fd4208b2be70e51fc1d576&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2102] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:08 2026] DELETE /v2.0/security-groups/3fc5c367-50fd-4c4d-a6e2-3bf2cb15a3b1 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2103] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:08 2026] GET /v2.0/security-groups?tenant_id=89aea4d9a83345c49c769b231ea0cb6d&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2104] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:08 2026] DELETE /v2.0/security-groups/324d4c28-edf2-4033-8190-13b2e6a1ea8f => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2105] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:08 2026] GET /v2.0/security-groups?tenant_id=bb6a107d24e0414e95b358bbf972b11a&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2106] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:08 2026] DELETE /v2.0/security-groups/8fdeabd8-0d74-425e-a7f3-85cb33586896 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2107] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:08 2026] GET /v2.0/security-groups?tenant_id=1cea158b6cfb4b5d94ef6a65ff253a09&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2108] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:09 2026] DELETE /v2.0/security-groups/a120e30d-ead5-4bff-9370-bfc18d079c3d => 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: 1050/2109] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:09 2026] GET /v2.0/security-groups?tenant_id=515bc3849f564bf09f794e2821896574&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2110] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:09 2026] DELETE /v2.0/security-groups/86f758aa-a86d-4dbe-8e3d-a95fe85e154f => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2111] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:09 2026] GET /v2.0/security-groups?tenant_id=a87ad10d144041a9a0ae5f12fa8fd506&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2112] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:09 2026] DELETE /v2.0/security-groups/25892850-43d9-4e12-be96-9efc0d030651 => 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: 1053/2113] 10.0.0.229 () {32 vars in 823 bytes} [Fri Jul 31 01:19:09 2026] GET /v2.0/ports?project_id=51115d25c79e4a2f99c6eceea96a2482&network_id=039eccb9-3a2e-454f-b8e8-5a0c8dbf83be => generated 3695 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2114] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:09 2026] GET /v2.0/security-groups?tenant_id=b510e46906894299b6ab4b0aee082441&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2115] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:09 2026] DELETE /v2.0/security-groups/dd2316a1-bad7-48b2-8ed4-0582e7fd9f81 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2116] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:09 2026] GET /v2.0/security-groups?tenant_id=f9b407ee01474216bb5014763ff4adec&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2117] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:09 2026] DELETE /v2.0/security-groups/0e215d95-b29b-4e0c-815e-cff261d000cd => generated 0 bytes in 170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2118] 10.0.0.229 () {32 vars in 739 bytes} [Fri Jul 31 01:19:09 2026] GET /v2.0/subnets?network_id=960339cd-c3dd-45ef-b274-be260b55e2ad => generated 667 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:19:10.389 8 INFO neutron.db.l3_db [None req-18e507cc-f303-4e1d-8529-9854545e7843 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Floating IP 276376c1-a133-4d6f-8cce-3e9861dbd95e disassociated. External IP: 10.96.250.207, port: e9764664-8a03-48d4-9b0a-b7ca1a7ec18e. [pid: 8|app: 0|req: 1064/2119] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:19:10 2026] PUT /v2.0/floatingips/276376c1-a133-4d6f-8cce-3e9861dbd95e => generated 554 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2120] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:19:10 2026] GET /v2.0/floatingips/276376c1-a133-4d6f-8cce-3e9861dbd95e => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:19:10.755 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9d25ebc-688a-482e-bc89-554d61742044'] response: {'name': 'network-changed', 'server_uuid': 'd036dc8e-6f13-4257-9ffd-356efa45ee15', 'tag': 'e9764664-8a03-48d4-9b0a-b7ca1a7ec18e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1065/2121] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:19:11 2026] GET /v2.0/ports?tenant_id=51115d25c79e4a2f99c6eceea96a2482&device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2122] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:19:11 2026] GET /v2.0/networks?id=039eccb9-3a2e-454f-b8e8-5a0c8dbf83be => generated 757 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2123] 162.253.55.222 () {34 vars in 1057 bytes} [Fri Jul 31 01:19:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e9764664-8a03-48d4-9b0a-b7ca1a7ec18e => 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: 1058/2124] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:19:11 2026] GET /v2.0/subnets?id=20ea720a-0ccf-4fca-acd9-f52adaac53fc => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2125] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:19:11 2026] GET /v2.0/ports?network_id=039eccb9-3a2e-454f-b8e8-5a0c8dbf83be&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2126] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:19:11 2026] GET /v2.0/networks/039eccb9-3a2e-454f-b8e8-5a0c8dbf83be?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: 1068/2127] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:19:11 2026] GET /v2.0/networks/039eccb9-3a2e-454f-b8e8-5a0c8dbf83be?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2128] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:19:11 2026] GET /v2.0/floatingips/276376c1-a133-4d6f-8cce-3e9861dbd95e => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2129] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:19:12 2026] GET /v2.0/floatingips/276376c1-a133-4d6f-8cce-3e9861dbd95e => generated 552 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:19:13.526 7 INFO neutron.db.segments_db [None req-25b2f271-c1e5-44e4-9f3d-3475610a5c29 eddb17c713da4517bd3267d1dc481963 c270019b96134a7db9334df234825958 - - default default] Added segment e167f61f-c35c-4188-b89a-ba2682dd17db of type vxlan for network 87823d14-4fa8-4177-8bb8-8aa09388ef31 [pid: 7|app: 0|req: 1061/2130] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:19:13 2026] POST /v2.0/networks => generated 613 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2131] 10.0.0.229 () {34 vars in 661 bytes} [Fri Jul 31 01:19:13 2026] POST /v2.0/ports => generated 743 bytes in 463 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: 1062/2132] 10.0.0.229 () {34 vars in 682 bytes} [Fri Jul 31 01:19:13 2026] POST /v2.0/security-groups => generated 1673 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2133] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:19:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2134] 10.0.0.229 () {34 vars in 663 bytes} [Fri Jul 31 01:19:14 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) [pid: 8|app: 0|req: 1072/2135] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:19:14 2026] PUT /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2136] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:19:14 2026] GET /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/tags => generated 25 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2137] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:19:14 2026] POST /v2.0/security-group-rules => generated 596 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2138] 10.0.0.229 () {34 vars in 757 bytes} [Fri Jul 31 01:19:14 2026] PUT /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/tags/green => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2139] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:19:14 2026] GET /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2140] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:19:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2141] 10.0.0.229 () {34 vars in 753 bytes} [Fri Jul 31 01:19:14 2026] PUT /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/tags/red => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-31 01:19:14.945 8 INFO neutron.db.segments_db [None req-ea470bfe-0e74-4cf6-ac73-3e2b361d0832 cd4dab5e893046f9b97cc7c979a28d73 eb53f1b2ef7842e1ba7b91c1af2bbef6 - - default default] Added segment 772bd479-c970-411c-8b08-0d7974ee58fa of type vxlan for network c4dfafad-58b3-4a45-bc4f-d8d4f1154728 [pid: 8|app: 0|req: 1076/2142] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:19:14 2026] POST /v2.0/networks => generated 612 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:19:15.154 7 INFO neutron.db.segments_db [None req-5abab570-4175-47f4-a2b0-a5c01c4004f1 90d3fdc23a2b43f7916e668a81361936 ef57c15efc514cfca4ab2273ef7c403b - - default default] Added segment 62f95f7f-9a63-4a78-9db7-aea505c01437 of type vxlan for network 43ec1d17-657d-4bc4-95fd-01297b529d42 [pid: 7|app: 0|req: 1067/2143] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:19:14 2026] POST /v2.0/networks => generated 612 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2144] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:19:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2145] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:19:15 2026] GET /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2146] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:19:15 2026] POST /v2.0/subnets => generated 626 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2147] 10.0.0.229 () {34 vars in 661 bytes} [Fri Jul 31 01:19:15 2026] POST /v2.0/ports => generated 743 bytes in 440 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-07-31 01:19:15.758 7 INFO neutron.db.securitygroups_db [None req-a66d381d-6078-4d7b-aa59-a54a3ee4daa3 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Project 51115d25c79e4a2f99c6eceea96a2482 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: 1079/2148] 10.0.0.229 () {34 vars in 775 bytes} [Fri Jul 31 01:19:15 2026] PUT /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-07-31 01:19:15.915 8 INFO neutron.db.segments_db [None req-65b1c3c9-184c-467e-854b-bb1e6be47663 90d3fdc23a2b43f7916e668a81361936 ef57c15efc514cfca4ab2273ef7c403b - - default default] Added segment 592555e7-e01c-4a4e-8750-4f59d6256a3a of type vxlan for network 5261af5a-5d56-4d2f-8779-f2d8f65d6c85 [pid: 7|app: 0|req: 1070/2149] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:19:15 2026] POST /v2.0/security-group-rules => generated 607 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2150] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:19:15 2026] POST /v2.0/networks => generated 612 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2151] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:19:16 2026] GET /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/tags => generated 52 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:16.160 8 INFO neutron.db.securitygroups_db [None req-4de5cda2-1269-4aa6-afb4-06837268f5ab 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Project 51115d25c79e4a2f99c6eceea96a2482 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: 1071/2152] 10.0.0.229 () {34 vars in 663 bytes} [Fri Jul 31 01:19:15 2026] POST /v2.0/trunks => generated 407 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2153] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:19:16 2026] POST /v2.0/security-group-rules => generated 606 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2154] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:19:16 2026] PUT /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:16.425 8 INFO neutron.db.segments_db [None req-e85f4816-edf6-44c8-bd03-832d4cb308f1 cd4dab5e893046f9b97cc7c979a28d73 eb53f1b2ef7842e1ba7b91c1af2bbef6 - - default default] Added segment 792830ed-3d42-4679-92cb-d42ede2beb9b of type vxlan for network 6299d9fa-1cf9-4a51-8fe4-43b625422cdb [pid: 7|app: 0|req: 1072/2155] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:19:16 2026] POST /v2.0/subnets => generated 629 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2156] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:19:16 2026] POST /v2.0/networks => generated 611 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2157] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:19:16 2026] GET /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:16.682 8 INFO neutron.db.segments_db [None req-1bcc95c5-3921-41f4-8c4f-f69529eb908b 90d3fdc23a2b43f7916e668a81361936 ef57c15efc514cfca4ab2273ef7c403b - - default default] Added segment f58d912f-35c9-4970-8783-df62fe37f6dd of type vxlan for network fb69ce7b-e08d-44c2-8f57-e3c5356bb8a1 [pid: 8|app: 0|req: 1085/2158] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:19:16 2026] POST /v2.0/networks => generated 613 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2159] 10.0.0.229 () {32 vars in 734 bytes} [Fri Jul 31 01:19:16 2026] GET /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/tags/red => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2160] 10.0.0.229 () {32 vars in 646 bytes} [Fri Jul 31 01:19:16 2026] GET /v2.0/networks => generated 1298 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2161] 10.0.0.229 () {34 vars in 661 bytes} [Fri Jul 31 01:19:16 2026] POST /v2.0/ports => generated 743 bytes in 447 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-07-31 01:19:17.080 7 INFO neutron.api.v2.resource [None req-e8f0d546-a737-4204-8901-d646927ab659 eddb17c713da4517bd3267d1dc481963 c270019b96134a7db9334df234825958 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1075/2162] 10.0.0.229 () {32 vars in 738 bytes} [Fri Jul 31 01:19:17 2026] GET /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/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: 1076/2163] 10.0.0.236 () {34 vars in 1095 bytes} [Fri Jul 31 01:19:17 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-442883809&fields=id&tenant_id=51115d25c79e4a2f99c6eceea96a2482 => 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: 1088/2164] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:19:16 2026] POST /v2.0/subnets => generated 629 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2165] 10.0.0.229 () {34 vars in 663 bytes} [Fri Jul 31 01:19:17 2026] POST /v2.0/trunks => generated 407 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2166] 10.0.0.236 () {34 vars in 979 bytes} [Fri Jul 31 01:19:17 2026] GET /v2.0/networks?id=039eccb9-3a2e-454f-b8e8-5a0c8dbf83be => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2167] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:17 2026] DELETE /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/tags/red => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:19:17.457 7 INFO neutron.db.segments_db [None req-232cc18e-bbec-42a4-b9e9-dddd0938a1b4 90d3fdc23a2b43f7916e668a81361936 ef57c15efc514cfca4ab2273ef7c403b - - default default] Added segment b9ee9893-5e0e-4ef5-b691-ee2fbc53041f of type vxlan for network 6dcea799-d9eb-449d-bd2b-b726576d68ba 2026-07-31 01:19:17.470 8 INFO neutron.db.segments_db [None req-f6516c14-003d-4710-8bca-a8f33555daaa cd4dab5e893046f9b97cc7c979a28d73 eb53f1b2ef7842e1ba7b91c1af2bbef6 - - default default] Added segment 999b203d-bdbe-4a06-8b61-f7dd53821078 of type vxlan for network 031720a0-b15c-4577-b28d-3e43d1f1daf7 [pid: 7|app: 0|req: 1079/2168] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:19:17 2026] POST /v2.0/networks => generated 612 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2169] 10.0.0.236 () {34 vars in 962 bytes} [Fri Jul 31 01:19:17 2026] GET /v2.0/quotas/51115d25c79e4a2f99c6eceea96a2482 => 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: 1090/2170] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:19:17 2026] POST /v2.0/networks => generated 611 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2171] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:19:17 2026] GET /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2172] 10.0.0.236 () {34 vars in 999 bytes} [Fri Jul 31 01:19:17 2026] GET /v2.0/ports?tenant_id=51115d25c79e4a2f99c6eceea96a2482&fields=id => generated 149 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2173] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:19:17 2026] POST /v2.0/subnets => generated 629 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:19:18.133 8 INFO neutron.api.v2.resource [None req-cb310b86-beb3-4203-8729-ee7ae81f3113 eddb17c713da4517bd3267d1dc481963 c270019b96134a7db9334df234825958 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1092/2174] 10.0.0.229 () {32 vars in 741 bytes} [Fri Jul 31 01:19:18 2026] DELETE /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2175] 10.0.0.236 () {34 vars in 1005 bytes} [Fri Jul 31 01:19:18 2026] GET /v2.0/networks/039eccb9-3a2e-454f-b8e8-5a0c8dbf83be?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: 1083/2176] 10.0.0.229 () {34 vars in 661 bytes} [Fri Jul 31 01:19:17 2026] POST /v2.0/ports => generated 743 bytes in 469 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-07-31 01:19:18.273 8 INFO neutron.db.segments_db [None req-d55c61f6-1b88-4c14-be53-d4a5ef1aaaa5 90d3fdc23a2b43f7916e668a81361936 ef57c15efc514cfca4ab2273ef7c403b - - default default] Added segment 9b30ef9d-7b8a-491a-908f-275128983fe2 of type vxlan for network df0d1e96-3d9c-46e5-a083-5c84bca908e2 [pid: 7|app: 0|req: 1084/2177] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:19:18 2026] DELETE /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/tags => 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: 1085/2178] 10.0.0.236 () {34 vars in 1105 bytes} [Fri Jul 31 01:19:18 2026] GET /v2.0/networks/039eccb9-3a2e-454f-b8e8-5a0c8dbf83be?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2181] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:19:18 2026] POST /v2.0/networks => generated 612 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2182] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:19:18 2026] GET /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0/tags => 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: 1088/2183] 10.0.0.229 () {34 vars in 663 bytes} [Fri Jul 31 01:19:18 2026] POST /v2.0/trunks => generated 407 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2184] 10.0.0.229 () {32 vars in 716 bytes} [Fri Jul 31 01:19:18 2026] GET /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2185] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:18 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:18.689 7 INFO neutron.db.segments_db [None req-6ad4c07a-bedd-4535-ac3c-a431cfc8671f cd4dab5e893046f9b97cc7c979a28d73 eb53f1b2ef7842e1ba7b91c1af2bbef6 - - default default] Added segment d50c8fa4-6a07-4561-8eef-1bfb3ffbd954 of type vxlan for network dfcae601-bd9d-4b58-9124-6436d975b833 [pid: 8|app: 0|req: 1096/2186] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:19:18 2026] POST /v2.0/subnets => generated 629 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2187] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:19:18 2026] POST /v2.0/networks => generated 613 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2188] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:19:18 2026] GET /v2.0/ports/acd37cb0-5ef6-45de-a06a-6cddd8f265bf => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2189] 10.0.0.229 () {34 vars in 748 bytes} [Fri Jul 31 01:19:18 2026] PUT /v2.0/subnets/a3ef9079-c15c-4c74-ac1d-4c22a370b1be/tags => generated 17 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2190] 10.0.0.229 () {32 vars in 719 bytes} [Fri Jul 31 01:19:18 2026] DELETE /v2.0/trunks/979c6685-9f6e-464c-9472-2c8ce75232a0 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2191] 10.0.0.229 () {34 vars in 748 bytes} [Fri Jul 31 01:19:19 2026] PUT /v2.0/subnets/5f8b0961-cc0e-44e4-95d3-328f2cb38519/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:19.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-14e12d8d-7143-4653-ab31-cdfc368c8011 eddb17c713da4517bd3267d1dc481963 c270019b96134a7db9334df234825958 - - default default] TaaS: Handle Delete Port: acd37cb0-5ef6-45de-a06a-6cddd8f265bf 2026-07-31 01:19:19.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14e12d8d-7143-4653-ab31-cdfc368c8011 eddb17c713da4517bd3267d1dc481963 c270019b96134a7db9334df234825958 - - default default] Tap Mirror: Handle Delete Port: acd37cb0-5ef6-45de-a06a-6cddd8f265bf [pid: 7|app: 0|req: 1095/2192] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:19:19 2026] DELETE /v2.0/ports/acd37cb0-5ef6-45de-a06a-6cddd8f265bf => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2193] 10.0.0.229 () {34 vars in 661 bytes} [Fri Jul 31 01:19:18 2026] POST /v2.0/ports => generated 743 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1096/2194] 10.0.0.229 () {34 vars in 748 bytes} [Fri Jul 31 01:19:19 2026] PUT /v2.0/subnets/e8d7a080-d875-4a44-b0bc-fe0b4e2258e6/tags => generated 34 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:19.507 8 INFO neutron.services.segments.plugin [-] Segment e167f61f-c35c-4188-b89a-ba2682dd17db resource provider aggregate not found 2026-07-31 01:19:19.512 8 INFO neutron.services.segments.plugin [-] Segment e167f61f-c35c-4188-b89a-ba2682dd17db resource provider aggregate not found 2026-07-31 01:19:19.529 8 INFO neutron.services.segments.plugin [-] Segment e167f61f-c35c-4188-b89a-ba2682dd17db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e167f61f-c35c-4188-b89a-ba2682dd17db found for delete ", "request_id": "req-2ae7aa08-107b-4e0c-97ed-9330d0bd9023"}]} 2026-07-31 01:19:19.531 8 INFO neutron.services.segments.plugin [-] Segment e167f61f-c35c-4188-b89a-ba2682dd17db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e167f61f-c35c-4188-b89a-ba2682dd17db found for delete ", "request_id": "req-5728e87b-f204-4ace-a18b-9aae0602f3c4"}]} [pid: 8|app: 0|req: 1099/2195] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:19:19 2026] DELETE /v2.0/networks/87823d14-4fa8-4177-8bb8-8aa09388ef31 => 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: 1100/2196] 10.0.0.229 () {34 vars in 748 bytes} [Fri Jul 31 01:19:19 2026] PUT /v2.0/subnets/e6948cfa-0010-41a5-852b-a2ea9709bc27/tags => generated 19 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2197] 10.0.0.229 () {32 vars in 661 bytes} [Fri Jul 31 01:19:19 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2198] 10.0.0.229 () {34 vars in 663 bytes} [Fri Jul 31 01:19:19 2026] POST /v2.0/trunks => generated 407 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2199] 10.0.0.229 () {32 vars in 675 bytes} [Fri Jul 31 01:19:19 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:19:19.918 7 INFO neutron.db.segments_db [None req-67b7c249-f146-40c7-8c17-4c51b8a809a4 cd4dab5e893046f9b97cc7c979a28d73 eb53f1b2ef7842e1ba7b91c1af2bbef6 - - default default] Added segment 4e867be3-1bae-41c4-8e65-f6da2bf44689 of type vxlan for network feb23de7-2c62-4b3c-aa93-22a51dd6569d [pid: 7|app: 0|req: 1099/2200] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:19:19 2026] POST /v2.0/networks => generated 612 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2201] 10.0.0.229 () {32 vars in 671 bytes} [Fri Jul 31 01:19:20 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2202] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:19 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => generated 12 bytes in 543 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2203] 10.0.0.229 () {32 vars in 683 bytes} [Fri Jul 31 01:19:20 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2204] 10.0.0.229 () {32 vars in 669 bytes} [Fri Jul 31 01:19:20 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2205] 10.0.0.229 () {32 vars in 683 bytes} [Fri Jul 31 01:19:20 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2206] 10.0.0.229 () {32 vars in 679 bytes} [Fri Jul 31 01:19:20 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2207] 10.0.0.229 () {34 vars in 661 bytes} [Fri Jul 31 01:19:20 2026] POST /v2.0/ports => generated 743 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1102/2208] 10.0.0.229 () {32 vars in 691 bytes} [Fri Jul 31 01:19:20 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2209] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:20 2026] GET /v2.0/security-groups?tenant_id=c270019b96134a7db9334df234825958&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2210] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:19:20 2026] DELETE /v2.0/subnets/a3ef9079-c15c-4c74-ac1d-4c22a370b1be => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2211] 10.0.0.229 () {34 vars in 663 bytes} [Fri Jul 31 01:19:20 2026] POST /v2.0/trunks => generated 407 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2212] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:20 2026] DELETE /v2.0/security-groups/27a8102f-836a-41bd-b8d0-629ea9491824 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2213] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:19:20 2026] PUT /v2.0/trunks/df6ccf42-5c55-46d8-9d46-7909dd599034/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2214] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:19:20 2026] DELETE /v2.0/subnets/5f8b0961-cc0e-44e4-95d3-328f2cb38519 => 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: 1111/2215] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:19:21 2026] PUT /v2.0/trunks/b7bda332-04f4-4980-801c-9fcaa6547a2e/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2216] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:19:21 2026] PUT /v2.0/trunks/a8f360e4-9285-4a27-aac5-2cc9be0bf570/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2217] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:19:21 2026] DELETE /v2.0/subnets/e8d7a080-d875-4a44-b0bc-fe0b4e2258e6 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2218] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:19:21 2026] PUT /v2.0/trunks/b2edad40-fb26-4a5a-90a6-d60aefb56343/tags => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2219] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:21 2026] GET /v2.0/security-groups?tenant_id=0dfeb38d76f0455daa2b68895b4cc6c4&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2220] 10.0.0.229 () {32 vars in 659 bytes} [Fri Jul 31 01:19:21 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2221] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:21 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => 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: 1107/2222] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:19:21 2026] DELETE /v2.0/subnets/e6948cfa-0010-41a5-852b-a2ea9709bc27 => 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: 1108/2223] 10.0.0.229 () {32 vars in 673 bytes} [Fri Jul 31 01:19:21 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: 8|app: 0|req: 1116/2224] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:21 2026] DELETE /v2.0/security-groups/7f2b14fe-f390-460c-b509-43297706f2c6 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2225] 10.0.0.229 () {32 vars in 669 bytes} [Fri Jul 31 01:19:21 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2226] 10.0.0.229 () {32 vars in 681 bytes} [Fri Jul 31 01:19:21 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2227] 10.0.0.229 () {32 vars in 667 bytes} [Fri Jul 31 01:19:21 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2228] 10.0.0.229 () {32 vars in 681 bytes} [Fri Jul 31 01:19:21 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: 1109/2229] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:19:21 2026] DELETE /v2.0/subnets/ce2cfd07-ea57-42f8-ab18-6c443bee4911 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2230] 10.0.0.229 () {32 vars in 677 bytes} [Fri Jul 31 01:19:21 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2231] 10.0.0.229 () {32 vars in 689 bytes} [Fri Jul 31 01:19:21 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2232] 10.0.0.229 () {32 vars in 716 bytes} [Fri Jul 31 01:19:21 2026] GET /v2.0/trunks/df6ccf42-5c55-46d8-9d46-7909dd599034 => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:19:21.736 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc8f36f1-bf93-4d3e-9101-4c32b8c8390d 90d3fdc23a2b43f7916e668a81361936 ef57c15efc514cfca4ab2273ef7c403b - - default default] TaaS: Handle Delete Port: 5ecfd42c-5167-4633-bc6b-ab59f09926cc 2026-07-31 01:19:21.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc8f36f1-bf93-4d3e-9101-4c32b8c8390d 90d3fdc23a2b43f7916e668a81361936 ef57c15efc514cfca4ab2273ef7c403b - - default default] Tap Mirror: Handle Delete Port: 5ecfd42c-5167-4633-bc6b-ab59f09926cc [pid: 8|app: 0|req: 1124/2233] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:19:21 2026] GET /v2.0/ports/190565f6-837b-4268-a319-47f54f6e79a1 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2234] 10.0.0.229 () {32 vars in 719 bytes} [Fri Jul 31 01:19:21 2026] DELETE /v2.0/trunks/df6ccf42-5c55-46d8-9d46-7909dd599034 => 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: 1126/2235] 10.0.0.229 () {32 vars in 716 bytes} [Fri Jul 31 01:19:21 2026] GET /v2.0/trunks/b7bda332-04f4-4980-801c-9fcaa6547a2e => generated 420 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:19:21.951 7 INFO neutron.services.segments.plugin [-] Segment 62f95f7f-9a63-4a78-9db7-aea505c01437 resource provider aggregate not found 2026-07-31 01:19:21.960 7 INFO neutron.services.segments.plugin [-] Segment 62f95f7f-9a63-4a78-9db7-aea505c01437 resource provider aggregate not found 2026-07-31 01:19:21.985 7 INFO neutron.services.segments.plugin [-] Segment 62f95f7f-9a63-4a78-9db7-aea505c01437 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62f95f7f-9a63-4a78-9db7-aea505c01437 found for delete ", "request_id": "req-e40b855b-cfa9-4708-949f-4dc18bfc2afe"}]} 2026-07-31 01:19:21.988 7 INFO neutron.services.segments.plugin [-] Segment 62f95f7f-9a63-4a78-9db7-aea505c01437 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62f95f7f-9a63-4a78-9db7-aea505c01437 found for delete ", "request_id": "req-2054a9d2-8ddc-4a04-a24c-947f78864784"}]} [pid: 8|app: 0|req: 1127/2236] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:19:21 2026] GET /v2.0/ports/0265a9c8-6696-4f3b-a549-3fc7fbfb45b4 => generated 826 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2237] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:19:21 2026] DELETE /v2.0/networks/43ec1d17-657d-4bc4-95fd-01297b529d42 => generated 0 bytes in 396 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2238] 10.0.0.229 () {32 vars in 719 bytes} [Fri Jul 31 01:19:22 2026] DELETE /v2.0/trunks/b7bda332-04f4-4980-801c-9fcaa6547a2e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:19:22.136 7 INFO neutron_taas.services.taas.taas_plugin [None req-37859b85-71a8-49f3-8f40-54eea79b417a 90d3fdc23a2b43f7916e668a81361936 ef57c15efc514cfca4ab2273ef7c403b - - default default] TaaS: Handle Delete Port: 345d14a1-4347-4cb2-92a1-6d4aecf96a4f 2026-07-31 01:19:22.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37859b85-71a8-49f3-8f40-54eea79b417a 90d3fdc23a2b43f7916e668a81361936 ef57c15efc514cfca4ab2273ef7c403b - - default default] Tap Mirror: Handle Delete Port: 345d14a1-4347-4cb2-92a1-6d4aecf96a4f [pid: 8|app: 0|req: 1129/2239] 10.0.0.229 () {32 vars in 716 bytes} [Fri Jul 31 01:19:22 2026] GET /v2.0/trunks/a8f360e4-9285-4a27-aac5-2cc9be0bf570 => 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: 1130/2240] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:19:22 2026] GET /v2.0/ports/37396c93-4f39-46bd-aebf-eaf201d3d70a => 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: 1131/2241] 10.0.0.229 () {32 vars in 719 bytes} [Fri Jul 31 01:19:22 2026] DELETE /v2.0/trunks/a8f360e4-9285-4a27-aac5-2cc9be0bf570 => 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: 1132/2242] 10.0.0.229 () {32 vars in 716 bytes} [Fri Jul 31 01:19:22 2026] GET /v2.0/trunks/b2edad40-fb26-4a5a-90a6-d60aefb56343 => generated 414 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2243] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:19:22 2026] DELETE /v2.0/networks/5261af5a-5d56-4d2f-8779-f2d8f65d6c85 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2244] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:19:22 2026] GET /v2.0/ports/35b6c874-363e-41d0-a57d-ff66185d0e96 => generated 826 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2245] 10.0.0.229 () {32 vars in 719 bytes} [Fri Jul 31 01:19:22 2026] DELETE /v2.0/trunks/b2edad40-fb26-4a5a-90a6-d60aefb56343 => 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: 1135/2246] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:22 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => 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: 1112/2247] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:19:22 2026] DELETE /v2.0/networks/fb69ce7b-e08d-44c2-8f57-e3c5356bb8a1 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2248] 10.0.0.229 () {32 vars in 716 bytes} [Fri Jul 31 01:19:22 2026] GET /v2.0/trunks/4e2cf43d-a384-4df6-9a50-9d68cc30f463 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2249] 10.0.0.229 () {32 vars in 714 bytes} [Fri Jul 31 01:19:22 2026] GET /v2.0/ports/3ef23bb3-e789-410f-8b56-ae7cc77e688d => generated 826 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2250] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:19:22 2026] DELETE /v2.0/networks/6dcea799-d9eb-449d-bd2b-b726576d68ba => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2251] 10.0.0.229 () {32 vars in 719 bytes} [Fri Jul 31 01:19:22 2026] DELETE /v2.0/trunks/4e2cf43d-a384-4df6-9a50-9d68cc30f463 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:19:22.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e4dade8-c5d9-4087-b77e-e1d452607c09 cd4dab5e893046f9b97cc7c979a28d73 eb53f1b2ef7842e1ba7b91c1af2bbef6 - - default default] TaaS: Handle Delete Port: 190565f6-837b-4268-a319-47f54f6e79a1 2026-07-31 01:19:22.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e4dade8-c5d9-4087-b77e-e1d452607c09 cd4dab5e893046f9b97cc7c979a28d73 eb53f1b2ef7842e1ba7b91c1af2bbef6 - - default default] Tap Mirror: Handle Delete Port: 190565f6-837b-4268-a319-47f54f6e79a1 [pid: 7|app: 0|req: 1114/2252] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:19:22 2026] DELETE /v2.0/networks/df0d1e96-3d9c-46e5-a083-5c84bca908e2 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2253] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:19:22 2026] DELETE /v2.0/ports/190565f6-837b-4268-a319-47f54f6e79a1 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2254] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:19:22 2026] GET /v2.0/networks?id=039eccb9-3a2e-454f-b8e8-5a0c8dbf83be => generated 661 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2255] 162.253.55.222 () {34 vars in 1047 bytes} [Fri Jul 31 01:19:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=51115d25c79e4a2f99c6eceea96a2482 => generated 273 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:19:23.067 8 INFO neutron_taas.services.taas.taas_plugin [None req-249c306a-fd6f-4581-965b-dc782b71ae36 cd4dab5e893046f9b97cc7c979a28d73 eb53f1b2ef7842e1ba7b91c1af2bbef6 - - default default] TaaS: Handle Delete Port: 0265a9c8-6696-4f3b-a549-3fc7fbfb45b4 2026-07-31 01:19:23.071 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-249c306a-fd6f-4581-965b-dc782b71ae36 cd4dab5e893046f9b97cc7c979a28d73 eb53f1b2ef7842e1ba7b91c1af2bbef6 - - default default] Tap Mirror: Handle Delete Port: 0265a9c8-6696-4f3b-a549-3fc7fbfb45b4 [pid: 8|app: 0|req: 1140/2256] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:19:22 2026] DELETE /v2.0/ports/0265a9c8-6696-4f3b-a549-3fc7fbfb45b4 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:19:23.265 8 INFO neutron_taas.services.taas.taas_plugin [None req-f665d711-8262-4c49-87c1-d20eefc3c5ee cd4dab5e893046f9b97cc7c979a28d73 eb53f1b2ef7842e1ba7b91c1af2bbef6 - - default default] TaaS: Handle Delete Port: 37396c93-4f39-46bd-aebf-eaf201d3d70a 2026-07-31 01:19:23.269 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f665d711-8262-4c49-87c1-d20eefc3c5ee cd4dab5e893046f9b97cc7c979a28d73 eb53f1b2ef7842e1ba7b91c1af2bbef6 - - default default] Tap Mirror: Handle Delete Port: 37396c93-4f39-46bd-aebf-eaf201d3d70a [pid: 8|app: 0|req: 1141/2257] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:19:23 2026] DELETE /v2.0/ports/37396c93-4f39-46bd-aebf-eaf201d3d70a => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:19:23.483 8 INFO neutron_taas.services.taas.taas_plugin [None req-a90e7abb-faa0-44ea-bb7c-3293020f4471 cd4dab5e893046f9b97cc7c979a28d73 eb53f1b2ef7842e1ba7b91c1af2bbef6 - - default default] TaaS: Handle Delete Port: 35b6c874-363e-41d0-a57d-ff66185d0e96 2026-07-31 01:19:23.487 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a90e7abb-faa0-44ea-bb7c-3293020f4471 cd4dab5e893046f9b97cc7c979a28d73 eb53f1b2ef7842e1ba7b91c1af2bbef6 - - default default] Tap Mirror: Handle Delete Port: 35b6c874-363e-41d0-a57d-ff66185d0e96 [pid: 7|app: 0|req: 1117/2258] 162.253.55.222 () {38 vars in 952 bytes} [Fri Jul 31 01:19:23 2026] POST /v2.0/ports => generated 954 bytes in 461 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: 1142/2259] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:19:23 2026] DELETE /v2.0/ports/35b6c874-363e-41d0-a57d-ff66185d0e96 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2260] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:23 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => generated 957 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:19:23.772 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ce3934c-525d-42d8-995c-d4fba472ff89 cd4dab5e893046f9b97cc7c979a28d73 eb53f1b2ef7842e1ba7b91c1af2bbef6 - - default default] TaaS: Handle Delete Port: 3ef23bb3-e789-410f-8b56-ae7cc77e688d 2026-07-31 01:19:23.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ce3934c-525d-42d8-995c-d4fba472ff89 cd4dab5e893046f9b97cc7c979a28d73 eb53f1b2ef7842e1ba7b91c1af2bbef6 - - default default] Tap Mirror: Handle Delete Port: 3ef23bb3-e789-410f-8b56-ae7cc77e688d [pid: 8|app: 0|req: 1144/2261] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:19:23 2026] DELETE /v2.0/ports/3ef23bb3-e789-410f-8b56-ae7cc77e688d => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2262] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:19:23 2026] GET /v2.0/security-groups?id=398dae37-ebf8-4006-97ae-2ec180a88fc4&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:19:24.012 7 INFO neutron.services.segments.plugin [-] Segment 592555e7-e01c-4a4e-8750-4f59d6256a3a resource provider aggregate not found 2026-07-31 01:19:24.018 7 INFO neutron.services.segments.plugin [-] Segment 592555e7-e01c-4a4e-8750-4f59d6256a3a resource provider aggregate not found 2026-07-31 01:19:24.037 7 INFO neutron.services.segments.plugin [-] Segment 592555e7-e01c-4a4e-8750-4f59d6256a3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 592555e7-e01c-4a4e-8750-4f59d6256a3a found for delete ", "request_id": "req-62f6c505-59c7-4ab9-bc2c-85afc22b8f0e"}]} 2026-07-31 01:19:24.040 7 INFO neutron.services.segments.plugin [-] Segment 592555e7-e01c-4a4e-8750-4f59d6256a3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 592555e7-e01c-4a4e-8750-4f59d6256a3a found for delete ", "request_id": "req-5cbe6245-3e10-4a2a-b3fa-abda316a160d"}]} 2026-07-31 01:19:24.062 7 INFO neutron.services.segments.plugin [-] Segment f58d912f-35c9-4970-8783-df62fe37f6dd resource provider aggregate not found [pid: 7|app: 0|req: 1118/2263] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:19:23 2026] PUT /v2.0/ports/c1ad2d71-e95a-4d40-9d4b-0803528483e8 => generated 1235 bytes in 540 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:19:24.064 7 INFO neutron.services.segments.plugin [-] Segment f58d912f-35c9-4970-8783-df62fe37f6dd resource provider aggregate not found 2026-07-31 01:19:24.091 7 INFO neutron.services.segments.plugin [-] Segment f58d912f-35c9-4970-8783-df62fe37f6dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f58d912f-35c9-4970-8783-df62fe37f6dd found for delete ", "request_id": "req-aa6e8d4b-4cd0-4a88-97d2-735eaa2264e0"}]} 2026-07-31 01:19:24.094 8 INFO neutron.services.segments.plugin [-] Segment 772bd479-c970-411c-8b08-0d7974ee58fa resource provider aggregate not found 2026-07-31 01:19:24.099 7 INFO neutron.services.segments.plugin [-] Segment f58d912f-35c9-4970-8783-df62fe37f6dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f58d912f-35c9-4970-8783-df62fe37f6dd found for delete ", "request_id": "req-12957af6-d344-4d5e-bc01-d0642303487c"}]} 2026-07-31 01:19:24.101 8 INFO neutron.services.segments.plugin [-] Segment 772bd479-c970-411c-8b08-0d7974ee58fa resource provider aggregate not found 2026-07-31 01:19:24.108 7 INFO neutron.services.segments.plugin [-] Segment b9ee9893-5e0e-4ef5-b691-ee2fbc53041f resource provider aggregate not found 2026-07-31 01:19:24.115 7 INFO neutron.services.segments.plugin [-] Segment b9ee9893-5e0e-4ef5-b691-ee2fbc53041f resource provider aggregate not found 2026-07-31 01:19:24.116 8 INFO neutron.services.segments.plugin [-] Segment 772bd479-c970-411c-8b08-0d7974ee58fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 772bd479-c970-411c-8b08-0d7974ee58fa found for delete ", "request_id": "req-c40a8c65-b4d0-4574-80e7-83ae799a20bb"}]} 2026-07-31 01:19:24.118 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-da17cb4f-81f5-4126-94f8-bb326ae44bf7'] response: {'name': 'network-changed', 'server_uuid': '2302721e-47ad-4c1f-93d7-73becb6fb553', 'tag': 'c1ad2d71-e95a-4d40-9d4b-0803528483e8', 'status': 'completed', 'code': 200} 2026-07-31 01:19:24.120 8 INFO neutron.services.segments.plugin [-] Segment 772bd479-c970-411c-8b08-0d7974ee58fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 772bd479-c970-411c-8b08-0d7974ee58fa found for delete ", "request_id": "req-e7fc1c05-4592-4735-8d81-b9151e91f4db"}]} 2026-07-31 01:19:24.128 7 INFO neutron.services.segments.plugin [-] Segment b9ee9893-5e0e-4ef5-b691-ee2fbc53041f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9ee9893-5e0e-4ef5-b691-ee2fbc53041f found for delete ", "request_id": "req-053b1e0f-9406-4027-ab80-f80e0d14b0e7"}]} 2026-07-31 01:19:24.133 7 INFO neutron.services.segments.plugin [-] Segment b9ee9893-5e0e-4ef5-b691-ee2fbc53041f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9ee9893-5e0e-4ef5-b691-ee2fbc53041f found for delete ", "request_id": "req-c9916bf1-2b2f-4a38-94b1-5b215391a377"}]} [pid: 8|app: 0|req: 1146/2264] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:19:23 2026] DELETE /v2.0/networks/c4dfafad-58b3-4a45-bc4f-d8d4f1154728 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:19:24.153 7 INFO neutron.services.segments.plugin [-] Segment 9b30ef9d-7b8a-491a-908f-275128983fe2 resource provider aggregate not found 2026-07-31 01:19:24.159 7 INFO neutron.services.segments.plugin [-] Segment 9b30ef9d-7b8a-491a-908f-275128983fe2 resource provider aggregate not found 2026-07-31 01:19:24.173 7 INFO neutron.services.segments.plugin [-] Segment 9b30ef9d-7b8a-491a-908f-275128983fe2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b30ef9d-7b8a-491a-908f-275128983fe2 found for delete ", "request_id": "req-155751c6-0765-480f-9037-4008bed61e7f"}]} 2026-07-31 01:19:24.173 7 INFO neutron.services.segments.plugin [-] Segment 9b30ef9d-7b8a-491a-908f-275128983fe2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b30ef9d-7b8a-491a-908f-275128983fe2 found for delete ", "request_id": "req-ccf29d70-8221-4b87-b731-1e75537d3585"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1147/2265] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:19:24 2026] DELETE /v2.0/networks/6299d9fa-1cf9-4a51-8fe4-43b625422cdb => 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: 1148/2266] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:19:24 2026] DELETE /v2.0/networks/031720a0-b15c-4577-b28d-3e43d1f1daf7 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2267] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:24 2026] GET /v2.0/security-groups?tenant_id=8956337efd82411eaa4b3115ff3aadaa&name=default => generated 2925 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2268] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:24 2026] DELETE /v2.0/security-groups/5e5d04a4-f0c9-4c16-b5bb-b17a1ba1155f => 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: 1149/2269] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:19:24 2026] DELETE /v2.0/networks/dfcae601-bd9d-4b58-9124-6436d975b833 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2270] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:19:24 2026] GET /v2.0/ports?tenant_id=51115d25c79e4a2f99c6eceea96a2482&device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2271] 162.253.55.222 () {34 vars in 1015 bytes} [Fri Jul 31 01:19:24 2026] GET /v2.0/networks?tenant_id=51115d25c79e4a2f99c6eceea96a2482&shared=False => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2272] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:19:24 2026] DELETE /v2.0/networks/feb23de7-2c62-4b3c-aa93-22a51dd6569d => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2273] 162.253.55.222 () {34 vars in 927 bytes} [Fri Jul 31 01:19:24 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2274] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:24 2026] GET /v2.0/security-groups?tenant_id=b43e45eb8db946dab4d8d2f6b6b12d35&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2275] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:25 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => 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: 1124/2276] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:19:25 2026] GET /v2.0/security-groups?id=398dae37-ebf8-4006-97ae-2ec180a88fc4&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: 1153/2277] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:24 2026] DELETE /v2.0/security-groups/f448d7d9-a067-4e3e-aeb2-a0b378c25917 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2278] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:25 2026] GET /v2.0/security-groups?tenant_id=ef57c15efc514cfca4ab2273ef7c403b&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2279] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:25 2026] DELETE /v2.0/security-groups/0cb8fd27-2404-4d77-bb23-54abc5e5a9db => 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: 1126/2280] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:19:25 2026] GET /v2.0/ports?tenant_id=51115d25c79e4a2f99c6eceea96a2482&device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => 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: 1155/2281] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:19:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c1ad2d71-e95a-4d40-9d4b-0803528483e8 => 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: 1156/2282] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:19:25 2026] GET /v2.0/subnets?id=20ea720a-0ccf-4fca-acd9-f52adaac53fc => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2283] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:19:25 2026] GET /v2.0/ports?network_id=039eccb9-3a2e-454f-b8e8-5a0c8dbf83be&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2284] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:19:25 2026] GET /v2.0/networks/039eccb9-3a2e-454f-b8e8-5a0c8dbf83be?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2285] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:19:26 2026] GET /v2.0/networks/039eccb9-3a2e-454f-b8e8-5a0c8dbf83be?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2286] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:25 2026] GET /v2.0/security-groups?tenant_id=eb53f1b2ef7842e1ba7b91c1af2bbef6&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:19:26.141 8 INFO neutron.services.segments.plugin [-] Segment 792830ed-3d42-4679-92cb-d42ede2beb9b resource provider aggregate not found 2026-07-31 01:19:26.148 8 INFO neutron.services.segments.plugin [-] Segment 792830ed-3d42-4679-92cb-d42ede2beb9b resource provider aggregate not found 2026-07-31 01:19:26.168 8 INFO neutron.services.segments.plugin [-] Segment 792830ed-3d42-4679-92cb-d42ede2beb9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 792830ed-3d42-4679-92cb-d42ede2beb9b found for delete ", "request_id": "req-5f3c401b-2da8-465b-9216-951e6b57496c"}]} 2026-07-31 01:19:26.174 8 INFO neutron.services.segments.plugin [-] Segment 792830ed-3d42-4679-92cb-d42ede2beb9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 792830ed-3d42-4679-92cb-d42ede2beb9b found for delete ", "request_id": "req-8bffea52-b957-4de6-a849-03942e00d0e8"}]} 2026-07-31 01:19:26.194 8 INFO neutron.services.segments.plugin [-] Segment 999b203d-bdbe-4a06-8b61-f7dd53821078 resource provider aggregate not found 2026-07-31 01:19:26.202 8 INFO neutron.services.segments.plugin [-] Segment 999b203d-bdbe-4a06-8b61-f7dd53821078 resource provider aggregate not found 2026-07-31 01:19:26.207 7 INFO neutron.services.segments.plugin [-] Segment 4e867be3-1bae-41c4-8e65-f6da2bf44689 resource provider aggregate not found 2026-07-31 01:19:26.213 8 INFO neutron.services.segments.plugin [-] Segment 999b203d-bdbe-4a06-8b61-f7dd53821078 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 999b203d-bdbe-4a06-8b61-f7dd53821078 found for delete ", "request_id": "req-1389d0c5-93f9-4002-93b6-6efde2218fa6"}]} 2026-07-31 01:19:26.215 7 INFO neutron.services.segments.plugin [-] Segment 4e867be3-1bae-41c4-8e65-f6da2bf44689 resource provider aggregate not found 2026-07-31 01:19:26.232 7 INFO neutron.services.segments.plugin [-] Segment 4e867be3-1bae-41c4-8e65-f6da2bf44689 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e867be3-1bae-41c4-8e65-f6da2bf44689 found for delete ", "request_id": "req-197d0d1f-8d40-4ad9-a1c5-443225b48c16"}]} 2026-07-31 01:19:26.233 8 INFO neutron.services.segments.plugin [-] Segment 999b203d-bdbe-4a06-8b61-f7dd53821078 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 999b203d-bdbe-4a06-8b61-f7dd53821078 found for delete ", "request_id": "req-dc5c5846-2bc5-476f-8aec-2fa8a2d2762a"}]} 2026-07-31 01:19:26.241 8 INFO neutron.services.segments.plugin [-] Segment d50c8fa4-6a07-4561-8eef-1bfb3ffbd954 resource provider aggregate not found [pid: 7|app: 0|req: 1128/2287] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:26 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:19:26.246 7 INFO neutron.services.segments.plugin [-] Segment 4e867be3-1bae-41c4-8e65-f6da2bf44689 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e867be3-1bae-41c4-8e65-f6da2bf44689 found for delete ", "request_id": "req-3e5e209f-c17f-4d93-8368-c5c056671a5b"}]} 2026-07-31 01:19:26.256 8 INFO neutron.services.segments.plugin [-] Segment d50c8fa4-6a07-4561-8eef-1bfb3ffbd954 resource provider aggregate not found 2026-07-31 01:19:26.262 8 INFO neutron.services.segments.plugin [-] Segment d50c8fa4-6a07-4561-8eef-1bfb3ffbd954 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d50c8fa4-6a07-4561-8eef-1bfb3ffbd954 found for delete ", "request_id": "req-910fc315-d96b-42b3-9c6d-794be4d47a01"}]} 2026-07-31 01:19:26.275 8 INFO neutron.services.segments.plugin [-] Segment d50c8fa4-6a07-4561-8eef-1bfb3ffbd954 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d50c8fa4-6a07-4561-8eef-1bfb3ffbd954 found for delete ", "request_id": "req-07528951-092b-4bf6-b6a3-baed644118fb"}]} [pid: 7|app: 0|req: 1129/2288] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:19:26 2026] GET /v2.0/security-groups?id=398dae37-ebf8-4006-97ae-2ec180a88fc4&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2289] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:26 2026] DELETE /v2.0/security-groups/90b20b6b-f28e-45f6-8b55-7ddb328693b9 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2290] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:26 2026] GET /v2.0/security-groups?tenant_id=772ca32af2474dc8a7dfe687157eb32b&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: 1161/2291] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:26 2026] DELETE /v2.0/security-groups/c9adcdbb-cdb8-44ae-9e41-ec4eda5d85f0 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2292] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:27 2026] GET /v2.0/security-groups?tenant_id=acb6a38f8bc445fd8c4834be1a3bfa68&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2293] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:27 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => 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: 1133/2294] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:19:27 2026] GET /v2.0/security-groups?id=398dae37-ebf8-4006-97ae-2ec180a88fc4&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: 1162/2295] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:27 2026] DELETE /v2.0/security-groups/9ee0f2c1-4c67-4108-9c9c-4b59b6f9c318 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2296] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:28 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2297] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:19:28 2026] GET /v2.0/security-groups?id=398dae37-ebf8-4006-97ae-2ec180a88fc4&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2298] 10.0.0.229 () {34 vars in 675 bytes} [Fri Jul 31 01:19:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2299] 10.0.0.229 () {34 vars in 750 bytes} [Fri Jul 31 01:19:29 2026] PUT /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/tags => generated 25 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2300] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:19:29 2026] GET /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2301] 10.0.0.229 () {34 vars in 761 bytes} [Fri Jul 31 01:19:29 2026] PUT /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2302] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:29 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2303] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:19:29 2026] GET /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2304] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:19:29 2026] GET /v2.0/security-groups?id=398dae37-ebf8-4006-97ae-2ec180a88fc4&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: 8|app: 0|req: 1167/2305] 10.0.0.229 () {34 vars in 757 bytes} [Fri Jul 31 01:19:29 2026] PUT /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/tags/red => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2306] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:19:29 2026] GET /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2307] 10.0.0.229 () {34 vars in 779 bytes} [Fri Jul 31 01:19:29 2026] PUT /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/tags/black.or.white => generated 4 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2308] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:19:30 2026] GET /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2309] 10.0.0.229 () {34 vars in 750 bytes} [Fri Jul 31 01:19:30 2026] PUT /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2310] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:19:30 2026] GET /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2311] 10.0.0.229 () {32 vars in 738 bytes} [Fri Jul 31 01:19:30 2026] GET /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:19:30.380 7 INFO neutron.api.v2.resource [None req-e84f995e-349d-41e1-a281-297ccfb7824e 13e5c6da05a84522b00a8f2971af18cb 1f439de6f71e4e84bcf01f3576a36d34 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1142/2312] 10.0.0.229 () {32 vars in 742 bytes} [Fri Jul 31 01:19:30 2026] GET /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2313] 10.0.0.229 () {32 vars in 741 bytes} [Fri Jul 31 01:19:30 2026] DELETE /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/tags/red => 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: 1143/2314] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:19:30 2026] GET /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:30.542 8 INFO neutron.api.v2.resource [None req-34d1129a-2f3c-4c6b-bac7-8f3a1816c28f 13e5c6da05a84522b00a8f2971af18cb 1f439de6f71e4e84bcf01f3576a36d34 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1172/2315] 10.0.0.229 () {32 vars in 745 bytes} [Fri Jul 31 01:19:30 2026] DELETE /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/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: 1144/2316] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:19:30 2026] DELETE /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/tags => 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: 1173/2317] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:19:30 2026] GET /v2.0/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2318] 10.0.0.229 () {32 vars in 731 bytes} [Fri Jul 31 01:19:30 2026] DELETE /v2.0/qos/policies/ffcbcd95-8422-4c52-9d16-ab227d6b5db0 => 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: 1174/2319] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:30 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => 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: 1146/2320] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:19:31 2026] GET /v2.0/security-groups?id=398dae37-ebf8-4006-97ae-2ec180a88fc4&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2321] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:31 2026] GET /v2.0/security-groups?tenant_id=1f439de6f71e4e84bcf01f3576a36d34&name=default => generated 2929 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2322] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:32 2026] DELETE /v2.0/security-groups/3a276f63-ecd8-450f-86e2-5372ed4d3e7a => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2323] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:32 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2324] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:19:32 2026] GET /v2.0/security-groups?id=398dae37-ebf8-4006-97ae-2ec180a88fc4&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: 1175/2325] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:19:31 2026] POST /v2.0/floatingips => generated 552 bytes in 1115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2326] 10.0.0.229 () {34 vars in 756 bytes} [Fri Jul 31 01:19:32 2026] PUT /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2327] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:32 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2328] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:19:32 2026] GET /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2329] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:32 2026] GET /v2.0/security-groups?tenant_id=1d20657b0133448283c1ea989e73fed4&name=default => generated 2929 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2330] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:19:32 2026] GET /v2.0/security-groups?id=398dae37-ebf8-4006-97ae-2ec180a88fc4&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: 1177/2331] 10.0.0.229 () {34 vars in 767 bytes} [Fri Jul 31 01:19:32 2026] PUT /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags/green => generated 4 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2332] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:19:32 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2333] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:32 2026] DELETE /v2.0/security-groups/6121dc4b-a479-47a3-a187-9c9a11ef50b6 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2334] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:19:32 2026] GET /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2335] 10.0.0.229 () {34 vars in 763 bytes} [Fri Jul 31 01:19:32 2026] PUT /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags/red => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2336] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:19:33 2026] GET /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2337] 10.0.0.229 () {34 vars in 785 bytes} [Fri Jul 31 01:19:33 2026] PUT /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags/black.or.white => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2338] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:19:33 2026] GET /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:33.319 7 INFO neutron.db.l3_db [None req-6afb4bb1-dcbe-4c1a-af8d-6c1de7918b77 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Floating IP 276376c1-a133-4d6f-8cce-3e9861dbd95e associated. External IP: 10.96.250.207, port: c1ad2d71-e95a-4d40-9d4b-0803528483e8. [pid: 8|app: 0|req: 1186/2341] 10.0.0.229 () {34 vars in 756 bytes} [Fri Jul 31 01:19:33 2026] PUT /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags => generated 37 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2342] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:19:33 2026] GET /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2343] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:19:33 2026] GET /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:19:33.471 8 INFO neutron.api.v2.resource [None req-2db6de45-f4e8-4ba0-8385-9c57bd441200 8762cbd72e7641efabc8e75ddc1a732b 06a2348fe28940419e188309f2f5335d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1189/2344] 10.0.0.229 () {32 vars in 748 bytes} [Fri Jul 31 01:19:33 2026] GET /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2345] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:19:33 2026] DELETE /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags/red => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2346] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:19:33 2026] GET /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2347] 10.0.0.229 () {34 vars in 746 bytes} [Fri Jul 31 01:19:32 2026] PUT /v2.0/floatingips/276376c1-a133-4d6f-8cce-3e9861dbd95e => generated 855 bytes in 735 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:19:33.665 8 INFO neutron.api.v2.resource [None req-d3051e49-c2c2-47cd-89b8-3e76cc8d2b93 8762cbd72e7641efabc8e75ddc1a732b 06a2348fe28940419e188309f2f5335d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1192/2348] 10.0.0.229 () {32 vars in 751 bytes} [Fri Jul 31 01:19:33 2026] DELETE /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-07-31 01:19:33.697 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd980b8f-ec0c-48aa-beb7-09d9e611184f'] response: {'name': 'network-changed', 'server_uuid': '2302721e-47ad-4c1f-93d7-73becb6fb553', 'tag': 'c1ad2d71-e95a-4d40-9d4b-0803528483e8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1157/2349] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:19:33 2026] GET /v2.0/floatingips/276376c1-a133-4d6f-8cce-3e9861dbd95e => generated 855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2350] 10.0.0.229 () {32 vars in 739 bytes} [Fri Jul 31 01:19:33 2026] DELETE /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags => 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: 1158/2351] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:19:33 2026] GET /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:34.010 8 INFO neutron_taas.services.taas.taas_plugin [None req-494b1bde-d994-47ae-8068-8a172bf04d60 8762cbd72e7641efabc8e75ddc1a732b 06a2348fe28940419e188309f2f5335d - - default default] TaaS: Handle Delete Port: f66adf29-285c-46f9-b2d0-800597ae359f 2026-07-31 01:19:34.014 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-494b1bde-d994-47ae-8068-8a172bf04d60 8762cbd72e7641efabc8e75ddc1a732b 06a2348fe28940419e188309f2f5335d - - default default] Tap Mirror: Handle Delete Port: f66adf29-285c-46f9-b2d0-800597ae359f [pid: 8|app: 0|req: 1194/2352] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:19:33 2026] DELETE /v2.0/floatingips/feb5c31e-a065-4f2d-ac82-66d594cf4887 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2353] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:19:34 2026] GET /v2.0/ports?tenant_id=51115d25c79e4a2f99c6eceea96a2482&device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2354] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:19:34 2026] GET /v2.0/networks?id=039eccb9-3a2e-454f-b8e8-5a0c8dbf83be => generated 757 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2355] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:19:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=c1ad2d71-e95a-4d40-9d4b-0803528483e8 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2356] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:19:34 2026] GET /v2.0/subnets?id=20ea720a-0ccf-4fca-acd9-f52adaac53fc => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2357] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:19:34 2026] GET /v2.0/ports?network_id=039eccb9-3a2e-454f-b8e8-5a0c8dbf83be&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2358] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:19:34 2026] GET /v2.0/networks/039eccb9-3a2e-454f-b8e8-5a0c8dbf83be?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2359] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:19:34 2026] GET /v2.0/networks/039eccb9-3a2e-454f-b8e8-5a0c8dbf83be?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: 1198/2360] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:19:34 2026] GET /v2.0/floatingips/276376c1-a133-4d6f-8cce-3e9861dbd95e => 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: 1163/2361] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:35 2026] GET /v2.0/security-groups?tenant_id=783d2a60a7ec4dc18ee26976789fe632&name=default => generated 2929 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2362] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:35 2026] DELETE /v2.0/security-groups/f5bbb8cd-3e65-4145-b425-3be35fd77ff0 => 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: 1200/2363] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:19:35 2026] GET /v2.0/floatingips/276376c1-a133-4d6f-8cce-3e9861dbd95e => generated 857 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2364] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:35 2026] GET /v2.0/security-groups?tenant_id=06a2348fe28940419e188309f2f5335d&name=default => generated 2929 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2365] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:35 2026] DELETE /v2.0/security-groups/4c074d00-4a9d-405d-826e-b93ec9553a21 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:19:37.013 7 INFO neutron.db.segments_db [None req-0638eb8a-d3ed-49ae-a154-b0facc250914 0dcb9d9113f0434da06858c51c0da7bd 54e9a90ee1294428b03131bc527d0ffc - - default default] Added segment 5d9454a6-5e4d-4a3c-9969-6c04cf58c868 of type vxlan for network 74938c3f-d4a4-46cf-9d0d-38dc9f0cea8d 2026-07-31 01:19:37.480 7 INFO neutron.db.l3_hamode_db [None req-0638eb8a-d3ed-49ae-a154-b0facc250914 0dcb9d9113f0434da06858c51c0da7bd 54e9a90ee1294428b03131bc527d0ffc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:19:37.641 7 INFO neutron.db.l3_hamode_db [None req-0638eb8a-d3ed-49ae-a154-b0facc250914 0dcb9d9113f0434da06858c51c0da7bd 54e9a90ee1294428b03131bc527d0ffc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1165/2366] 10.0.0.229 () {34 vars in 665 bytes} [Fri Jul 31 01:19:36 2026] POST /v2.0/routers => generated 474 bytes in 1679 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2367] 10.0.0.229 () {34 vars in 748 bytes} [Fri Jul 31 01:19:38 2026] PUT /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags => generated 25 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2368] 10.0.0.229 () {32 vars in 728 bytes} [Fri Jul 31 01:19:38 2026] GET /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags => generated 25 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2369] 10.0.0.229 () {34 vars in 759 bytes} [Fri Jul 31 01:19:38 2026] PUT /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags/green => generated 4 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2370] 10.0.0.229 () {32 vars in 728 bytes} [Fri Jul 31 01:19:38 2026] GET /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags => generated 34 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2371] 10.0.0.229 () {34 vars in 755 bytes} [Fri Jul 31 01:19:39 2026] PUT /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags/red => generated 4 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2372] 10.0.0.229 () {32 vars in 728 bytes} [Fri Jul 31 01:19:39 2026] GET /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2373] 10.0.0.229 () {34 vars in 777 bytes} [Fri Jul 31 01:19:39 2026] PUT /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags/black.or.white => generated 4 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2374] 10.0.0.229 () {32 vars in 728 bytes} [Fri Jul 31 01:19:39 2026] GET /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags => generated 52 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2375] 10.0.0.229 () {34 vars in 748 bytes} [Fri Jul 31 01:19:39 2026] PUT /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags => generated 37 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2376] 10.0.0.229 () {32 vars in 728 bytes} [Fri Jul 31 01:19:39 2026] GET /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags => generated 37 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2377] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:19:39 2026] GET /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags/red => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:19:39.931 8 INFO neutron.api.v2.resource [None req-693ad393-91ba-436d-92e7-ecb68ef53d54 0dcb9d9113f0434da06858c51c0da7bd 54e9a90ee1294428b03131bc527d0ffc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1208/2378] 10.0.0.229 () {32 vars in 740 bytes} [Fri Jul 31 01:19:39 2026] GET /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags/green => generated 99 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2379] 10.0.0.229 () {32 vars in 739 bytes} [Fri Jul 31 01:19:39 2026] DELETE /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags/red => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:19:40.118 7 INFO neutron.db.segments_db [None req-20ff691b-6401-4be2-9e27-98cc9e976572 ba186cbdc3484505a1f9365c2c5ce2ed 2551e80040be40d69f0fb0f6a65516ce - - default default] Added segment 28bb72ac-f7cb-4c4b-843f-8a9a7a354e4b of type vxlan for network fae543a3-bfe8-40fe-9a85-47dceab449f0 [pid: 8|app: 0|req: 1210/2380] 10.0.0.229 () {32 vars in 728 bytes} [Fri Jul 31 01:19:40 2026] GET /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags => generated 30 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2381] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:19:39 2026] POST /v2.0/networks => generated 613 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:19:40.322 8 INFO neutron.api.v2.resource [None req-2ef4e11f-b8b6-460d-add0-7efc934eca72 0dcb9d9113f0434da06858c51c0da7bd 54e9a90ee1294428b03131bc527d0ffc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1211/2382] 10.0.0.229 () {32 vars in 743 bytes} [Fri Jul 31 01:19:40 2026] DELETE /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags/green => generated 99 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2383] 10.0.0.229 () {34 vars in 750 bytes} [Fri Jul 31 01:19:40 2026] PUT /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/tags => generated 25 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2384] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:19:40 2026] GET /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2385] 10.0.0.229 () {32 vars in 731 bytes} [Fri Jul 31 01:19:40 2026] DELETE /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags => 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: 1174/2386] 10.0.0.229 () {34 vars in 761 bytes} [Fri Jul 31 01:19:40 2026] PUT /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/tags/green => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2387] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:19:40 2026] GET /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/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: 1213/2388] 10.0.0.229 () {32 vars in 728 bytes} [Fri Jul 31 01:19:40 2026] GET /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf/tags => generated 12 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2389] 10.0.0.229 () {34 vars in 757 bytes} [Fri Jul 31 01:19:40 2026] PUT /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2390] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:19:40 2026] GET /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf => generated 480 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2391] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:19:40 2026] GET /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2392] 10.0.0.229 () {34 vars in 779 bytes} [Fri Jul 31 01:19:40 2026] PUT /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/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: 1179/2393] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:19:40 2026] GET /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2394] 10.0.0.229 () {34 vars in 750 bytes} [Fri Jul 31 01:19:40 2026] PUT /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/tags => generated 37 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2395] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:19:40 2026] GET /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2396] 10.0.0.229 () {32 vars in 738 bytes} [Fri Jul 31 01:19:41 2026] GET /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:19:41.107 7 INFO neutron.api.v2.resource [None req-df9efbd3-88ee-4d80-b44d-f94e63f65338 ba186cbdc3484505a1f9365c2c5ce2ed 2551e80040be40d69f0fb0f6a65516ce - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1183/2397] 10.0.0.229 () {32 vars in 742 bytes} [Fri Jul 31 01:19:41 2026] GET /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/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: 1184/2398] 10.0.0.229 () {32 vars in 741 bytes} [Fri Jul 31 01:19:41 2026] DELETE /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/tags/red => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2399] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:19:41 2026] GET /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2400] 10.0.0.229 () {34 vars in 739 bytes} [Fri Jul 31 01:19:40 2026] PUT /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf => generated 480 bytes in 605 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2401] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:19:41 2026] GET /v2.0/ports?device_id=dbc93d06-c35f-4284-911c-ea9a563244bf => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:41.283 7 INFO neutron.api.v2.resource [None req-51e7b9a5-56d6-4660-b4c0-6071851f16e4 ba186cbdc3484505a1f9365c2c5ce2ed 2551e80040be40d69f0fb0f6a65516ce - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1186/2402] 10.0.0.229 () {32 vars in 745 bytes} [Fri Jul 31 01:19:41 2026] DELETE /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2403] 10.0.0.229 () {32 vars in 733 bytes} [Fri Jul 31 01:19:41 2026] DELETE /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/tags => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2404] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:19:41 2026] GET /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:41.443 8 INFO neutron_taas.services.taas.taas_plugin [None req-fca545c0-e2e5-4758-96b6-972bf4aa437d 0dcb9d9113f0434da06858c51c0da7bd 54e9a90ee1294428b03131bc527d0ffc - - default default] TaaS: Handle Delete Port: 99a37d1e-d6ce-4952-9fb0-4965ce8c09ee 2026-07-31 01:19:41.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fca545c0-e2e5-4758-96b6-972bf4aa437d 0dcb9d9113f0434da06858c51c0da7bd 54e9a90ee1294428b03131bc527d0ffc - - default default] Tap Mirror: Handle Delete Port: 99a37d1e-d6ce-4952-9fb0-4965ce8c09ee 2026-07-31 01:19:41.545 7 INFO neutron.services.segments.plugin [-] Segment 28bb72ac-f7cb-4c4b-843f-8a9a7a354e4b resource provider aggregate not found 2026-07-31 01:19:41.548 7 INFO neutron.services.segments.plugin [-] Segment 28bb72ac-f7cb-4c4b-843f-8a9a7a354e4b resource provider aggregate not found 2026-07-31 01:19:41.562 7 INFO neutron.services.segments.plugin [-] Segment 28bb72ac-f7cb-4c4b-843f-8a9a7a354e4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28bb72ac-f7cb-4c4b-843f-8a9a7a354e4b found for delete ", "request_id": "req-c2507ba9-2cff-474f-9e05-15828d749048"}]} 2026-07-31 01:19:41.563 7 INFO neutron.services.segments.plugin [-] Segment 28bb72ac-f7cb-4c4b-843f-8a9a7a354e4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28bb72ac-f7cb-4c4b-843f-8a9a7a354e4b found for delete ", "request_id": "req-5aeac00d-abe7-4179-89b8-bdf7ae872ef1"}]} [pid: 7|app: 0|req: 1189/2405] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:19:41 2026] DELETE /v2.0/networks/fae543a3-bfe8-40fe-9a85-47dceab449f0 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:19:41.824 8 INFO neutron.services.segments.plugin [-] Segment 5d9454a6-5e4d-4a3c-9969-6c04cf58c868 resource provider aggregate not found 2026-07-31 01:19:41.830 8 INFO neutron.services.segments.plugin [-] Segment 5d9454a6-5e4d-4a3c-9969-6c04cf58c868 resource provider aggregate not found 2026-07-31 01:19:41.851 8 INFO neutron.services.segments.plugin [-] Segment 5d9454a6-5e4d-4a3c-9969-6c04cf58c868 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d9454a6-5e4d-4a3c-9969-6c04cf58c868 found for delete ", "request_id": "req-d8c92d05-ac9b-4a9d-860d-57b8c7dc8fba"}]} 2026-07-31 01:19:41.853 8 INFO neutron.services.segments.plugin [-] Segment 5d9454a6-5e4d-4a3c-9969-6c04cf58c868 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d9454a6-5e4d-4a3c-9969-6c04cf58c868 found for delete ", "request_id": "req-4641267d-63de-4798-b22f-04968a3442dd"}]} 2026-07-31 01:19:41.873 8 INFO neutron.db.l3_hamode_db [None req-fca545c0-e2e5-4758-96b6-972bf4aa437d 0dcb9d9113f0434da06858c51c0da7bd 54e9a90ee1294428b03131bc527d0ffc - - default default] HA network 74938c3f-d4a4-46cf-9d0d-38dc9f0cea8d was deleted as no HA routers are present in tenant 54e9a90ee1294428b03131bc527d0ffc. [pid: 8|app: 0|req: 1217/2406] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:19:41 2026] DELETE /v2.0/routers/dbc93d06-c35f-4284-911c-ea9a563244bf => generated 0 bytes in 623 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2407] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:42 2026] GET /v2.0/security-groups?tenant_id=2551e80040be40d69f0fb0f6a65516ce&name=default => generated 2929 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2408] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:42 2026] DELETE /v2.0/security-groups/421d6014-1c99-4257-9f34-327a29eabb19 => 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: 1218/2409] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:42 2026] GET /v2.0/security-groups?tenant_id=54e9a90ee1294428b03131bc527d0ffc&name=default => generated 2929 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2410] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:42 2026] DELETE /v2.0/security-groups/17c791bd-a654-48ed-89ca-29523c3d38b4 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2411] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:42 2026] GET /v2.0/security-groups?tenant_id=3f129c4d04e24c5fa97fdc5100987ed5&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2412] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:43 2026] DELETE /v2.0/security-groups/37020e78-b52b-46d2-96ac-e9e7d3b18103 => 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: 1193/2413] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:43 2026] GET /v2.0/security-groups?tenant_id=64ebf8e702a54a4e952becb02a48bd88&name=default => generated 2929 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2414] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:43 2026] DELETE /v2.0/security-groups/ed1c5ab3-5a78-4ad1-bb73-4320ecbba792 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2415] 10.0.0.101 () {34 vars in 987 bytes} [Fri Jul 31 01:19:46 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2416] 10.0.0.101 () {34 vars in 1037 bytes} [Fri Jul 31 01:19:46 2026] GET /v2.0/security-groups?id=398dae37-ebf8-4006-97ae-2ec180a88fc4&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:19:47.283 7 INFO neutron.db.segments_db [None req-7899fe9b-b6a8-4dcf-bf8b-1bfb9eb8e4f9 35787941a4f34874ab7b94cd61026da7 878cc2849bd74228b6bb27961d0fcdf6 - - default default] Added segment 34583703-6654-4000-8dcf-0a32d251faee of type vxlan for network dfcc62ba-b764-44c7-92f5-a6a7ee5630b1 [pid: 7|app: 0|req: 1195/2417] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:19:46 2026] POST /v2.0/networks => generated 613 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2418] 10.0.0.229 () {34 vars in 661 bytes} [Fri Jul 31 01:19:47 2026] POST /v2.0/ports => generated 743 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2419] 10.0.0.229 () {34 vars in 744 bytes} [Fri Jul 31 01:19:47 2026] PUT /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags => generated 25 bytes in 110 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: 1224/2420] 10.0.0.229 () {32 vars in 724 bytes} [Fri Jul 31 01:19:48 2026] GET /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1197/2423] 10.0.0.229 () {34 vars in 755 bytes} [Fri Jul 31 01:19:48 2026] PUT /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags/green => generated 4 bytes in 129 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: 1227/2424] 10.0.0.229 () {32 vars in 724 bytes} [Fri Jul 31 01:19:48 2026] GET /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1198/2425] 10.0.0.229 () {34 vars in 751 bytes} [Fri Jul 31 01:19:48 2026] PUT /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags/red => generated 4 bytes in 69 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: 1228/2426] 10.0.0.229 () {32 vars in 724 bytes} [Fri Jul 31 01:19:48 2026] GET /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1199/2427] 10.0.0.229 () {34 vars in 773 bytes} [Fri Jul 31 01:19:48 2026] PUT /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags/black.or.white => generated 4 bytes in 115 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: 1229/2428] 10.0.0.229 () {32 vars in 724 bytes} [Fri Jul 31 01:19:48 2026] GET /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1200/2429] 10.0.0.229 () {34 vars in 744 bytes} [Fri Jul 31 01:19:48 2026] PUT /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags => generated 37 bytes in 145 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: 1230/2430] 10.0.0.229 () {32 vars in 724 bytes} [Fri Jul 31 01:19:48 2026] GET /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1201/2431] 10.0.0.229 () {32 vars in 732 bytes} [Fri Jul 31 01:19:48 2026] GET /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags/red => generated 0 bytes in 52 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-07-31 01:19:48.951 8 INFO neutron.api.v2.resource [None req-1a540703-0054-4c0c-8b91-90114373a0e1 35787941a4f34874ab7b94cd61026da7 878cc2849bd74228b6bb27961d0fcdf6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1231/2432] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:19:48 2026] GET /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags/green => generated 99 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1202/2433] 10.0.0.229 () {32 vars in 735 bytes} [Fri Jul 31 01:19:48 2026] DELETE /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags/red => generated 0 bytes in 100 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: 1232/2434] 10.0.0.229 () {32 vars in 724 bytes} [Fri Jul 31 01:19:49 2026] GET /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags => generated 30 bytes in 50 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-07-31 01:19:49.180 7 INFO neutron.api.v2.resource [None req-2afee3b9-453c-48c4-bb83-9eb718472714 35787941a4f34874ab7b94cd61026da7 878cc2849bd74228b6bb27961d0fcdf6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1203/2435] 10.0.0.229 () {32 vars in 739 bytes} [Fri Jul 31 01:19:49 2026] DELETE /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags/green => generated 99 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1233/2436] 10.0.0.229 () {32 vars in 727 bytes} [Fri Jul 31 01:19:49 2026] DELETE /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags => generated 0 bytes in 121 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: 1204/2437] 10.0.0.229 () {32 vars in 724 bytes} [Fri Jul 31 01:19:49 2026] GET /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-31 01:19:49.472 8 INFO neutron_taas.services.taas.taas_plugin [None req-08e5b2cb-f537-48ab-a6d9-a4572877c11f 35787941a4f34874ab7b94cd61026da7 878cc2849bd74228b6bb27961d0fcdf6 - - default default] TaaS: Handle Delete Port: 866f48e5-733d-4bf1-b8e1-b38c86cbed61 2026-07-31 01:19:49.477 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08e5b2cb-f537-48ab-a6d9-a4572877c11f 35787941a4f34874ab7b94cd61026da7 878cc2849bd74228b6bb27961d0fcdf6 - - default default] Tap Mirror: Handle Delete Port: 866f48e5-733d-4bf1-b8e1-b38c86cbed61 [pid: 8|app: 0|req: 1234/2438] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:19:49 2026] DELETE /v2.0/ports/866f48e5-733d-4bf1-b8e1-b38c86cbed61 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-31 01:19:49.721 7 INFO neutron.services.segments.plugin [-] Segment 34583703-6654-4000-8dcf-0a32d251faee resource provider aggregate not found 2026-07-31 01:19:49.723 7 INFO neutron.services.segments.plugin [-] Segment 34583703-6654-4000-8dcf-0a32d251faee resource provider aggregate not found 2026-07-31 01:19:49.746 7 INFO neutron.services.segments.plugin [-] Segment 34583703-6654-4000-8dcf-0a32d251faee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34583703-6654-4000-8dcf-0a32d251faee found for delete ", "request_id": "req-99a3e0c7-1448-4bcb-ae9b-18e973fd6a6f"}]} 2026-07-31 01:19:49.759 7 INFO neutron.services.segments.plugin [-] Segment 34583703-6654-4000-8dcf-0a32d251faee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34583703-6654-4000-8dcf-0a32d251faee found for delete ", "request_id": "req-cafdbb86-5454-459d-a31f-cc6f11c5f2f0"}]} [pid: 7|app: 0|req: 1205/2439] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:19:49 2026] DELETE /v2.0/networks/dfcc62ba-b764-44c7-92f5-a6a7ee5630b1 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2440] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:50 2026] GET /v2.0/security-groups?tenant_id=878cc2849bd74228b6bb27961d0fcdf6&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: 1206/2441] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:50 2026] DELETE /v2.0/security-groups/afdbd964-f93d-4222-b658-c319f1dedf09 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2442] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:51 2026] GET /v2.0/security-groups?tenant_id=d64cd9d825274fba82455d80ee3997e9&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2443] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:51 2026] DELETE /v2.0/security-groups/4ea55927-ab0e-41ec-b080-70edf22ec51d => 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: 1208/2444] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:55 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2445] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:19:55 2026] GET /v2.0/security-groups?id=398dae37-ebf8-4006-97ae-2ec180a88fc4&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: 1237/2446] 10.0.0.229 () {34 vars in 681 bytes} [Fri Jul 31 01:19:54 2026] POST /v2.0/security-groups => generated 1603 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2447] 10.0.0.229 () {34 vars in 764 bytes} [Fri Jul 31 01:19:55 2026] PUT /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2448] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:19:55 2026] GET /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/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: 1211/2449] 10.0.0.229 () {34 vars in 775 bytes} [Fri Jul 31 01:19:55 2026] PUT /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/tags/green => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2450] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:19:55 2026] GET /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/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: 1212/2451] 10.0.0.229 () {34 vars in 771 bytes} [Fri Jul 31 01:19:55 2026] PUT /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2452] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:19:55 2026] GET /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2453] 10.0.0.229 () {34 vars in 793 bytes} [Fri Jul 31 01:19:55 2026] PUT /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/tags/black.or.white => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2454] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:19:55 2026] GET /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/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: 1214/2455] 10.0.0.229 () {34 vars in 764 bytes} [Fri Jul 31 01:19:55 2026] PUT /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/tags => generated 37 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2456] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:19:55 2026] GET /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2457] 10.0.0.229 () {32 vars in 752 bytes} [Fri Jul 31 01:19:56 2026] GET /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:19:56.079 8 INFO neutron.api.v2.resource [None req-3ccbe358-b27c-486a-bfc2-c9f700a3e1fa 8b78e1597d8547faa99376955fa3f9bc 93a34a63e5214eea8cd7be0969a63253 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1243/2458] 10.0.0.229 () {32 vars in 756 bytes} [Fri Jul 31 01:19:56 2026] GET /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/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: 1216/2459] 10.0.0.229 () {32 vars in 755 bytes} [Fri Jul 31 01:19:56 2026] DELETE /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/tags/red => 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: 1244/2460] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:19:56 2026] GET /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:19:56.244 7 INFO neutron.api.v2.resource [None req-c96b2506-df64-4527-b3cd-c144d6e43b54 8b78e1597d8547faa99376955fa3f9bc 93a34a63e5214eea8cd7be0969a63253 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1217/2461] 10.0.0.229 () {32 vars in 759 bytes} [Fri Jul 31 01:19:56 2026] DELETE /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2462] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:19:56 2026] DELETE /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/tags => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2463] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:19:56 2026] GET /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2464] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:56 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => 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: 1220/2465] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:19:56 2026] GET /v2.0/security-groups?id=398dae37-ebf8-4006-97ae-2ec180a88fc4&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: 1246/2466] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:56 2026] DELETE /v2.0/security-groups/0b8e585b-897e-4218-97b6-2721c1c50d39 => 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: 1221/2467] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:57 2026] GET /v2.0/security-groups?tenant_id=7d03d35c1d2f49b1b0ddb3f3871a57b4&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2468] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:57 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2469] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:57 2026] DELETE /v2.0/security-groups/56ab8b36-8aad-4bf4-9301-169b2277bd7a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2470] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:19:57 2026] GET /v2.0/security-groups?id=398dae37-ebf8-4006-97ae-2ec180a88fc4&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: 1248/2471] 162.253.55.222 () {34 vars in 991 bytes} [Fri Jul 31 01:19:57 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:19:57.801 7 INFO neutron_taas.services.taas.taas_plugin [req-abcd9104-09da-4e98-bbff-122cd455cdd4 req-96235308-bd7c-4bf5-809f-f2b24c0e9ab3 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] TaaS: Handle Delete Port: c1ad2d71-e95a-4d40-9d4b-0803528483e8 2026-07-31 01:19:57.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-abcd9104-09da-4e98-bbff-122cd455cdd4 req-96235308-bd7c-4bf5-809f-f2b24c0e9ab3 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Tap Mirror: Handle Delete Port: c1ad2d71-e95a-4d40-9d4b-0803528483e8 [pid: 8|app: 0|req: 1249/2472] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:19:57 2026] GET /v2.0/security-groups?tenant_id=93a34a63e5214eea8cd7be0969a63253&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:19:57.904 7 INFO neutron.db.l3_db [req-abcd9104-09da-4e98-bbff-122cd455cdd4 req-96235308-bd7c-4bf5-809f-f2b24c0e9ab3 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Floating IP 276376c1-a133-4d6f-8cce-3e9861dbd95e disassociated. External IP: 10.96.250.207, port: c1ad2d71-e95a-4d40-9d4b-0803528483e8. [pid: 8|app: 0|req: 1250/2473] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:19:57 2026] DELETE /v2.0/security-groups/4370e6cb-60b5-49b7-b646-9e1ef63a8328 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2474] 162.253.55.222 () {36 vars in 994 bytes} [Fri Jul 31 01:19:57 2026] DELETE /v2.0/ports/c1ad2d71-e95a-4d40-9d4b-0803528483e8 => generated 0 bytes in 644 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:19:58.380 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d18062f-ea79-4639-9245-b876f871624a'] response: {'server_uuid': '2302721e-47ad-4c1f-93d7-73becb6fb553', 'name': 'network-vif-deleted', 'tag': 'c1ad2d71-e95a-4d40-9d4b-0803528483e8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1251/2475] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:58 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => 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: 1225/2476] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:19:59 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => 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: 1252/2477] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:20:00 2026] GET /v2.0/ports?device_id=2302721e-47ad-4c1f-93d7-73becb6fb553 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:20:01.986 7 INFO neutron.db.segments_db [None req-96aa9c47-9f7c-493e-88d3-ab747146b8a7 06a7c7514e3c4d0e938caeef9bc9a18e 47dabbb28a0e4ffb9249895cc8be0df6 - - default default] Added segment f0a40c26-0054-4cdf-953b-0de8fc8a802e of type vxlan for network ade5535d-0fe1-48b6-a7d4-5ff4d3b9df02 [pid: 8|app: 0|req: 1253/2478] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:01 2026] DELETE /v2.0/security-groups/398dae37-ebf8-4006-97ae-2ec180a88fc4 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2479] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:20:01 2026] POST /v2.0/networks => generated 612 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:20:02.347 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c9b39a2-cc1b-4bbd-a237-e1a5368e9dd3 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] TaaS: Handle Delete Port: b4b42c1c-da3d-4436-9e05-846a0a709ecf 2026-07-31 01:20:02.350 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c9b39a2-cc1b-4bbd-a237-e1a5368e9dd3 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Tap Mirror: Handle Delete Port: b4b42c1c-da3d-4436-9e05-846a0a709ecf [pid: 7|app: 0|req: 1227/2480] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:20:02 2026] DELETE /v2.0/floatingips/276376c1-a133-4d6f-8cce-3e9861dbd95e => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2481] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:20:02 2026] POST /v2.0/subnets => generated 626 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2482] 10.0.0.229 () {34 vars in 748 bytes} [Fri Jul 31 01:20:02 2026] PUT /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2483] 10.0.0.229 () {32 vars in 728 bytes} [Fri Jul 31 01:20:02 2026] GET /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2484] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:20:02 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2485] 10.0.0.229 () {34 vars in 759 bytes} [Fri Jul 31 01:20:02 2026] PUT /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/tags/green => generated 4 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2486] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:20:02 2026] GET /v2.0/security-groups?id=5d8cc324-bca6-4541-b122-492c8cd2fc24&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2487] 10.0.0.229 () {32 vars in 728 bytes} [Fri Jul 31 01:20:02 2026] GET /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/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: 1258/2488] 10.0.0.229 () {34 vars in 755 bytes} [Fri Jul 31 01:20:02 2026] PUT /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/tags/red => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2489] 10.0.0.229 () {32 vars in 728 bytes} [Fri Jul 31 01:20:02 2026] GET /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/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: 1259/2490] 10.0.0.229 () {34 vars in 777 bytes} [Fri Jul 31 01:20:03 2026] PUT /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/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: 1232/2491] 10.0.0.229 () {32 vars in 728 bytes} [Fri Jul 31 01:20:03 2026] GET /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2494] 10.0.0.229 () {34 vars in 748 bytes} [Fri Jul 31 01:20:03 2026] PUT /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/tags => generated 37 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2495] 10.0.0.229 () {32 vars in 728 bytes} [Fri Jul 31 01:20:03 2026] GET /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2496] 10.0.0.229 () {32 vars in 736 bytes} [Fri Jul 31 01:20:03 2026] GET /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:20:03.382 7 INFO neutron.api.v2.resource [None req-8f3133e6-13dc-4126-b862-be8e119a9c6a 06a7c7514e3c4d0e938caeef9bc9a18e 47dabbb28a0e4ffb9249895cc8be0df6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1236/2497] 10.0.0.229 () {32 vars in 740 bytes} [Fri Jul 31 01:20:03 2026] GET /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2498] 10.0.0.229 () {32 vars in 739 bytes} [Fri Jul 31 01:20:03 2026] DELETE /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/tags/red => 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: 1237/2499] 10.0.0.229 () {32 vars in 728 bytes} [Fri Jul 31 01:20:03 2026] GET /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:20:03.596 8 INFO neutron.api.v2.resource [None req-9f013e28-b6ae-48b4-b43d-2fdd21d4d7a7 06a7c7514e3c4d0e938caeef9bc9a18e 47dabbb28a0e4ffb9249895cc8be0df6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1263/2500] 10.0.0.229 () {32 vars in 743 bytes} [Fri Jul 31 01:20:03 2026] DELETE /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/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: 1238/2501] 10.0.0.229 () {32 vars in 731 bytes} [Fri Jul 31 01:20:03 2026] DELETE /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/tags => 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: 1264/2502] 10.0.0.229 () {32 vars in 728 bytes} [Fri Jul 31 01:20:03 2026] GET /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2503] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:20:03 2026] DELETE /v2.0/subnets/83717a82-ea1b-47dc-b3b9-fb535c51ddbb => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:20:04.047 8 INFO neutron_taas.services.taas.taas_plugin [None req-70d5a314-6ecd-4364-8da2-54b7354882b1 06a7c7514e3c4d0e938caeef9bc9a18e 47dabbb28a0e4ffb9249895cc8be0df6 - - default default] TaaS: Handle Delete Port: e1e9e72f-9977-4b7e-956f-d25695cca2d3 2026-07-31 01:20:04.050 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70d5a314-6ecd-4364-8da2-54b7354882b1 06a7c7514e3c4d0e938caeef9bc9a18e 47dabbb28a0e4ffb9249895cc8be0df6 - - default default] Tap Mirror: Handle Delete Port: e1e9e72f-9977-4b7e-956f-d25695cca2d3 [pid: 7|app: 0|req: 1240/2504] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:20:03 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => generated 975 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2505] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:20:04 2026] GET /v2.0/security-groups?id=5d8cc324-bca6-4541-b122-492c8cd2fc24&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:20:04.258 8 INFO neutron.services.segments.plugin [-] Segment f0a40c26-0054-4cdf-953b-0de8fc8a802e resource provider aggregate not found 2026-07-31 01:20:04.261 8 INFO neutron.services.segments.plugin [-] Segment f0a40c26-0054-4cdf-953b-0de8fc8a802e resource provider aggregate not found 2026-07-31 01:20:04.280 8 INFO neutron.services.segments.plugin [-] Segment f0a40c26-0054-4cdf-953b-0de8fc8a802e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0a40c26-0054-4cdf-953b-0de8fc8a802e found for delete ", "request_id": "req-f10a4295-9d11-4a9b-80cf-07dd968f58ef"}]} 2026-07-31 01:20:04.286 8 INFO neutron.services.segments.plugin [-] Segment f0a40c26-0054-4cdf-953b-0de8fc8a802e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0a40c26-0054-4cdf-953b-0de8fc8a802e found for delete ", "request_id": "req-ff377d3e-050f-4cc7-901d-cf8a82e86eef"}]} [pid: 8|app: 0|req: 1265/2506] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:20:03 2026] DELETE /v2.0/networks/ade5535d-0fe1-48b6-a7d4-5ff4d3b9df02 => generated 0 bytes in 392 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2507] 162.253.55.222 () {34 vars in 991 bytes} [Fri Jul 31 01:20:05 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => 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: 1266/2508] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:20:05 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:20:05.338 7 INFO neutron_taas.services.taas.taas_plugin [req-9a54c729-b913-4deb-8599-3d82b047cba1 req-5892eabe-fece-4472-aec8-2df337b776f2 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] TaaS: Handle Delete Port: e9764664-8a03-48d4-9b0a-b7ca1a7ec18e 2026-07-31 01:20:05.341 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9a54c729-b913-4deb-8599-3d82b047cba1 req-5892eabe-fece-4472-aec8-2df337b776f2 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Tap Mirror: Handle Delete Port: e9764664-8a03-48d4-9b0a-b7ca1a7ec18e [pid: 8|app: 0|req: 1267/2509] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:05 2026] GET /v2.0/security-groups?tenant_id=47dabbb28a0e4ffb9249895cc8be0df6&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2510] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:20:05 2026] GET /v2.0/security-groups?id=5d8cc324-bca6-4541-b122-492c8cd2fc24&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2511] 162.253.55.222 () {36 vars in 994 bytes} [Fri Jul 31 01:20:05 2026] DELETE /v2.0/ports/e9764664-8a03-48d4-9b0a-b7ca1a7ec18e => 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: 1269/2512] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:05 2026] DELETE /v2.0/security-groups/244de632-98ce-4ac3-88d6-221f9652c086 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:20:05.578 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9721ebc7-c1e5-453c-98bf-382e60668b52'] response: {'server_uuid': 'd036dc8e-6f13-4257-9ffd-356efa45ee15', 'name': 'network-vif-deleted', 'tag': 'e9764664-8a03-48d4-9b0a-b7ca1a7ec18e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1244/2513] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:05 2026] GET /v2.0/security-groups?tenant_id=c2dd80ae70ab4ad0aa137fbcd908b0d9&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2514] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:05 2026] DELETE /v2.0/security-groups/4a342c94-006c-4b33-ab35-8cea23bd80a0 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2515] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:20:06 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => 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: 1271/2516] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:20:07 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => 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: 1246/2517] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:20:08 2026] GET /v2.0/ports?device_id=d036dc8e-6f13-4257-9ffd-356efa45ee15 => 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: 1272/2518] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:09 2026] DELETE /v2.0/security-groups/5d8cc324-bca6-4541-b122-492c8cd2fc24 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2519] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:09 2026] GET /v2.0/security-groups?tenant_id=d9b435a973f447319bc301f9e1f17203&name=default => generated 2929 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2520] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:10 2026] DELETE /v2.0/security-groups/34e4d312-e1cf-4dad-ab86-25118173cf46 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:20:10.504 8 INFO neutron_taas.services.taas.taas_plugin [None req-364760ca-709e-49bc-ac53-c0a7d500ed03 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] TaaS: Handle Delete Port: 772ff1ce-0a07-4d1b-9088-1d3021e5fc04 2026-07-31 01:20:10.509 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-364760ca-709e-49bc-ac53-c0a7d500ed03 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Tap Mirror: Handle Delete Port: 772ff1ce-0a07-4d1b-9088-1d3021e5fc04 [pid: 7|app: 0|req: 1249/2521] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:10 2026] GET /v2.0/security-groups?tenant_id=4f18ce6bc46c438fbdc85db53cba67a1&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2522] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:10 2026] DELETE /v2.0/security-groups/5826ccee-081c-40c4-ac1a-63e040d22b6b => 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: 1273/2523] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:20:10 2026] PUT /v2.0/routers/8df83a6a-e91b-4df7-84a9-8a53b1edeb61/remove_router_interface => generated 309 bytes in 1077 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2524] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:20:11 2026] DELETE /v2.0/subnets/20ea720a-0ccf-4fca-acd9-f52adaac53fc => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:20:11.643 8 INFO neutron_taas.services.taas.taas_plugin [None req-829a65e0-9e79-4ebc-9dfe-fe4e7e23e46e 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] TaaS: Handle Delete Port: 131cfef9-b087-4575-8212-d84695a0c9a2 2026-07-31 01:20:11.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-829a65e0-9e79-4ebc-9dfe-fe4e7e23e46e 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Tap Mirror: Handle Delete Port: 131cfef9-b087-4575-8212-d84695a0c9a2 2026-07-31 01:20:11.980 8 INFO neutron_taas.services.taas.taas_plugin [None req-829a65e0-9e79-4ebc-9dfe-fe4e7e23e46e 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] TaaS: Handle Delete Port: ef81097f-78a5-4114-9ea8-512f02fc919b 2026-07-31 01:20:11.983 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-829a65e0-9e79-4ebc-9dfe-fe4e7e23e46e 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Tap Mirror: Handle Delete Port: ef81097f-78a5-4114-9ea8-512f02fc919b 2026-07-31 01:20:12.377 8 INFO neutron.services.segments.plugin [-] Segment c0fe4116-bef2-43d3-83e2-b20a28cf21f5 resource provider aggregate not found 2026-07-31 01:20:12.381 8 INFO neutron.services.segments.plugin [-] Segment c0fe4116-bef2-43d3-83e2-b20a28cf21f5 resource provider aggregate not found 2026-07-31 01:20:12.396 8 INFO neutron.services.segments.plugin [-] Segment c0fe4116-bef2-43d3-83e2-b20a28cf21f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0fe4116-bef2-43d3-83e2-b20a28cf21f5 found for delete ", "request_id": "req-6b0686f5-f3f1-4c03-8e7c-5789353b461e"}]} 2026-07-31 01:20:12.398 8 INFO neutron.services.segments.plugin [-] Segment c0fe4116-bef2-43d3-83e2-b20a28cf21f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0fe4116-bef2-43d3-83e2-b20a28cf21f5 found for delete ", "request_id": "req-35199ec9-001e-4a96-855a-bc58f6f7e0fc"}]} 2026-07-31 01:20:12.427 8 INFO neutron.db.l3_hamode_db [None req-829a65e0-9e79-4ebc-9dfe-fe4e7e23e46e 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] HA network 2767b9d7-42b9-4402-8ab6-79daee1d3fbf was deleted as no HA routers are present in tenant 51115d25c79e4a2f99c6eceea96a2482. [pid: 8|app: 0|req: 1274/2525] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:20:11 2026] DELETE /v2.0/routers/8df83a6a-e91b-4df7-84a9-8a53b1edeb61 => generated 0 bytes in 1084 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:20:12.544 7 INFO neutron_taas.services.taas.taas_plugin [None req-a3a748c2-1fa6-4c29-a713-e16cc777d17f 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] TaaS: Handle Delete Port: 63727f4a-9abb-4dd8-a239-070d2e472408 2026-07-31 01:20:12.547 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3a748c2-1fa6-4c29-a713-e16cc777d17f 51174071753049b28b035e4d63ae7cc2 51115d25c79e4a2f99c6eceea96a2482 - - default default] Tap Mirror: Handle Delete Port: 63727f4a-9abb-4dd8-a239-070d2e472408 /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'portsecuritybindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_bindings' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ml2_port_binding_levels' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() /var/lib/openstack/lib/python3.12/site-packages/oslo_db/sqlalchemy/enginefacade.py:865: SAWarning: DELETE statement on table 'ports' expected to delete 1 row(s); 0 were matched. Please set confirm_deleted_rows=False within the mapper configuration to prevent this warning. self.session.flush() 2026-07-31 01:20:12.884 7 INFO neutron.services.segments.plugin [-] Segment 4e9f32e3-6799-44b7-a61a-98bf579f94df resource provider aggregate not found 2026-07-31 01:20:12.889 7 INFO neutron.services.segments.plugin [-] Segment 4e9f32e3-6799-44b7-a61a-98bf579f94df resource provider aggregate not found 2026-07-31 01:20:12.906 7 INFO neutron.services.segments.plugin [-] Segment 4e9f32e3-6799-44b7-a61a-98bf579f94df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e9f32e3-6799-44b7-a61a-98bf579f94df found for delete ", "request_id": "req-b76a94bd-6194-4a4f-bfb5-33c1d648ca68"}]} 2026-07-31 01:20:12.907 7 INFO neutron.services.segments.plugin [-] Segment 4e9f32e3-6799-44b7-a61a-98bf579f94df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e9f32e3-6799-44b7-a61a-98bf579f94df found for delete ", "request_id": "req-7d4c0ed4-751a-4010-8dcb-8a4b3f316566"}]} [pid: 7|app: 0|req: 1252/2526] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:20:12 2026] DELETE /v2.0/networks/039eccb9-3a2e-454f-b8e8-5a0c8dbf83be => generated 0 bytes in 505 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2527] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:13 2026] GET /v2.0/security-groups?tenant_id=51115d25c79e4a2f99c6eceea96a2482&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2528] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:14 2026] DELETE /v2.0/security-groups/9ac92464-927a-41b7-967f-7c9de827cb98 => 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: 1276/2529] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:14 2026] GET /v2.0/security-groups?tenant_id=5dbf54512f95402f98da0b6ba8dcd499&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2530] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:14 2026] DELETE /v2.0/security-groups/7d54d7a3-fa6f-4aae-8b35-d5af943a3710 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:20:19.405 8 INFO neutron.db.segments_db [None req-2f379fcc-17f8-4956-92b1-839223d20159 848f305c1f6e4753b9ae93848990d4b0 07551891b5ba471bb41a36a93b7d54f6 - - default default] Added segment 492b9aff-d563-43b3-8552-aaff96893865 of type vxlan for network c06ffbda-d18f-4c33-a51b-c5952802631d [pid: 8|app: 0|req: 1278/2533] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:20:19 2026] POST /v2.0/networks => generated 613 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:20:19.659 7 INFO neutron.db.segments_db [None req-a99a09c0-e0c1-44db-b4f9-a1e0732b9bfa 848f305c1f6e4753b9ae93848990d4b0 07551891b5ba471bb41a36a93b7d54f6 - - default default] Added segment bfe47061-74ed-4954-95f7-282055123567 of type vxlan for network 4bfd20d6-e50b-4c0a-835c-8300e0873e32 [pid: 7|app: 0|req: 1256/2534] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:20:19 2026] POST /v2.0/networks => generated 613 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:20:19.909 8 INFO neutron.db.segments_db [None req-3a629b04-29a7-44b1-9c23-88344247c5a7 848f305c1f6e4753b9ae93848990d4b0 07551891b5ba471bb41a36a93b7d54f6 - - default default] Added segment 678a7195-2847-45c5-a04d-d65b170a9a9f of type vxlan for network 562ffdda-4c8e-42d2-9a5d-ecbe385d749d [pid: 8|app: 0|req: 1279/2535] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:20:19 2026] POST /v2.0/networks => generated 613 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:20:20.214 7 INFO neutron.db.segments_db [None req-a4eb37ea-5236-40ef-8534-3f304e083da0 848f305c1f6e4753b9ae93848990d4b0 07551891b5ba471bb41a36a93b7d54f6 - - default default] Added segment 36e80e04-cb8f-420a-904c-f9d87bab15ef of type vxlan for network 7b3a7e6e-3cae-4f7c-8a00-4f2618146b9d [pid: 7|app: 0|req: 1257/2536] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:20:20 2026] POST /v2.0/networks => generated 612 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:20:20.422 8 INFO neutron.db.segments_db [None req-a15bdb15-4467-461b-82fa-a0785382fdb7 848f305c1f6e4753b9ae93848990d4b0 07551891b5ba471bb41a36a93b7d54f6 - - default default] Added segment 1a3c6f40-b370-44b4-8a14-85332ada9ee3 of type vxlan for network b01b0c86-d6a0-4452-9b4f-09050384f4a6 [pid: 8|app: 0|req: 1280/2537] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:20:20 2026] POST /v2.0/networks => generated 613 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2538] 10.0.0.229 () {34 vars in 750 bytes} [Fri Jul 31 01:20:20 2026] PUT /v2.0/networks/c06ffbda-d18f-4c33-a51b-c5952802631d/tags => generated 17 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2539] 10.0.0.229 () {34 vars in 750 bytes} [Fri Jul 31 01:20:20 2026] PUT /v2.0/networks/4bfd20d6-e50b-4c0a-835c-8300e0873e32/tags => generated 25 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2540] 10.0.0.229 () {34 vars in 750 bytes} [Fri Jul 31 01:20:20 2026] PUT /v2.0/networks/562ffdda-4c8e-42d2-9a5d-ecbe385d749d/tags => generated 34 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2541] 10.0.0.229 () {34 vars in 750 bytes} [Fri Jul 31 01:20:20 2026] PUT /v2.0/networks/7b3a7e6e-3cae-4f7c-8a00-4f2618146b9d/tags => generated 19 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2542] 10.0.0.229 () {32 vars in 663 bytes} [Fri Jul 31 01:20:20 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2543] 10.0.0.229 () {32 vars in 677 bytes} [Fri Jul 31 01:20:20 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2544] 10.0.0.229 () {32 vars in 673 bytes} [Fri Jul 31 01:20:21 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2545] 10.0.0.229 () {32 vars in 685 bytes} [Fri Jul 31 01:20:21 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2546] 10.0.0.229 () {32 vars in 671 bytes} [Fri Jul 31 01:20:21 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2547] 10.0.0.229 () {32 vars in 685 bytes} [Fri Jul 31 01:20:21 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2548] 10.0.0.229 () {32 vars in 681 bytes} [Fri Jul 31 01:20:21 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2549] 10.0.0.229 () {32 vars in 693 bytes} [Fri Jul 31 01:20:21 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:20:21.566 7 INFO neutron.services.segments.plugin [-] Segment 492b9aff-d563-43b3-8552-aaff96893865 resource provider aggregate not found 2026-07-31 01:20:21.573 7 INFO neutron.services.segments.plugin [-] Segment 492b9aff-d563-43b3-8552-aaff96893865 resource provider aggregate not found 2026-07-31 01:20:21.596 7 INFO neutron.services.segments.plugin [-] Segment 492b9aff-d563-43b3-8552-aaff96893865 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 492b9aff-d563-43b3-8552-aaff96893865 found for delete ", "request_id": "req-165e15d3-1f72-4872-a3fa-ff4e5c77552f"}]} 2026-07-31 01:20:21.599 7 INFO neutron.services.segments.plugin [-] Segment 492b9aff-d563-43b3-8552-aaff96893865 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 492b9aff-d563-43b3-8552-aaff96893865 found for delete ", "request_id": "req-dd473976-4eb1-4a2c-84d3-247e6f6452a6"}]} [pid: 7|app: 0|req: 1264/2550] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:20:21 2026] DELETE /v2.0/networks/c06ffbda-d18f-4c33-a51b-c5952802631d => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:20:21.745 8 INFO neutron.services.segments.plugin [-] Segment bfe47061-74ed-4954-95f7-282055123567 resource provider aggregate not found 2026-07-31 01:20:21.746 8 INFO neutron.services.segments.plugin [-] Segment bfe47061-74ed-4954-95f7-282055123567 resource provider aggregate not found 2026-07-31 01:20:21.765 8 INFO neutron.services.segments.plugin [-] Segment bfe47061-74ed-4954-95f7-282055123567 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfe47061-74ed-4954-95f7-282055123567 found for delete ", "request_id": "req-8b4eda07-812f-4c9f-b0c7-a6f0469578c2"}]} 2026-07-31 01:20:21.773 8 INFO neutron.services.segments.plugin [-] Segment bfe47061-74ed-4954-95f7-282055123567 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfe47061-74ed-4954-95f7-282055123567 found for delete ", "request_id": "req-f9debd0a-3a7e-43d7-955b-96abfea0f5f0"}]} [pid: 8|app: 0|req: 1287/2551] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:20:21 2026] DELETE /v2.0/networks/4bfd20d6-e50b-4c0a-835c-8300e0873e32 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2552] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:20:21 2026] DELETE /v2.0/networks/562ffdda-4c8e-42d2-9a5d-ecbe385d749d => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2553] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:20:22 2026] DELETE /v2.0/networks/7b3a7e6e-3cae-4f7c-8a00-4f2618146b9d => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2554] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:20:22 2026] DELETE /v2.0/networks/b01b0c86-d6a0-4452-9b4f-09050384f4a6 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:20:23.621 7 INFO neutron.services.segments.plugin [-] Segment 678a7195-2847-45c5-a04d-d65b170a9a9f resource provider aggregate not found 2026-07-31 01:20:23.621 7 INFO neutron.services.segments.plugin [-] Segment 678a7195-2847-45c5-a04d-d65b170a9a9f resource provider aggregate not found 2026-07-31 01:20:23.637 7 INFO neutron.services.segments.plugin [-] Segment 678a7195-2847-45c5-a04d-d65b170a9a9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 678a7195-2847-45c5-a04d-d65b170a9a9f found for delete ", "request_id": "req-719b7f65-f8df-454c-9258-9ff8e3999fa3"}]} 2026-07-31 01:20:23.642 7 INFO neutron.services.segments.plugin [-] Segment 678a7195-2847-45c5-a04d-d65b170a9a9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 678a7195-2847-45c5-a04d-d65b170a9a9f found for delete ", "request_id": "req-3d784aac-04c1-4c62-b28f-af01aeec00bc"}]} 2026-07-31 01:20:23.649 7 INFO neutron.services.segments.plugin [-] Segment 1a3c6f40-b370-44b4-8a14-85332ada9ee3 resource provider aggregate not found [pid: 8|app: 0|req: 1289/2555] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:23 2026] GET /v2.0/security-groups?tenant_id=2cbcd3f1715441a78da85db62de6c443&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:20:23.655 7 INFO neutron.services.segments.plugin [-] Segment 1a3c6f40-b370-44b4-8a14-85332ada9ee3 resource provider aggregate not found 2026-07-31 01:20:23.661 7 INFO neutron.services.segments.plugin [-] Segment 1a3c6f40-b370-44b4-8a14-85332ada9ee3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a3c6f40-b370-44b4-8a14-85332ada9ee3 found for delete ", "request_id": "req-118d66d4-ed22-492f-a4c4-d7fbcb6bba29"}]} 2026-07-31 01:20:23.677 7 INFO neutron.services.segments.plugin [-] Segment 1a3c6f40-b370-44b4-8a14-85332ada9ee3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a3c6f40-b370-44b4-8a14-85332ada9ee3 found for delete ", "request_id": "req-b3825e2f-c2e8-4fa8-93e3-7d4e7c314b44"}]} 2026-07-31 01:20:23.786 8 INFO neutron.services.segments.plugin [-] Segment 36e80e04-cb8f-420a-904c-f9d87bab15ef resource provider aggregate not found 2026-07-31 01:20:23.788 8 INFO neutron.services.segments.plugin [-] Segment 36e80e04-cb8f-420a-904c-f9d87bab15ef resource provider aggregate not found [pid: 7|app: 0|req: 1267/2556] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:23 2026] DELETE /v2.0/security-groups/9d9e64ae-a4bf-40c4-917c-e588381a6c51 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:20:23.804 8 INFO neutron.services.segments.plugin [-] Segment 36e80e04-cb8f-420a-904c-f9d87bab15ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36e80e04-cb8f-420a-904c-f9d87bab15ef found for delete ", "request_id": "req-8dec95cd-d057-49c6-b099-455ca2654155"}]} 2026-07-31 01:20:23.814 8 INFO neutron.services.segments.plugin [-] Segment 36e80e04-cb8f-420a-904c-f9d87bab15ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36e80e04-cb8f-420a-904c-f9d87bab15ef found for delete ", "request_id": "req-5a6027f2-0f46-4e6d-8e00-2e269845ddae"}]} [pid: 8|app: 0|req: 1290/2557] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:23 2026] GET /v2.0/security-groups?tenant_id=dbda8291a5ce4892afe529f131a3ea4a&name=default => generated 2929 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2558] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:24 2026] DELETE /v2.0/security-groups/e0d0e450-1cb0-498e-9960-7d293d488c7b => 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: 1291/2559] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:24 2026] GET /v2.0/security-groups?tenant_id=07551891b5ba471bb41a36a93b7d54f6&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2560] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:24 2026] DELETE /v2.0/security-groups/6d219b0b-9448-4e4f-b898-73dfc71205b1 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:20:29.544 8 INFO neutron.db.segments_db [None req-c44af602-20ac-4f50-a1b2-61c373287e32 e6c0223b178342cf897d6e652982006a ab8b7a8d378e46bd81fdbc7588ecb483 - - default default] Added segment 96124f5a-2b5a-41ca-a778-5ce7b78b92d9 of type vxlan for network ccbdf5cb-78d5-45f7-812c-517cec6a1f86 [pid: 8|app: 0|req: 1292/2561] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:20:29 2026] POST /v2.0/networks => generated 613 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2562] 10.0.0.229 () {34 vars in 661 bytes} [Fri Jul 31 01:20:29 2026] POST /v2.0/ports => generated 743 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:20:30.283 8 INFO neutron.db.segments_db [None req-c88a9c22-f76f-4fd5-948b-31785eef5f92 e6c0223b178342cf897d6e652982006a ab8b7a8d378e46bd81fdbc7588ecb483 - - default default] Added segment 3ff95b54-91e1-4933-9f79-4fc94435e584 of type vxlan for network ff05942e-3338-487c-8b9c-9ce8925393eb [pid: 8|app: 0|req: 1293/2563] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:20:30 2026] POST /v2.0/networks => generated 613 bytes in 256 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: 1271/2564] 10.0.0.229 () {34 vars in 661 bytes} [Fri Jul 31 01:20:30 2026] POST /v2.0/ports => generated 743 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:20:30.954 8 INFO neutron.db.segments_db [None req-bfc9264b-82d3-448b-bd1d-a52f2a6c96c3 e6c0223b178342cf897d6e652982006a ab8b7a8d378e46bd81fdbc7588ecb483 - - default default] Added segment 8256f363-41bd-4606-b95a-103f9ca9ac28 of type vxlan for network 69e4fe36-7186-4357-b65d-f29af5e9b084 [pid: 8|app: 0|req: 1294/2565] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:20:30 2026] POST /v2.0/networks => generated 613 bytes in 254 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: 1272/2566] 10.0.0.229 () {34 vars in 661 bytes} [Fri Jul 31 01:20:31 2026] POST /v2.0/ports => generated 743 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:20:31.619 8 INFO neutron.db.segments_db [None req-5bfbd637-e876-4ae2-aa64-980f8b300ae6 e6c0223b178342cf897d6e652982006a ab8b7a8d378e46bd81fdbc7588ecb483 - - default default] Added segment a4f3caff-ba87-4dba-893a-f952a72555e9 of type vxlan for network fde8e0fa-acd8-4f80-8ccb-c7d008cdae10 [pid: 8|app: 0|req: 1295/2567] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:20:31 2026] POST /v2.0/networks => generated 612 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1273/2568] 10.0.0.229 () {34 vars in 661 bytes} [Fri Jul 31 01:20:31 2026] POST /v2.0/ports => generated 743 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:20:32.317 8 INFO neutron.db.segments_db [None req-538996f3-c226-4d93-ae14-79aff1716796 e6c0223b178342cf897d6e652982006a ab8b7a8d378e46bd81fdbc7588ecb483 - - default default] Added segment 364090d7-4c8f-43c6-b89b-46ebb705d83e of type vxlan for network c200220e-5770-496f-9d1d-5e7ce7f6f9b6 [pid: 8|app: 0|req: 1296/2569] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:20:32 2026] POST /v2.0/networks => generated 612 bytes in 215 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: 1274/2570] 10.0.0.229 () {34 vars in 661 bytes} [Fri Jul 31 01:20:32 2026] POST /v2.0/ports => generated 743 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2571] 10.0.0.229 () {34 vars in 744 bytes} [Fri Jul 31 01:20:32 2026] PUT /v2.0/ports/16eda3dd-b5c3-4ffe-8222-d7a52c366adf/tags => generated 17 bytes in 100 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: 1275/2572] 10.0.0.229 () {34 vars in 744 bytes} [Fri Jul 31 01:20:32 2026] PUT /v2.0/ports/19d37441-80a8-46e7-9572-7f79565f6814/tags => generated 25 bytes in 88 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: 1298/2573] 10.0.0.229 () {34 vars in 744 bytes} [Fri Jul 31 01:20:33 2026] PUT /v2.0/ports/0a969c91-d4d3-4433-8ffa-4d07c7ab31ac/tags => generated 34 bytes in 90 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: 1276/2576] 10.0.0.229 () {34 vars in 744 bytes} [Fri Jul 31 01:20:33 2026] PUT /v2.0/ports/c54df1a5-d58e-44a3-99be-a0e5fcdf4cae/tags => generated 19 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1301/2577] 10.0.0.229 () {32 vars in 657 bytes} [Fri Jul 31 01:20:33 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 160 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: 1277/2578] 10.0.0.229 () {32 vars in 671 bytes} [Fri Jul 31 01:20:33 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2579] 10.0.0.229 () {32 vars in 667 bytes} [Fri Jul 31 01:20:33 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2580] 10.0.0.229 () {32 vars in 679 bytes} [Fri Jul 31 01:20:33 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2581] 10.0.0.229 () {32 vars in 665 bytes} [Fri Jul 31 01:20:33 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2582] 10.0.0.229 () {32 vars in 679 bytes} [Fri Jul 31 01:20:33 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2583] 10.0.0.229 () {32 vars in 675 bytes} [Fri Jul 31 01:20:33 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2584] 10.0.0.229 () {32 vars in 687 bytes} [Fri Jul 31 01:20:33 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:20:34.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-07f4eee2-1eeb-4b96-9825-5f60dc91102c e6c0223b178342cf897d6e652982006a ab8b7a8d378e46bd81fdbc7588ecb483 - - default default] TaaS: Handle Delete Port: 16eda3dd-b5c3-4ffe-8222-d7a52c366adf 2026-07-31 01:20:34.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07f4eee2-1eeb-4b96-9825-5f60dc91102c e6c0223b178342cf897d6e652982006a ab8b7a8d378e46bd81fdbc7588ecb483 - - default default] Tap Mirror: Handle Delete Port: 16eda3dd-b5c3-4ffe-8222-d7a52c366adf [pid: 8|app: 0|req: 1305/2585] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:20:34 2026] DELETE /v2.0/ports/16eda3dd-b5c3-4ffe-8222-d7a52c366adf => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:20:34.335 7 INFO neutron_taas.services.taas.taas_plugin [None req-41a9647e-a3be-4746-b123-c8689a8b7a19 e6c0223b178342cf897d6e652982006a ab8b7a8d378e46bd81fdbc7588ecb483 - - default default] TaaS: Handle Delete Port: 19d37441-80a8-46e7-9572-7f79565f6814 2026-07-31 01:20:34.339 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41a9647e-a3be-4746-b123-c8689a8b7a19 e6c0223b178342cf897d6e652982006a ab8b7a8d378e46bd81fdbc7588ecb483 - - default default] Tap Mirror: Handle Delete Port: 19d37441-80a8-46e7-9572-7f79565f6814 [pid: 7|app: 0|req: 1281/2586] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:20:34 2026] DELETE /v2.0/ports/19d37441-80a8-46e7-9572-7f79565f6814 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:20:34.548 8 INFO neutron_taas.services.taas.taas_plugin [None req-24a3aeb6-9b8f-484c-a856-3f12bf77520a e6c0223b178342cf897d6e652982006a ab8b7a8d378e46bd81fdbc7588ecb483 - - default default] TaaS: Handle Delete Port: 0a969c91-d4d3-4433-8ffa-4d07c7ab31ac 2026-07-31 01:20:34.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24a3aeb6-9b8f-484c-a856-3f12bf77520a e6c0223b178342cf897d6e652982006a ab8b7a8d378e46bd81fdbc7588ecb483 - - default default] Tap Mirror: Handle Delete Port: 0a969c91-d4d3-4433-8ffa-4d07c7ab31ac [pid: 8|app: 0|req: 1306/2587] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:20:34 2026] DELETE /v2.0/ports/0a969c91-d4d3-4433-8ffa-4d07c7ab31ac => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:20:34.764 7 INFO neutron_taas.services.taas.taas_plugin [None req-de107098-4180-4be7-9ebf-fff72ef17748 e6c0223b178342cf897d6e652982006a ab8b7a8d378e46bd81fdbc7588ecb483 - - default default] TaaS: Handle Delete Port: c54df1a5-d58e-44a3-99be-a0e5fcdf4cae 2026-07-31 01:20:34.769 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de107098-4180-4be7-9ebf-fff72ef17748 e6c0223b178342cf897d6e652982006a ab8b7a8d378e46bd81fdbc7588ecb483 - - default default] Tap Mirror: Handle Delete Port: c54df1a5-d58e-44a3-99be-a0e5fcdf4cae [pid: 7|app: 0|req: 1282/2588] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:20:34 2026] DELETE /v2.0/ports/c54df1a5-d58e-44a3-99be-a0e5fcdf4cae => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:20:35.009 8 INFO neutron_taas.services.taas.taas_plugin [None req-01879d57-737d-4bf5-862e-d35dd3c48944 e6c0223b178342cf897d6e652982006a ab8b7a8d378e46bd81fdbc7588ecb483 - - default default] TaaS: Handle Delete Port: 5f71d057-3d25-4f28-9635-03451603f432 2026-07-31 01:20:35.012 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01879d57-737d-4bf5-862e-d35dd3c48944 e6c0223b178342cf897d6e652982006a ab8b7a8d378e46bd81fdbc7588ecb483 - - default default] Tap Mirror: Handle Delete Port: 5f71d057-3d25-4f28-9635-03451603f432 [pid: 8|app: 0|req: 1307/2589] 10.0.0.229 () {32 vars in 717 bytes} [Fri Jul 31 01:20:34 2026] DELETE /v2.0/ports/5f71d057-3d25-4f28-9635-03451603f432 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:20:35.246 7 INFO neutron.services.segments.plugin [-] Segment 96124f5a-2b5a-41ca-a778-5ce7b78b92d9 resource provider aggregate not found 2026-07-31 01:20:35.252 7 INFO neutron.services.segments.plugin [-] Segment 96124f5a-2b5a-41ca-a778-5ce7b78b92d9 resource provider aggregate not found 2026-07-31 01:20:35.268 7 INFO neutron.services.segments.plugin [-] Segment 96124f5a-2b5a-41ca-a778-5ce7b78b92d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96124f5a-2b5a-41ca-a778-5ce7b78b92d9 found for delete ", "request_id": "req-f17d435b-2a05-4255-8269-c774ae1663d5"}]} 2026-07-31 01:20:35.271 7 INFO neutron.services.segments.plugin [-] Segment 96124f5a-2b5a-41ca-a778-5ce7b78b92d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96124f5a-2b5a-41ca-a778-5ce7b78b92d9 found for delete ", "request_id": "req-f03608dd-468a-4c47-9d67-cdf3fb679f63"}]} [pid: 7|app: 0|req: 1283/2590] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:20:35 2026] DELETE /v2.0/networks/ccbdf5cb-78d5-45f7-812c-517cec6a1f86 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:20:35.417 8 INFO neutron.services.segments.plugin [-] Segment 3ff95b54-91e1-4933-9f79-4fc94435e584 resource provider aggregate not found 2026-07-31 01:20:35.425 8 INFO neutron.services.segments.plugin [-] Segment 3ff95b54-91e1-4933-9f79-4fc94435e584 resource provider aggregate not found 2026-07-31 01:20:35.439 8 INFO neutron.services.segments.plugin [-] Segment 3ff95b54-91e1-4933-9f79-4fc94435e584 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ff95b54-91e1-4933-9f79-4fc94435e584 found for delete ", "request_id": "req-e8598c69-c566-4b2f-989a-78103c79e7a9"}]} 2026-07-31 01:20:35.446 8 INFO neutron.services.segments.plugin [-] Segment 3ff95b54-91e1-4933-9f79-4fc94435e584 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ff95b54-91e1-4933-9f79-4fc94435e584 found for delete ", "request_id": "req-d760722d-50e5-42a3-b6d5-b5645926aa9c"}]} [pid: 8|app: 0|req: 1308/2591] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:20:35 2026] DELETE /v2.0/networks/ff05942e-3338-487c-8b9c-9ce8925393eb => 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: 1284/2592] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:20:35 2026] DELETE /v2.0/networks/69e4fe36-7186-4357-b65d-f29af5e9b084 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2593] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:20:35 2026] DELETE /v2.0/networks/fde8e0fa-acd8-4f80-8ccb-c7d008cdae10 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2594] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:20:35 2026] DELETE /v2.0/networks/c200220e-5770-496f-9d1d-5e7ce7f6f9b6 => 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: 1310/2595] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:37 2026] GET /v2.0/security-groups?tenant_id=50188696edc147f59f32480520ef0f83&name=default => generated 2929 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:20:37.388 7 INFO neutron.services.segments.plugin [-] Segment 8256f363-41bd-4606-b95a-103f9ca9ac28 resource provider aggregate not found 2026-07-31 01:20:37.398 7 INFO neutron.services.segments.plugin [-] Segment 8256f363-41bd-4606-b95a-103f9ca9ac28 resource provider aggregate not found 2026-07-31 01:20:37.403 7 INFO neutron.services.segments.plugin [-] Segment 8256f363-41bd-4606-b95a-103f9ca9ac28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8256f363-41bd-4606-b95a-103f9ca9ac28 found for delete ", "request_id": "req-85ee897d-dffa-4bbd-8880-9c49c5a84e74"}]} 2026-07-31 01:20:37.416 7 INFO neutron.services.segments.plugin [-] Segment 364090d7-4c8f-43c6-b89b-46ebb705d83e resource provider aggregate not found 2026-07-31 01:20:37.422 7 INFO neutron.services.segments.plugin [-] Segment 8256f363-41bd-4606-b95a-103f9ca9ac28 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8256f363-41bd-4606-b95a-103f9ca9ac28 found for delete ", "request_id": "req-8d0326ac-f1d7-4a7f-ad1f-0400c9d42275"}]} [pid: 7|app: 0|req: 1286/2596] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:37 2026] DELETE /v2.0/security-groups/c2409bec-7a24-4f04-ab53-8c2f02ba86a7 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:20:37.440 7 INFO neutron.services.segments.plugin [-] Segment 364090d7-4c8f-43c6-b89b-46ebb705d83e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 364090d7-4c8f-43c6-b89b-46ebb705d83e found for delete ", "request_id": "req-b2a52a4e-e7fc-44c2-9ed3-6c18f794bfb5"}]} 2026-07-31 01:20:37.440 7 INFO neutron.services.segments.plugin [-] Segment 364090d7-4c8f-43c6-b89b-46ebb705d83e resource provider aggregate not found 2026-07-31 01:20:37.457 7 INFO neutron.services.segments.plugin [-] Segment 364090d7-4c8f-43c6-b89b-46ebb705d83e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 364090d7-4c8f-43c6-b89b-46ebb705d83e found for delete ", "request_id": "req-05d2f119-3ecf-485b-9c40-2b46ff4eed2a"}]} 2026-07-31 01:20:37.493 8 INFO neutron.services.segments.plugin [-] Segment a4f3caff-ba87-4dba-893a-f952a72555e9 resource provider aggregate not found 2026-07-31 01:20:37.508 8 INFO neutron.services.segments.plugin [-] Segment a4f3caff-ba87-4dba-893a-f952a72555e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4f3caff-ba87-4dba-893a-f952a72555e9 found for delete ", "request_id": "req-7296de00-25e1-426e-910d-152c1d4ca509"}]} 2026-07-31 01:20:37.509 8 INFO neutron.services.segments.plugin [-] Segment a4f3caff-ba87-4dba-893a-f952a72555e9 resource provider aggregate not found 2026-07-31 01:20:37.525 8 INFO neutron.services.segments.plugin [-] Segment a4f3caff-ba87-4dba-893a-f952a72555e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4f3caff-ba87-4dba-893a-f952a72555e9 found for delete ", "request_id": "req-7b952de6-4f78-4256-83b8-15fa3ec2fffa"}]} [pid: 8|app: 0|req: 1311/2597] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:37 2026] GET /v2.0/security-groups?tenant_id=1f2532be5f884a219017ed56138916b4&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2598] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:37 2026] DELETE /v2.0/security-groups/2f82bcde-4cc7-4aa5-a038-45e405fdec46 => 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: 1312/2599] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:38 2026] GET /v2.0/security-groups?tenant_id=ab8b7a8d378e46bd81fdbc7588ecb483&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2600] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:38 2026] DELETE /v2.0/security-groups/2bdbc421-bab6-4c04-aaab-d9117eb19448 => 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: 1313/2601] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:20:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2602] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:20:42 2026] POST /v2.0/subnetpools => generated 516 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2603] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:20:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2604] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:20:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2605] 10.0.0.229 () {34 vars in 673 bytes} [Fri Jul 31 01:20:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2606] 10.0.0.229 () {34 vars in 756 bytes} [Fri Jul 31 01:20:43 2026] PUT /v2.0/subnetpools/5f62e2bb-59d6-4361-9e9e-52cfa071bdb0/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2607] 10.0.0.229 () {34 vars in 756 bytes} [Fri Jul 31 01:20:43 2026] PUT /v2.0/subnetpools/0413a7a2-a68f-4534-a57d-a8a02b350c2a/tags => generated 25 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2608] 10.0.0.229 () {34 vars in 756 bytes} [Fri Jul 31 01:20:43 2026] PUT /v2.0/subnetpools/d247df2c-7d80-4907-8da2-4d3ec0940fa1/tags => generated 34 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2609] 10.0.0.229 () {34 vars in 756 bytes} [Fri Jul 31 01:20:43 2026] PUT /v2.0/subnetpools/631ab010-0924-48da-9003-240667c6b91f/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2610] 10.0.0.229 () {32 vars in 669 bytes} [Fri Jul 31 01:20:43 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2611] 10.0.0.229 () {32 vars in 683 bytes} [Fri Jul 31 01:20:43 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2612] 10.0.0.229 () {32 vars in 679 bytes} [Fri Jul 31 01:20:43 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2613] 10.0.0.229 () {32 vars in 691 bytes} [Fri Jul 31 01:20:43 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: 7|app: 0|req: 1295/2614] 10.0.0.229 () {32 vars in 677 bytes} [Fri Jul 31 01:20:43 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2615] 10.0.0.229 () {32 vars in 691 bytes} [Fri Jul 31 01:20:44 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2616] 10.0.0.229 () {32 vars in 687 bytes} [Fri Jul 31 01:20:44 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2617] 10.0.0.229 () {32 vars in 699 bytes} [Fri Jul 31 01:20:44 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2618] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:20:44 2026] DELETE /v2.0/subnetpools/5f62e2bb-59d6-4361-9e9e-52cfa071bdb0 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2619] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:20:44 2026] DELETE /v2.0/subnetpools/0413a7a2-a68f-4534-a57d-a8a02b350c2a => 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: 1298/2620] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:20:44 2026] DELETE /v2.0/subnetpools/d247df2c-7d80-4907-8da2-4d3ec0940fa1 => 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: 1323/2621] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:20:44 2026] DELETE /v2.0/subnetpools/631ab010-0924-48da-9003-240667c6b91f => 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: 1299/2622] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:20:44 2026] DELETE /v2.0/subnetpools/95dc317c-55ec-4e8f-bc84-569352db9e45 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2623] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:45 2026] GET /v2.0/security-groups?tenant_id=7cf5b02b1678483b83f3a0f62d8acbfc&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2624] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:45 2026] DELETE /v2.0/security-groups/c04a7ea3-fe2b-49b3-b1bb-f3a6d4a7e2b0 => generated 0 bytes in 589 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2625] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:46 2026] GET /v2.0/security-groups?tenant_id=875507169dc64999b4910327c71e8707&name=default => generated 2929 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2626] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:46 2026] DELETE /v2.0/security-groups/8fefa682-50a2-4a60-8930-1e8a68c3f081 => 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: 1326/2627] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:46 2026] GET /v2.0/security-groups?tenant_id=b32bf80a62bf42a89b15b74139100db5&name=default => generated 2929 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2628] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:47 2026] DELETE /v2.0/security-groups/8f026f96-404c-4847-9441-618797ec00fe => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:20:50.867 8 INFO neutron.db.segments_db [None req-fbdaf097-b784-4657-babc-20e971ab9e71 a01ef0f71b184caba6fa457ea39b954e 2d5035d9e66e4755868f9d93de9baa1c - - default default] Added segment eab885e6-0164-49a2-baf9-1c43f99234b2 of type vxlan for network 921054c1-b1bf-4dda-96ec-9308c1911e10 [pid: 8|app: 0|req: 1328/2631] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:20:50 2026] POST /v2.0/networks => generated 613 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:20:51.094 7 INFO neutron.db.segments_db [None req-5ca1bdf3-7ec1-4647-b4a0-1e0e7e5aae2e a01ef0f71b184caba6fa457ea39b954e 2d5035d9e66e4755868f9d93de9baa1c - - default default] Added segment e65ed664-01c3-4c57-b730-236de7913061 of type vxlan for network 05082a68-2917-4198-9ffa-b4cfe790d0f1 [pid: 7|app: 0|req: 1304/2632] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:20:51 2026] POST /v2.0/networks => generated 613 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2633] 10.0.0.229 () {34 vars in 750 bytes} [Fri Jul 31 01:20:51 2026] PUT /v2.0/networks/921054c1-b1bf-4dda-96ec-9308c1911e10/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: 1305/2634] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:20:51 2026] GET /v2.0/networks/921054c1-b1bf-4dda-96ec-9308c1911e10/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2635] 10.0.0.229 () {34 vars in 750 bytes} [Fri Jul 31 01:20:51 2026] PUT /v2.0/networks/05082a68-2917-4198-9ffa-b4cfe790d0f1/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2636] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:20:51 2026] GET /v2.0/networks/05082a68-2917-4198-9ffa-b4cfe790d0f1/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2637] 10.0.0.229 () {34 vars in 750 bytes} [Fri Jul 31 01:20:51 2026] PUT /v2.0/networks/05082a68-2917-4198-9ffa-b4cfe790d0f1/tags => generated 12 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2638] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:20:51 2026] GET /v2.0/networks/05082a68-2917-4198-9ffa-b4cfe790d0f1/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2639] 10.0.0.229 () {32 vars in 730 bytes} [Fri Jul 31 01:20:51 2026] GET /v2.0/networks/921054c1-b1bf-4dda-96ec-9308c1911e10/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:20:51.760 7 INFO neutron.services.segments.plugin [-] Segment eab885e6-0164-49a2-baf9-1c43f99234b2 resource provider aggregate not found 2026-07-31 01:20:51.763 7 INFO neutron.services.segments.plugin [-] Segment eab885e6-0164-49a2-baf9-1c43f99234b2 resource provider aggregate not found 2026-07-31 01:20:51.788 7 INFO neutron.services.segments.plugin [-] Segment eab885e6-0164-49a2-baf9-1c43f99234b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eab885e6-0164-49a2-baf9-1c43f99234b2 found for delete ", "request_id": "req-86b030e1-e672-4800-b195-401e837d6044"}]} 2026-07-31 01:20:51.789 7 INFO neutron.services.segments.plugin [-] Segment eab885e6-0164-49a2-baf9-1c43f99234b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eab885e6-0164-49a2-baf9-1c43f99234b2 found for delete ", "request_id": "req-cc35ce33-9093-473e-979a-f39eadd2ba96"}]} [pid: 7|app: 0|req: 1308/2640] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:20:51 2026] DELETE /v2.0/networks/921054c1-b1bf-4dda-96ec-9308c1911e10 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:20:51.974 8 INFO neutron.services.segments.plugin [-] Segment e65ed664-01c3-4c57-b730-236de7913061 resource provider aggregate not found 2026-07-31 01:20:51.981 8 INFO neutron.services.segments.plugin [-] Segment e65ed664-01c3-4c57-b730-236de7913061 resource provider aggregate not found 2026-07-31 01:20:51.998 8 INFO neutron.services.segments.plugin [-] Segment e65ed664-01c3-4c57-b730-236de7913061 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e65ed664-01c3-4c57-b730-236de7913061 found for delete ", "request_id": "req-c9c9f65c-b533-4a79-8328-648d50798091"}]} 2026-07-31 01:20:52.006 8 INFO neutron.services.segments.plugin [-] Segment e65ed664-01c3-4c57-b730-236de7913061 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e65ed664-01c3-4c57-b730-236de7913061 found for delete ", "request_id": "req-dce3c2c5-af4d-4116-9e7c-572d616bc9ad"}]} [pid: 8|app: 0|req: 1333/2641] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:20:51 2026] DELETE /v2.0/networks/05082a68-2917-4198-9ffa-b4cfe790d0f1 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2642] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:52 2026] GET /v2.0/security-groups?tenant_id=2d5035d9e66e4755868f9d93de9baa1c&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: 1334/2643] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:52 2026] DELETE /v2.0/security-groups/cf970b67-4a2e-4f54-801b-6aac70416f00 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2644] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:20:53 2026] GET /v2.0/security-groups?tenant_id=3883242fe6724a07896262236f2dbac8&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2645] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:20:53 2026] DELETE /v2.0/security-groups/3affc7e3-e7b4-4a98-8271-b28ced3d529e => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:21:03.408 7 INFO neutron.db.segments_db [None req-f2330ecb-6f64-4702-87b4-c48763fe9521 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Added segment 596be5df-bd3f-40ae-9e85-2ef66d526f35 of type vxlan for network 17db11cb-cb74-4576-8be0-e11f0b6d3e9c [pid: 7|app: 0|req: 1311/2648] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:21:03 2026] POST /v2.0/networks => generated 620 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2649] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:21:03 2026] POST /v2.0/subnets => generated 658 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2650] 10.0.0.229 () {32 vars in 719 bytes} [Fri Jul 31 01:21:03 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2651] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:21:03 2026] POST /v2.0/subnets => generated 731 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:21:04.309 7 INFO neutron.db.segments_db [None req-46a21e29-4adb-4d7f-9a75-90ba88d411ca 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Added segment 1edb543d-d66a-4cae-afbd-6e26bdd90816 of type vxlan for network 6ccb6c8a-e98d-457b-925e-39a02d1f4bbd [pid: 7|app: 0|req: 1313/2652] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:21:04 2026] POST /v2.0/networks => generated 618 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2653] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:21:04 2026] POST /v2.0/subnets => generated 656 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2654] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:21:04 2026] POST /v2.0/subnets => generated 726 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:21:05.233 8 INFO neutron.db.segments_db [None req-383a7ed0-1420-4c30-9e55-01b14dce6532 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Added segment 57b86205-fccb-4100-a115-bbaaddf83f36 of type vxlan for network 071be723-4b67-4a78-a51a-05b2b33d261b [pid: 8|app: 0|req: 1341/2655] 10.0.0.229 () {34 vars in 667 bytes} [Fri Jul 31 01:21:05 2026] POST /v2.0/networks => generated 619 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2656] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:21:05 2026] POST /v2.0/subnets => generated 656 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2657] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:21:05 2026] POST /v2.0/subnets => generated 729 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:21:06.208 7 INFO neutron.db.segments_db [None req-5f5eb5ce-2245-4e6b-a727-bea601b9be40 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Added segment 60e2e00e-3bfd-4bdf-b3eb-acefba495969 of type vxlan for network 39c3f200-0482-4c76-be15-d387a8bece7f 2026-07-31 01:21:06.559 7 INFO neutron.db.l3_hamode_db [None req-5f5eb5ce-2245-4e6b-a727-bea601b9be40 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-31 01:21:07.381 7 INFO neutron.db.l3_hamode_db [None req-5f5eb5ce-2245-4e6b-a727-bea601b9be40 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1316/2658] 10.0.0.229 () {34 vars in 666 bytes} [Fri Jul 31 01:21:06 2026] POST /v2.0/routers => generated 684 bytes in 2362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2659] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:21:08 2026] PUT /v2.0/routers/2d73df6d-2522-46cb-a2fa-f0ac5069757c/add_router_interface => generated 309 bytes in 1371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2660] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:21:09 2026] PUT /v2.0/routers/2d73df6d-2522-46cb-a2fa-f0ac5069757c/add_router_interface => generated 309 bytes in 1468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2661] 10.0.0.229 () {34 vars in 780 bytes} [Fri Jul 31 01:21:11 2026] PUT /v2.0/routers/2d73df6d-2522-46cb-a2fa-f0ac5069757c/add_router_interface => generated 309 bytes in 1920 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2662] 10.0.0.229 () {34 vars in 681 bytes} [Fri Jul 31 01:21:13 2026] POST /v2.0/security-groups => generated 1627 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2663] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:21:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2664] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:21:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2665] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:21:14 2026] POST /v2.0/security-group-rules => generated 599 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2666] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:21:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2667] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:21:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2668] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:21:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2669] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:21:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2670] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:21:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2671] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:21:15 2026] POST /v2.0/security-group-rules => generated 599 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2672] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:21:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2673] 10.0.0.229 () {34 vars in 692 bytes} [Fri Jul 31 01:21:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2674] 10.0.0.236 () {34 vars in 1087 bytes} [Fri Jul 31 01:21:16 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-4022948&fields=id&tenant_id=cb96e7b60c634b47b2047f0ba894cca8 => 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: 1351/2675] 10.0.0.236 () {34 vars in 979 bytes} [Fri Jul 31 01:21:16 2026] GET /v2.0/networks?id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd => generated 704 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2676] 10.0.0.236 () {34 vars in 962 bytes} [Fri Jul 31 01:21:16 2026] GET /v2.0/quotas/cb96e7b60c634b47b2047f0ba894cca8 => 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: 1352/2677] 10.0.0.236 () {34 vars in 999 bytes} [Fri Jul 31 01:21:16 2026] GET /v2.0/ports?tenant_id=cb96e7b60c634b47b2047f0ba894cca8&fields=id => generated 241 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2678] 10.0.0.236 () {34 vars in 1005 bytes} [Fri Jul 31 01:21:16 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?fields=segments => generated 14 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2679] 10.0.0.236 () {34 vars in 1105 bytes} [Fri Jul 31 01:21:16 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?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: 1327/2680] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:21:17 2026] GET /v2.0/ports?device_id=70312836-6b37-41f5-80ae-26d31a914c80 => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2683] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:21:21 2026] GET /v2.0/networks?id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd => generated 704 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2684] 162.253.55.222 () {34 vars in 1047 bytes} [Fri Jul 31 01:21:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cb96e7b60c634b47b2047f0ba894cca8 => generated 176 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2685] 162.253.55.222 () {38 vars in 952 bytes} [Fri Jul 31 01:21:21 2026] POST /v2.0/ports => generated 1179 bytes in 554 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: 1330/2686] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:21:22 2026] GET /v2.0/ports?device_id=70312836-6b37-41f5-80ae-26d31a914c80 => generated 1182 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2687] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:21:22 2026] GET /v2.0/security-groups?id=f454ebcb-447d-40ef-96a0-565862785a1a&fields=id&fields=name => generated 109 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2688] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:21:22 2026] PUT /v2.0/ports/571ef936-3970-4578-b7fb-5805d6f211e0 => generated 1460 bytes in 494 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:21:22.849 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b74e16c-4055-4cd4-8a09-486ea120492e'] response: {'name': 'network-changed', 'server_uuid': '70312836-6b37-41f5-80ae-26d31a914c80', 'tag': '571ef936-3970-4578-b7fb-5805d6f211e0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1332/2689] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:21:23 2026] GET /v2.0/ports?tenant_id=cb96e7b60c634b47b2047f0ba894cca8&device_id=70312836-6b37-41f5-80ae-26d31a914c80 => generated 1463 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1358/2690] 162.253.55.222 () {34 vars in 1015 bytes} [Fri Jul 31 01:21:23 2026] GET /v2.0/networks?tenant_id=cb96e7b60c634b47b2047f0ba894cca8&shared=False => generated 2373 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2691] 162.253.55.222 () {34 vars in 927 bytes} [Fri Jul 31 01:21:23 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: 8|app: 0|req: 1359/2692] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:21:24 2026] GET /v2.0/ports?tenant_id=cb96e7b60c634b47b2047f0ba894cca8&device_id=70312836-6b37-41f5-80ae-26d31a914c80 => generated 1463 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2693] 162.253.55.222 () {34 vars in 1053 bytes} [Fri Jul 31 01:21:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.91&port_id=571ef936-3970-4578-b7fb-5805d6f211e0 => 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: 1360/2694] 162.253.55.222 () {34 vars in 1101 bytes} [Fri Jul 31 01:21:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A13a&port_id=571ef936-3970-4578-b7fb-5805d6f211e0 => 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: 1335/2695] 162.253.55.222 () {34 vars in 1061 bytes} [Fri Jul 31 01:21:24 2026] GET /v2.0/subnets?id=f9cd2bb0-1545-413e-9e90-1f47636aee5c&id=783a7c30-0935-4c63-9dbf-e8c5e2613f28 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2696] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:21:24 2026] GET /v2.0/ports?network_id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2697] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:21:24 2026] GET /v2.0/ports?network_id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd&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: 1362/2698] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:21:24 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?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: 1337/2699] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:21:24 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2700] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:21:27 2026] GET /v2.0/ports?device_id=70312836-6b37-41f5-80ae-26d31a914c80 => generated 1194 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2701] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:21:27 2026] GET /v2.0/security-groups?id=f454ebcb-447d-40ef-96a0-565862785a1a&fields=id&fields=name => generated 109 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2702] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:21:32 2026] GET /v2.0/ports?device_id=70312836-6b37-41f5-80ae-26d31a914c80 => generated 1196 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2703] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:21:32 2026] GET /v2.0/security-groups?id=f454ebcb-447d-40ef-96a0-565862785a1a&fields=id&fields=name => generated 109 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2704] 10.0.0.229 () {32 vars in 815 bytes} [Fri Jul 31 01:21:32 2026] GET /v2.0/ports?network_id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd&mac_address=fa%3A16%3A3e%3Aa5%3A13%3A87 => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:21:33.636 7 INFO neutron.db.l3_db [None req-d4475b48-0995-4202-be7e-f0d5fe6f3ed6 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Floating IP d1ad2195-7724-44a4-9540-5e811d5d2baf associated. External IP: 10.96.250.212, port: 571ef936-3970-4578-b7fb-5805d6f211e0. [pid: 7|app: 0|req: 1340/2707] 10.0.0.229 () {34 vars in 674 bytes} [Fri Jul 31 01:21:32 2026] POST /v2.0/floatingips => generated 854 bytes in 1196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:21:34.140 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-114a7d37-49dc-4269-b1b5-ad25e0cde359'] response: {'name': 'network-changed', 'server_uuid': '70312836-6b37-41f5-80ae-26d31a914c80', 'tag': '571ef936-3970-4578-b7fb-5805d6f211e0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1368/2708] 10.0.0.236 () {34 vars in 1087 bytes} [Fri Jul 31 01:21:34 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-4022948&fields=id&tenant_id=cb96e7b60c634b47b2047f0ba894cca8 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2709] 10.0.0.236 () {34 vars in 979 bytes} [Fri Jul 31 01:21:34 2026] GET /v2.0/networks?id=071be723-4b67-4a78-a51a-05b2b33d261b => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2710] 10.0.0.236 () {34 vars in 962 bytes} [Fri Jul 31 01:21:34 2026] GET /v2.0/quotas/cb96e7b60c634b47b2047f0ba894cca8 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2711] 10.0.0.236 () {34 vars in 999 bytes} [Fri Jul 31 01:21:34 2026] GET /v2.0/ports?tenant_id=cb96e7b60c634b47b2047f0ba894cca8&fields=id => generated 333 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2712] 10.0.0.236 () {34 vars in 1005 bytes} [Fri Jul 31 01:21:34 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2713] 10.0.0.236 () {34 vars in 1105 bytes} [Fri Jul 31 01:21:34 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2714] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:21:34 2026] GET /v2.0/ports?tenant_id=cb96e7b60c634b47b2047f0ba894cca8&device_id=70312836-6b37-41f5-80ae-26d31a914c80 => generated 1465 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2715] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:21:34 2026] GET /v2.0/networks?id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2716] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:21:34 2026] GET /v2.0/ports?device_id=77a8d589-7866-4f98-bf82-7eef9441f2ff => 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: 1372/2717] 162.253.55.222 () {34 vars in 1053 bytes} [Fri Jul 31 01:21:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.91&port_id=571ef936-3970-4578-b7fb-5805d6f211e0 => generated 857 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2718] 162.253.55.222 () {34 vars in 1101 bytes} [Fri Jul 31 01:21:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A13a&port_id=571ef936-3970-4578-b7fb-5805d6f211e0 => 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: 1373/2719] 162.253.55.222 () {34 vars in 1061 bytes} [Fri Jul 31 01:21:34 2026] GET /v2.0/subnets?id=f9cd2bb0-1545-413e-9e90-1f47636aee5c&id=783a7c30-0935-4c63-9dbf-e8c5e2613f28 => generated 1411 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2720] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:21:34 2026] GET /v2.0/ports?network_id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2721] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:21:34 2026] GET /v2.0/ports?network_id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2722] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:21:34 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?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: 1375/2723] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:21:35 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?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: 1349/2724] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:21:39 2026] GET /v2.0/networks?id=071be723-4b67-4a78-a51a-05b2b33d261b => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2725] 162.253.55.222 () {34 vars in 1047 bytes} [Fri Jul 31 01:21:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cb96e7b60c634b47b2047f0ba894cca8 => generated 176 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2726] 162.253.55.222 () {38 vars in 952 bytes} [Fri Jul 31 01:21:39 2026] POST /v2.0/ports => generated 1187 bytes in 518 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: 1351/2727] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:21:39 2026] GET /v2.0/ports?device_id=77a8d589-7866-4f98-bf82-7eef9441f2ff => generated 1190 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2728] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:21:39 2026] GET /v2.0/security-groups?id=f454ebcb-447d-40ef-96a0-565862785a1a&fields=id&fields=name => generated 109 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2729] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:21:39 2026] PUT /v2.0/ports/6506c8db-6b23-4db1-8727-ab5182fd274e => generated 1468 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:21:40.367 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9835541-a6ab-4d7a-816a-34a25818d353'] response: {'name': 'network-changed', 'server_uuid': '77a8d589-7866-4f98-bf82-7eef9441f2ff', 'tag': '6506c8db-6b23-4db1-8727-ab5182fd274e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1353/2730] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:21:40 2026] GET /v2.0/ports?tenant_id=cb96e7b60c634b47b2047f0ba894cca8&device_id=77a8d589-7866-4f98-bf82-7eef9441f2ff => generated 1471 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1378/2731] 162.253.55.222 () {34 vars in 1015 bytes} [Fri Jul 31 01:21:40 2026] GET /v2.0/networks?tenant_id=cb96e7b60c634b47b2047f0ba894cca8&shared=False => generated 2373 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2732] 162.253.55.222 () {34 vars in 927 bytes} [Fri Jul 31 01:21:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2733] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:21:42 2026] GET /v2.0/ports?tenant_id=cb96e7b60c634b47b2047f0ba894cca8&device_id=77a8d589-7866-4f98-bf82-7eef9441f2ff => generated 1471 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2734] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:21:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.175&port_id=6506c8db-6b23-4db1-8727-ab5182fd274e => 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: 1380/2735] 162.253.55.222 () {34 vars in 1103 bytes} [Fri Jul 31 01:21:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A176&port_id=6506c8db-6b23-4db1-8727-ab5182fd274e => 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: 1356/2736] 162.253.55.222 () {34 vars in 1061 bytes} [Fri Jul 31 01:21:42 2026] GET /v2.0/subnets?id=74485baa-c455-43fa-8e84-2da7d59bcb37&id=d28dbff7-db6b-4e27-b29a-f2c932408646 => generated 1414 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2737] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:21:42 2026] GET /v2.0/ports?network_id=071be723-4b67-4a78-a51a-05b2b33d261b&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: 1357/2738] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:21:42 2026] GET /v2.0/ports?network_id=071be723-4b67-4a78-a51a-05b2b33d261b&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: 1382/2739] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:21:42 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?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: 1358/2740] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:21:42 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2741] 10.0.0.101 () {34 vars in 987 bytes} [Fri Jul 31 01:21:42 2026] GET /v2.0/ports?device_id=70312836-6b37-41f5-80ae-26d31a914c80 => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2742] 10.0.0.101 () {34 vars in 1037 bytes} [Fri Jul 31 01:21:42 2026] GET /v2.0/security-groups?id=f454ebcb-447d-40ef-96a0-565862785a1a&fields=id&fields=name => generated 109 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2743] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:21:45 2026] GET /v2.0/ports?device_id=77a8d589-7866-4f98-bf82-7eef9441f2ff => generated 1204 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2744] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:21:45 2026] GET /v2.0/security-groups?id=f454ebcb-447d-40ef-96a0-565862785a1a&fields=id&fields=name => generated 109 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2747] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:21:50 2026] GET /v2.0/ports?device_id=77a8d589-7866-4f98-bf82-7eef9441f2ff => generated 1204 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2748] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:21:50 2026] GET /v2.0/security-groups?id=f454ebcb-447d-40ef-96a0-565862785a1a&fields=id&fields=name => generated 109 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2749] 10.0.0.229 () {32 vars in 815 bytes} [Fri Jul 31 01:21:50 2026] GET /v2.0/ports?network_id=071be723-4b67-4a78-a51a-05b2b33d261b&mac_address=fa%3A16%3A3e%3A75%3A44%3Aaf => generated 1204 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:21:51.254 7 INFO neutron.db.l3_db [None req-f66aed9e-aa35-4280-a09a-d98cd12d708e 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Floating IP f2f11cff-e7e5-4ea5-9d08-f8efc96e5a94 associated. External IP: 10.96.250.220, port: 6506c8db-6b23-4db1-8727-ab5182fd274e. [pid: 7|app: 0|req: 1363/2750] 10.0.0.229 () {34 vars in 674 bytes} [Fri Jul 31 01:21:50 2026] POST /v2.0/floatingips => generated 855 bytes in 1191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-31 01:21:51.630 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b3bca86-d243-420d-a226-4075cf996f11'] response: {'name': 'network-changed', 'server_uuid': '77a8d589-7866-4f98-bf82-7eef9441f2ff', 'tag': '6506c8db-6b23-4db1-8727-ab5182fd274e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1388/2751] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:21:52 2026] GET /v2.0/ports?tenant_id=cb96e7b60c634b47b2047f0ba894cca8&device_id=77a8d589-7866-4f98-bf82-7eef9441f2ff => generated 1473 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2752] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:21:52 2026] GET /v2.0/networks?id=071be723-4b67-4a78-a51a-05b2b33d261b => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2753] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:21:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.175&port_id=6506c8db-6b23-4db1-8727-ab5182fd274e => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2754] 162.253.55.222 () {34 vars in 1103 bytes} [Fri Jul 31 01:21:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A176&port_id=6506c8db-6b23-4db1-8727-ab5182fd274e => 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: 1390/2755] 162.253.55.222 () {34 vars in 1061 bytes} [Fri Jul 31 01:21:52 2026] GET /v2.0/subnets?id=74485baa-c455-43fa-8e84-2da7d59bcb37&id=d28dbff7-db6b-4e27-b29a-f2c932408646 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2756] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:21:52 2026] GET /v2.0/ports?network_id=071be723-4b67-4a78-a51a-05b2b33d261b&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2757] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:21:52 2026] GET /v2.0/ports?network_id=071be723-4b67-4a78-a51a-05b2b33d261b&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: 1367/2758] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:21:52 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?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: 1392/2759] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:21:52 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?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: 1368/2760] 10.0.0.101 () {34 vars in 987 bytes} [Fri Jul 31 01:21:56 2026] GET /v2.0/ports?device_id=77a8d589-7866-4f98-bf82-7eef9441f2ff => generated 1473 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2761] 10.0.0.101 () {34 vars in 1037 bytes} [Fri Jul 31 01:21:56 2026] GET /v2.0/security-groups?id=f454ebcb-447d-40ef-96a0-565862785a1a&fields=id&fields=name => generated 109 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2764] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:22:08 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2765] 10.0.0.246 () {30 vars in 687 bytes} [Fri Jul 31 01:22:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2766] 10.0.0.246 () {30 vars in 689 bytes} [Fri Jul 31 01:22:09 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: 1396/2767] 10.0.0.246 () {30 vars in 665 bytes} [Fri Jul 31 01:22:09 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: 1372/2768] 10.0.0.246 () {30 vars in 701 bytes} [Fri Jul 31 01:22:09 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: 1397/2769] 10.0.0.246 () {28 vars in 436 bytes} [Fri Jul 31 01:22:10 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: 1373/2770] 10.0.0.246 () {30 vars in 725 bytes} [Fri Jul 31 01:22:10 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 658 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2771] 10.0.0.246 () {30 vars in 687 bytes} [Fri Jul 31 01:22:10 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: 1374/2772] 10.0.0.246 () {30 vars in 689 bytes} [Fri Jul 31 01:22:10 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: 1399/2773] 10.0.0.246 () {30 vars in 665 bytes} [Fri Jul 31 01:22:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2774] 10.0.0.246 () {30 vars in 701 bytes} [Fri Jul 31 01:22:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2775] 10.0.0.246 () {30 vars in 725 bytes} [Fri Jul 31 01:22:10 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => 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: 1376/2776] 10.0.0.246 () {30 vars in 687 bytes} [Fri Jul 31 01:22:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2777] 10.0.0.246 () {30 vars in 689 bytes} [Fri Jul 31 01:22:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2778] 10.0.0.246 () {30 vars in 665 bytes} [Fri Jul 31 01:22:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2779] 10.0.0.246 () {30 vars in 701 bytes} [Fri Jul 31 01:22:10 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2780] 10.0.0.246 () {30 vars in 727 bytes} [Fri Jul 31 01:22:10 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2781] 10.0.0.246 () {30 vars in 679 bytes} [Fri Jul 31 01:22:10 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2782] 10.0.0.246 () {34 vars in 701 bytes} [Fri Jul 31 01:22:10 2026] POST /v2.0/ports => generated 1132 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2783] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:22:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1380/2784] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:22:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2785] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:22:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2786] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:22:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2787] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:22:14 2026] GET /v2.0/ports/f7865973-51fe-47b4-94c2-fea3cd5c0752 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2788] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:22:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2789] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:22:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2790] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:22:14 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: 1408/2791] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:22:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:22:14.664 7 INFO neutron.api.v2.resource [None req-c2603858-a7a2-4291-9af9-9ca066a135a5 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1384/2792] 162.253.55.222 () {30 vars in 760 bytes} [Fri Jul 31 01:22:14 2026] GET /v2.0/security-groups/lb-b3d7c6e1-1195-4219-acf9-97c8e78d952c => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2793] 162.253.55.222 () {30 vars in 782 bytes} [Fri Jul 31 01:22:14 2026] GET /v2.0/security-groups?name=lb-b3d7c6e1-1195-4219-acf9-97c8e78d952c => generated 23 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2794] 162.253.55.222 () {34 vars in 733 bytes} [Fri Jul 31 01:22:14 2026] POST /v2.0/security-groups => generated 1638 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2795] 162.253.55.222 () {30 vars in 812 bytes} [Fri Jul 31 01:22:14 2026] GET /v2.0/security-group-rules?security_group_id=5babc321-a440-4d18-90a6-d0217ce4ebf6 => generated 1182 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2796] 162.253.55.222 () {34 vars in 786 bytes} [Fri Jul 31 01:22:14 2026] PUT /v2.0/ports/f7865973-51fe-47b4-94c2-fea3cd5c0752 => generated 1132 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2797] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:22:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1387/2798] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:22:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2799] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:22:15 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: 1388/2800] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:22:15 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: 1413/2801] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:22:15 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => 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: 1390/2804] 10.0.0.236 () {34 vars in 1013 bytes} [Fri Jul 31 01:22:23 2026] GET /v2.0/security-groups?id=9b1bd5ee-54ca-44df-885f-6606a67cda31&fields=id => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2805] 10.0.0.236 () {34 vars in 979 bytes} [Fri Jul 31 01:22:23 2026] GET /v2.0/networks?id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2 => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2806] 10.0.0.236 () {34 vars in 962 bytes} [Fri Jul 31 01:22:23 2026] GET /v2.0/quotas/aa5c5e5286ae4191a9636326cd014778 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2807] 10.0.0.236 () {34 vars in 999 bytes} [Fri Jul 31 01:22:23 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&fields=id => generated 149 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2808] 10.0.0.236 () {34 vars in 1005 bytes} [Fri Jul 31 01:22:23 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2809] 10.0.0.236 () {34 vars in 1105 bytes} [Fri Jul 31 01:22:23 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2?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: 1393/2810] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:22:24 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => 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: 1418/2811] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:22:24 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => 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: 1394/2812] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:22:28 2026] GET /v2.0/networks?id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2 => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2813] 162.253.55.222 () {34 vars in 1047 bytes} [Fri Jul 31 01:22:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=aa5c5e5286ae4191a9636326cd014778 => generated 343 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2814] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:22:28 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => 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: 1421/2815] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:22:28 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => 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: 1395/2816] 162.253.55.222 () {38 vars in 952 bytes} [Fri Jul 31 01:22:28 2026] POST /v2.0/ports => generated 1082 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2817] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:22:28 2026] PUT /v2.0/ports/c46472d4-75b8-4b80-b153-ab7321eda1ed => generated 1243 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:22:29.470 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffeb1e2c-f57d-4401-940a-b9d8d0948206'] response: {'name': 'network-changed', 'server_uuid': 'db504ecb-718e-45dd-be76-bbe095a24b9f', 'tag': 'c46472d4-75b8-4b80-b153-ab7321eda1ed', '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: 1396/2818] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:22:29 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 1246 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: 1423/2819] 162.253.55.222 () {34 vars in 1015 bytes} [Fri Jul 31 01:22:30 2026] GET /v2.0/networks?tenant_id=aa5c5e5286ae4191a9636326cd014778&shared=False => generated 735 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2820] 162.253.55.222 () {34 vars in 927 bytes} [Fri Jul 31 01:22:30 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: 1424/2821] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:22:31 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2822] 162.253.55.222 () {34 vars in 1059 bytes} [Fri Jul 31 01:22:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.219&port_id=c46472d4-75b8-4b80-b153-ab7321eda1ed => 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: 1425/2823] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:22:31 2026] GET /v2.0/subnets?id=d1a2c5c0-6eb4-415c-b59b-d5c147ee8ea2 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2824] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:22:31 2026] GET /v2.0/ports?network_id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2825] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:22:31 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2?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: 1400/2826] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:22:31 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2?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: 1427/2827] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:22:32 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2828] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:22:32 2026] GET /v2.0/security-groups?id=9b1bd5ee-54ca-44df-885f-6606a67cda31&fields=id&fields=name => generated 96 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2829] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:22:32 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => 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: 1430/2832] 162.253.55.222 () {34 vars in 991 bytes} [Fri Jul 31 01:22:35 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2833] 162.253.55.222 () {34 vars in 1041 bytes} [Fri Jul 31 01:22:35 2026] GET /v2.0/security-groups?id=9b1bd5ee-54ca-44df-885f-6606a67cda31&fields=id&fields=name => generated 96 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2834] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:22:36 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2835] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:22:36 2026] GET /v2.0/security-groups?id=9b1bd5ee-54ca-44df-885f-6606a67cda31&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2836] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:22:36 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2837] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:22:41 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2838] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:22:41 2026] GET /v2.0/security-groups?id=9b1bd5ee-54ca-44df-885f-6606a67cda31&fields=id&fields=name => generated 96 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2839] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:22:41 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2844] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:23:16 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: 1409/2845] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:23:16 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: 1437/2846] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:23:16 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: 1410/2847] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:23:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2848] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:23:16 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2849] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:23:16 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2850] 162.253.55.222 () {34 vars in 714 bytes} [Fri Jul 31 01:23:16 2026] POST /v2.0/ports => generated 1055 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2851] 10.0.0.236 () {34 vars in 968 bytes} [Fri Jul 31 01:23:17 2026] GET /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 1055 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2852] 10.0.0.236 () {34 vars in 904 bytes} [Fri Jul 31 01:23: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: 1442/2855] 162.253.55.222 () {34 vars in 1259 bytes} [Fri Jul 31 01:23:18 2026] GET /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2856] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:23:18 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?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: 1443/2857] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:23:18 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?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: 1415/2858] 162.253.55.222 () {34 vars in 972 bytes} [Fri Jul 31 01:23:18 2026] GET /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 1055 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2859] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:23:18 2026] GET /v2.0/networks?id=17db11cb-cb74-4576-8be0-e11f0b6d3e9c => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2860] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:23:19 2026] PUT /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 1245 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:23:19.545 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b9ed586-1fea-492a-b952-2892be241c87'] response: {'name': 'network-changed', 'server_uuid': 'db504ecb-718e-45dd-be76-bbe095a24b9f', 'tag': 'bc18d2cf-775e-4761-8d49-4cad39f28829', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1445/2861] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:23:20 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 2485 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2862] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:23:20 2026] GET /v2.0/networks?id=17db11cb-cb74-4576-8be0-e11f0b6d3e9c => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2863] 162.253.55.222 () {34 vars in 1053 bytes} [Fri Jul 31 01:23:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.92&port_id=bc18d2cf-775e-4761-8d49-4cad39f28829 => 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: 1418/2864] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:23:20 2026] GET /v2.0/subnets?id=a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => 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: 1447/2865] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:23:20 2026] GET /v2.0/ports?network_id=17db11cb-cb74-4576-8be0-e11f0b6d3e9c&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: 1419/2866] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:23:20 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2867] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:23:20 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?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: 1420/2868] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:23:21 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2869] 162.253.55.222 () {34 vars in 1059 bytes} [Fri Jul 31 01:23:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.219&port_id=c46472d4-75b8-4b80-b153-ab7321eda1ed => 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: 1421/2870] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:23:21 2026] GET /v2.0/subnets?id=d1a2c5c0-6eb4-415c-b59b-d5c147ee8ea2 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2871] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:23:21 2026] GET /v2.0/ports?network_id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2&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: 1422/2872] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:23:21 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2?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: 1451/2873] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:23:21 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2874] 162.253.55.222 () {34 vars in 1053 bytes} [Fri Jul 31 01:23:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.92&port_id=bc18d2cf-775e-4761-8d49-4cad39f28829 => 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: 1452/2875] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:23:21 2026] GET /v2.0/subnets?id=a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2876] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:23:21 2026] GET /v2.0/ports?network_id=17db11cb-cb74-4576-8be0-e11f0b6d3e9c&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2877] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:23:21 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?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: 1425/2878] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:23:21 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?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: 1454/2879] 10.0.0.236 () {34 vars in 968 bytes} [Fri Jul 31 01:23:25 2026] GET /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 1247 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2880] 162.253.55.222 () {34 vars in 786 bytes} [Fri Jul 31 01:23:25 2026] PUT /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 1272 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:23:26.214 8 INFO neutron.api.v2.resource [None req-54453a9c-4ad5-4b1b-84ad-667a7c68074d c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1455/2881] 162.253.55.222 () {30 vars in 760 bytes} [Fri Jul 31 01:23:26 2026] GET /v2.0/security-groups/lb-b3d7c6e1-1195-4219-acf9-97c8e78d952c => generated 149 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:23:26.232 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a969ecca-b8a7-4a46-8474-8a95dfb9a011'] response: {'name': 'network-changed', 'server_uuid': 'db504ecb-718e-45dd-be76-bbe095a24b9f', 'tag': 'bc18d2cf-775e-4761-8d49-4cad39f28829', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1427/2882] 162.253.55.222 () {30 vars in 782 bytes} [Fri Jul 31 01:23:26 2026] GET /v2.0/security-groups?name=lb-b3d7c6e1-1195-4219-acf9-97c8e78d952c => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2883] 162.253.55.222 () {34 vars in 786 bytes} [Fri Jul 31 01:23:26 2026] PUT /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 1310 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:23:26.619 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a9f05fb-bd04-4949-94d8-5d16fafe1205'] response: {'name': 'network-changed', 'server_uuid': 'db504ecb-718e-45dd-be76-bbe095a24b9f', 'tag': 'bc18d2cf-775e-4761-8d49-4cad39f28829', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1428/2884] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:23:26 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 2586 bytes in 54 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: 1457/2885] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:23:26 2026] GET /v2.0/networks?id=17db11cb-cb74-4576-8be0-e11f0b6d3e9c => generated 800 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2886] 162.253.55.222 () {34 vars in 1053 bytes} [Fri Jul 31 01:23:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.92&port_id=bc18d2cf-775e-4761-8d49-4cad39f28829 => 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: 1458/2887] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:23:26 2026] GET /v2.0/subnets?id=a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2888] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:23:26 2026] GET /v2.0/ports?network_id=17db11cb-cb74-4576-8be0-e11f0b6d3e9c&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2889] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:23:26 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?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: 1431/2890] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:23:27 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2891] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:23:27 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: 1432/2892] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:23:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2893] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:23:27 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: 1433/2894] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:23:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2895] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:23:27 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2896] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:23:27 2026] GET /v2.0/ports/f7865973-51fe-47b4-94c2-fea3cd5c0752 => 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: 1463/2897] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:23:27 2026] GET /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2898] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:23:27 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2899] 162.253.55.222 () {30 vars in 740 bytes} [Fri Jul 31 01:23:27 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2900] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:23:27 2026] GET /v2.0/ports/f7865973-51fe-47b4-94c2-fea3cd5c0752 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2901] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:23:27 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2902] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:23:28 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 2586 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2903] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:23:28 2026] GET /v2.0/networks?id=17db11cb-cb74-4576-8be0-e11f0b6d3e9c => generated 800 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2904] 162.253.55.222 () {34 vars in 1053 bytes} [Fri Jul 31 01:23:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.92&port_id=bc18d2cf-775e-4761-8d49-4cad39f28829 => 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: 1467/2905] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:23:28 2026] GET /v2.0/subnets?id=a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 679 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2906] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:23:28 2026] GET /v2.0/ports?network_id=17db11cb-cb74-4576-8be0-e11f0b6d3e9c&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2907] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:23:28 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?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: 1440/2908] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:23:28 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:23:42.452 7 INFO neutron.db.l3_db [None req-c29ab761-0965-436e-9d60-c724878a0130 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Floating IP ae1d417d-98ed-4cb3-ac79-e9ec82880b3d associated. External IP: 10.96.250.201, port: f7865973-51fe-47b4-94c2-fea3cd5c0752. [pid: 7|app: 0|req: 1442/2911] 10.0.0.229 () {34 vars in 674 bytes} [Fri Jul 31 01:23:41 2026] POST /v2.0/floatingips => generated 899 bytes in 1330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2914] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:23:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2915] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:23:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2916] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:23:48 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/2917] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:23:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:23:48.498 8 INFO neutron.api.v2.resource [None req-8023a7bf-0f37-458d-846d-66137ab763fa c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1473/2918] 162.253.55.222 () {30 vars in 760 bytes} [Fri Jul 31 01:23:48 2026] GET /v2.0/security-groups/lb-b3d7c6e1-1195-4219-acf9-97c8e78d952c => generated 149 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2919] 162.253.55.222 () {30 vars in 782 bytes} [Fri Jul 31 01:23:48 2026] GET /v2.0/security-groups?name=lb-b3d7c6e1-1195-4219-acf9-97c8e78d952c => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2920] 162.253.55.222 () {30 vars in 812 bytes} [Fri Jul 31 01:23:48 2026] GET /v2.0/security-group-rules?security_group_id=5babc321-a440-4d18-90a6-d0217ce4ebf6 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2921] 162.253.55.222 () {34 vars in 744 bytes} [Fri Jul 31 01:23:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2922] 162.253.55.222 () {34 vars in 744 bytes} [Fri Jul 31 01:23:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2923] 10.0.0.246 () {30 vars in 687 bytes} [Fri Jul 31 01:23:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2924] 10.0.0.246 () {30 vars in 689 bytes} [Fri Jul 31 01:23:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2925] 10.0.0.246 () {30 vars in 665 bytes} [Fri Jul 31 01:23:59 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: 1477/2926] 10.0.0.246 () {30 vars in 701 bytes} [Fri Jul 31 01:23:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2927] 10.0.0.246 () {28 vars in 436 bytes} [Fri Jul 31 01:24:00 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2928] 10.0.0.246 () {30 vars in 725 bytes} [Fri Jul 31 01:24:00 2026] GET /v2.0/subnets/783a7c30-0935-4c63-9dbf-e8c5e2613f28 => generated 656 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2929] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:24:02 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: 1479/2930] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:24:02 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2931] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:24:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2932] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:24:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2933] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:02 2026] GET /v2.0/subnets/783a7c30-0935-4c63-9dbf-e8c5e2613f28 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2934] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:24:02 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 2586 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2935] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:24:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2936] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:24:03 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: 1455/2937] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:24: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: 8|app: 0|req: 1483/2938] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:24:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2941] 162.253.55.222 () {34 vars in 714 bytes} [Fri Jul 31 01:24:03 2026] POST /v2.0/ports => generated 1328 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2942] 10.0.0.236 () {34 vars in 968 bytes} [Fri Jul 31 01:24:04 2026] GET /v2.0/ports/0d44e858-4899-4d67-8aa0-a547bfcd2d6e => generated 1328 bytes in 39 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: 1486/2943] 162.253.55.222 () {34 vars in 1259 bytes} [Fri Jul 31 01:24:05 2026] GET /v2.0/ports/0d44e858-4899-4d67-8aa0-a547bfcd2d6e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2944] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:05 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2945] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:05 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2946] 162.253.55.222 () {34 vars in 972 bytes} [Fri Jul 31 01:24:05 2026] GET /v2.0/ports/0d44e858-4899-4d67-8aa0-a547bfcd2d6e => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2947] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:24:05 2026] GET /v2.0/networks?id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd => 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: 1460/2948] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:24:05 2026] PUT /v2.0/ports/0d44e858-4899-4d67-8aa0-a547bfcd2d6e => generated 1518 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:24:06.507 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2f15457-f245-4723-a902-de784ccc0955'] response: {'name': 'network-changed', 'server_uuid': 'db504ecb-718e-45dd-be76-bbe095a24b9f', 'tag': '0d44e858-4899-4d67-8aa0-a547bfcd2d6e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1489/2949] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:24:07 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 4096 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1461/2950] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:24:07 2026] GET /v2.0/networks?id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2951] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:24:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.114&port_id=0d44e858-4899-4d67-8aa0-a547bfcd2d6e => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2952] 162.253.55.222 () {34 vars in 1101 bytes} [Fri Jul 31 01:24:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A129&port_id=0d44e858-4899-4d67-8aa0-a547bfcd2d6e => 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: 1491/2953] 162.253.55.222 () {34 vars in 1061 bytes} [Fri Jul 31 01:24:07 2026] GET /v2.0/subnets?id=f9cd2bb0-1545-413e-9e90-1f47636aee5c&id=783a7c30-0935-4c63-9dbf-e8c5e2613f28 => generated 1411 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2954] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:07 2026] GET /v2.0/ports?network_id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2955] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:07 2026] GET /v2.0/ports?network_id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd&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: 1464/2956] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:07 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?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: 1493/2957] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:07 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?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: 1465/2958] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:24:08 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 4096 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2959] 162.253.55.222 () {34 vars in 1059 bytes} [Fri Jul 31 01:24:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.219&port_id=c46472d4-75b8-4b80-b153-ab7321eda1ed => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2960] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:24:08 2026] GET /v2.0/subnets?id=d1a2c5c0-6eb4-415c-b59b-d5c147ee8ea2 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2961] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:08 2026] GET /v2.0/ports?network_id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2962] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:08 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2?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: 1496/2963] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:08 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2?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: 1468/2964] 162.253.55.222 () {34 vars in 1053 bytes} [Fri Jul 31 01:24:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.92&port_id=bc18d2cf-775e-4761-8d49-4cad39f28829 => 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: 1497/2965] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:24:08 2026] GET /v2.0/subnets?id=a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2966] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:08 2026] GET /v2.0/ports?network_id=17db11cb-cb74-4576-8be0-e11f0b6d3e9c&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2967] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:08 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?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: 1470/2968] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:08 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?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: 1499/2969] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:24:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.114&port_id=0d44e858-4899-4d67-8aa0-a547bfcd2d6e => 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: 1471/2970] 162.253.55.222 () {34 vars in 1101 bytes} [Fri Jul 31 01:24:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A129&port_id=0d44e858-4899-4d67-8aa0-a547bfcd2d6e => 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: 1500/2971] 162.253.55.222 () {34 vars in 1061 bytes} [Fri Jul 31 01:24:08 2026] GET /v2.0/subnets?id=f9cd2bb0-1545-413e-9e90-1f47636aee5c&id=783a7c30-0935-4c63-9dbf-e8c5e2613f28 => generated 1411 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2972] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:09 2026] GET /v2.0/ports?network_id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2973] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:09 2026] GET /v2.0/ports?network_id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2974] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:09 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2975] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:09 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2976] 10.0.0.236 () {34 vars in 968 bytes} [Fri Jul 31 01:24:13 2026] GET /v2.0/ports/0d44e858-4899-4d67-8aa0-a547bfcd2d6e => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2977] 162.253.55.222 () {30 vars in 740 bytes} [Fri Jul 31 01:24:13 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd => generated 797 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2978] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:13 2026] GET /v2.0/subnets/783a7c30-0935-4c63-9dbf-e8c5e2613f28 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2979] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:13 2026] GET /v2.0/subnets/f9cd2bb0-1545-413e-9e90-1f47636aee5c => generated 744 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2980] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:24:13 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: 1505/2981] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:24:13 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: 1477/2982] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:24:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2983] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:24:13 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: 1478/2984] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:13 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2985] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:24:13 2026] GET /v2.0/ports/f7865973-51fe-47b4-94c2-fea3cd5c0752 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2986] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:24:13 2026] GET /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 1346 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2987] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:13 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2988] 162.253.55.222 () {30 vars in 740 bytes} [Fri Jul 31 01:24:13 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c => generated 797 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2989] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:24:13 2026] GET /v2.0/ports/f7865973-51fe-47b4-94c2-fea3cd5c0752 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2990] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:13 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2993] 10.0.0.246 () {30 vars in 687 bytes} [Fri Jul 31 01:24:20 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: 1483/2994] 10.0.0.246 () {30 vars in 689 bytes} [Fri Jul 31 01:24:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2995] 10.0.0.246 () {30 vars in 665 bytes} [Fri Jul 31 01:24:21 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: 1484/2996] 10.0.0.246 () {30 vars in 701 bytes} [Fri Jul 31 01:24:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2997] 10.0.0.246 () {28 vars in 436 bytes} [Fri Jul 31 01:24:21 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: 1485/2998] 10.0.0.246 () {30 vars in 725 bytes} [Fri Jul 31 01:24:21 2026] GET /v2.0/subnets/74485baa-c455-43fa-8e84-2da7d59bcb37 => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2999] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:24:23 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: 1486/3000] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:24:23 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: 1515/3001] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:24:23 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: 1487/3002] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:24:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3003] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:23 2026] GET /v2.0/subnets/783a7c30-0935-4c63-9dbf-e8c5e2613f28 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3004] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:23 2026] GET /v2.0/subnets/74485baa-c455-43fa-8e84-2da7d59bcb37 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3005] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:24:23 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 4098 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3006] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:24:23 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: 1518/3007] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:24:23 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: 1490/3008] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:24:23 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: 1519/3009] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:24:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3010] 162.253.55.222 () {34 vars in 714 bytes} [Fri Jul 31 01:24:23 2026] POST /v2.0/ports => generated 1328 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3011] 10.0.0.236 () {34 vars in 968 bytes} [Fri Jul 31 01:24:24 2026] GET /v2.0/ports/181e4f03-23ab-42d6-aa9a-919e959d0338 => generated 1328 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1492/3012] 10.0.0.236 () {34 vars in 904 bytes} [Fri Jul 31 01:24:24 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: 1521/3013] 162.253.55.222 () {34 vars in 1259 bytes} [Fri Jul 31 01:24:25 2026] GET /v2.0/ports/181e4f03-23ab-42d6-aa9a-919e959d0338?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: 7|app: 0|req: 1493/3014] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:25 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?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: 1522/3015] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:25 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3016] 162.253.55.222 () {34 vars in 972 bytes} [Fri Jul 31 01:24:26 2026] GET /v2.0/ports/181e4f03-23ab-42d6-aa9a-919e959d0338 => generated 1328 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3017] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:24:26 2026] GET /v2.0/networks?id=071be723-4b67-4a78-a51a-05b2b33d261b => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3018] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:24:26 2026] PUT /v2.0/ports/181e4f03-23ab-42d6-aa9a-919e959d0338 => generated 1518 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:24:26.802 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5afdf044-1927-4b3b-a971-0e7dd9e48e77'] response: {'name': 'network-changed', 'server_uuid': 'db504ecb-718e-45dd-be76-bbe095a24b9f', 'tag': '181e4f03-23ab-42d6-aa9a-919e959d0338', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1524/3019] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:24:27 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 5608 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1496/3020] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:24:27 2026] GET /v2.0/networks?id=071be723-4b67-4a78-a51a-05b2b33d261b => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3021] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:24:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.202&port_id=181e4f03-23ab-42d6-aa9a-919e959d0338 => 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/3022] 162.253.55.222 () {34 vars in 1101 bytes} [Fri Jul 31 01:24:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad0&port_id=181e4f03-23ab-42d6-aa9a-919e959d0338 => 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: 1526/3023] 162.253.55.222 () {34 vars in 1061 bytes} [Fri Jul 31 01:24:27 2026] GET /v2.0/subnets?id=74485baa-c455-43fa-8e84-2da7d59bcb37&id=d28dbff7-db6b-4e27-b29a-f2c932408646 => generated 1414 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3024] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:27 2026] GET /v2.0/ports?network_id=071be723-4b67-4a78-a51a-05b2b33d261b&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: 1527/3025] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:27 2026] GET /v2.0/ports?network_id=071be723-4b67-4a78-a51a-05b2b33d261b&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: 1499/3026] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:27 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?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: 1528/3027] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:27 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3028] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:24:28 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 5608 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3029] 162.253.55.222 () {34 vars in 1059 bytes} [Fri Jul 31 01:24:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.219&port_id=c46472d4-75b8-4b80-b153-ab7321eda1ed => 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: 1501/3030] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:24:28 2026] GET /v2.0/subnets?id=d1a2c5c0-6eb4-415c-b59b-d5c147ee8ea2 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3031] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:28 2026] GET /v2.0/ports?network_id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3032] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:28 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3033] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3034] 162.253.55.222 () {34 vars in 1053 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.92&port_id=bc18d2cf-775e-4761-8d49-4cad39f28829 => 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: 1532/3035] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/subnets?id=a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 679 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3036] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/ports?network_id=17db11cb-cb74-4576-8be0-e11f0b6d3e9c&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: 1533/3037] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?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: 1505/3038] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?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: 1534/3039] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.114&port_id=0d44e858-4899-4d67-8aa0-a547bfcd2d6e => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3040] 162.253.55.222 () {34 vars in 1101 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A129&port_id=0d44e858-4899-4d67-8aa0-a547bfcd2d6e => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3041] 162.253.55.222 () {34 vars in 1061 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/subnets?id=f9cd2bb0-1545-413e-9e90-1f47636aee5c&id=783a7c30-0935-4c63-9dbf-e8c5e2613f28 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3042] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/ports?network_id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3043] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/ports?network_id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd&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: 1508/3044] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3045] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?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: 1509/3046] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.202&port_id=181e4f03-23ab-42d6-aa9a-919e959d0338 => 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: 1538/3047] 162.253.55.222 () {34 vars in 1101 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Ad0&port_id=181e4f03-23ab-42d6-aa9a-919e959d0338 => 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: 1510/3048] 162.253.55.222 () {34 vars in 1061 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/subnets?id=74485baa-c455-43fa-8e84-2da7d59bcb37&id=d28dbff7-db6b-4e27-b29a-f2c932408646 => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3049] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/ports?network_id=071be723-4b67-4a78-a51a-05b2b33d261b&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3050] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/ports?network_id=071be723-4b67-4a78-a51a-05b2b33d261b&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3051] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3052] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:29 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3055] 10.0.0.236 () {34 vars in 968 bytes} [Fri Jul 31 01:24:33 2026] GET /v2.0/ports/181e4f03-23ab-42d6-aa9a-919e959d0338 => generated 1520 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3056] 162.253.55.222 () {30 vars in 740 bytes} [Fri Jul 31 01:24:33 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3057] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:33 2026] GET /v2.0/subnets/74485baa-c455-43fa-8e84-2da7d59bcb37 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3058] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:33 2026] GET /v2.0/subnets/d28dbff7-db6b-4e27-b29a-f2c932408646 => generated 747 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3059] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:24:33 2026] GET /v2.0/ports/0d44e858-4899-4d67-8aa0-a547bfcd2d6e => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3060] 162.253.55.222 () {34 vars in 787 bytes} [Fri Jul 31 01:24:33 2026] PUT /v2.0/ports/0d44e858-4899-4d67-8aa0-a547bfcd2d6e => generated 1255 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:24:34.209 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e14fd6d0-b1b2-43d1-83d0-d45f34727984'] response: {'name': 'network-changed', 'server_uuid': 'db504ecb-718e-45dd-be76-bbe095a24b9f', 'tag': '0d44e858-4899-4d67-8aa0-a547bfcd2d6e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1545/3061] 162.253.55.222 () {30 vars in 740 bytes} [Fri Jul 31 01:24:34 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1517/3062] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:34 2026] GET /v2.0/subnets/783a7c30-0935-4c63-9dbf-e8c5e2613f28 => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3063] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:24:34 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: 1518/3064] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:24:34 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: 1547/3065] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:24: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: 7|app: 0|req: 1519/3066] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:24:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3067] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:34 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3068] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:24:34 2026] GET /v2.0/ports/f7865973-51fe-47b4-94c2-fea3cd5c0752 => 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: 1549/3069] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:24:34 2026] GET /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 1346 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3070] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:34 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3071] 162.253.55.222 () {30 vars in 740 bytes} [Fri Jul 31 01:24:34 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3072] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:24:34 2026] GET /v2.0/ports/f7865973-51fe-47b4-94c2-fea3cd5c0752 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3073] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:24:34 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 5381 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3074] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:34 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3075] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:24:34 2026] GET /v2.0/networks?id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3076] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:24:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.114&port_id=0d44e858-4899-4d67-8aa0-a547bfcd2d6e => 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: 1524/3077] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:24:34 2026] GET /v2.0/subnets?id=783a7c30-0935-4c63-9dbf-e8c5e2613f28 => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3078] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:34 2026] GET /v2.0/ports?network_id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd&device_owner=network%3Adhcp => generated 1457 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3079] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:34 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?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: 1555/3080] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:35 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3081] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:24: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: 1556/3082] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:24:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3083] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:24:46 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: 1557/3084] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:24:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3085] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:46 2026] GET /v2.0/subnets/783a7c30-0935-4c63-9dbf-e8c5e2613f28 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3086] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:24:46 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 5381 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3087] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:24:46 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: 1559/3088] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:24:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3089] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:24:46 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: 1560/3090] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:24:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3091] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:24:46 2026] GET /v2.0/ports/181e4f03-23ab-42d6-aa9a-919e959d0338 => generated 1520 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3092] 162.253.55.222 () {34 vars in 787 bytes} [Fri Jul 31 01:24:47 2026] PUT /v2.0/ports/181e4f03-23ab-42d6-aa9a-919e959d0338 => generated 1307 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:24:47.408 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0a26a0e-0875-45e5-962c-ca4085185da8'] response: {'name': 'network-changed', 'server_uuid': 'db504ecb-718e-45dd-be76-bbe095a24b9f', 'tag': '181e4f03-23ab-42d6-aa9a-919e959d0338', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1532/3093] 162.253.55.222 () {30 vars in 740 bytes} [Fri Jul 31 01:24:47 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1562/3094] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:47 2026] GET /v2.0/subnets/d28dbff7-db6b-4e27-b29a-f2c932408646 => generated 747 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3095] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:24:47 2026] GET /v2.0/ports/181e4f03-23ab-42d6-aa9a-919e959d0338 => generated 1343 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3096] 162.253.55.222 () {34 vars in 786 bytes} [Fri Jul 31 01:24:47 2026] PUT /v2.0/ports/181e4f03-23ab-42d6-aa9a-919e959d0338 => generated 1080 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3097] 162.253.55.222 () {30 vars in 740 bytes} [Fri Jul 31 01:24:47 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b => generated 798 bytes in 45 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: 1564/3098] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:24:47 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 4977 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3099] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:24:47 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 4977 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3100] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:24:47 2026] GET /v2.0/networks?id=071be723-4b67-4a78-a51a-05b2b33d261b => generated 801 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3101] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:48 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?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: 1566/3102] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:24:48 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3103] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:48 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?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: 1539/3106] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:24:49 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 4977 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:24:49.453 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e42837e-4dcf-477d-9e99-7342605592f5'] response: {'name': 'network-changed', 'server_uuid': 'db504ecb-718e-45dd-be76-bbe095a24b9f', 'tag': '181e4f03-23ab-42d6-aa9a-919e959d0338', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1568/3107] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:24:49 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3108] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:24:50 2026] GET /v2.0/networks?id=071be723-4b67-4a78-a51a-05b2b33d261b => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3109] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:50 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?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: 1541/3110] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:50 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?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: 1570/3111] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:24:50 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 4977 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3112] 162.253.55.222 () {34 vars in 972 bytes} [Fri Jul 31 01:24:50 2026] GET /v2.0/ports/181e4f03-23ab-42d6-aa9a-919e959d0338 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3113] 162.253.55.222 () {34 vars in 1057 bytes} [Fri Jul 31 01:24:50 2026] GET /v2.0/ports/181e4f03-23ab-42d6-aa9a-919e959d0338?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3114] 162.253.55.222 () {34 vars in 1013 bytes} [Fri Jul 31 01:24:50 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3115] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:24:50 2026] PUT /v2.0/ports/181e4f03-23ab-42d6-aa9a-919e959d0338 => generated 917 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3116] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:24:51 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 3869 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, ' 2026-07-31 01:24:51.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8bb0ed7-bcb0-4e08-a83c-daa6063ac635 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 181e4f03-23ab-42d6-aa9a-919e959d0338 2026-07-31 01:24:51.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8bb0ed7-bcb0-4e08-a83c-daa6063ac635 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 181e4f03-23ab-42d6-aa9a-919e959d0338 [pid: 8|app: 0|req: 1573/3117] 162.253.55.222 () {32 vars in 756 bytes} [Fri Jul 31 01:24:51 2026] DELETE /v2.0/ports/181e4f03-23ab-42d6-aa9a-919e959d0338 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3118] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:24:51 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: 1574/3119] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:24:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3120] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:24:51 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: 1575/3121] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:24:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3122] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:51 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => 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: 1576/3123] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:24:51 2026] GET /v2.0/ports/f7865973-51fe-47b4-94c2-fea3cd5c0752 => 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: 1548/3124] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:24:51 2026] GET /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3125] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => 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: 1549/3126] 162.253.55.222 () {30 vars in 740 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c => generated 797 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3127] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/ports/f7865973-51fe-47b4-94c2-fea3cd5c0752 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3128] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3129] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 3869 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3130] 162.253.55.222 () {34 vars in 1223 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/networks?id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2&id=17db11cb-cb74-4576-8be0-e11f0b6d3e9c&id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd&id=071be723-4b67-4a78-a51a-05b2b33d261b => generated 3094 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3131] 162.253.55.222 () {34 vars in 1059 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.219&port_id=c46472d4-75b8-4b80-b153-ab7321eda1ed => 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: 1552/3132] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/subnets?id=d1a2c5c0-6eb4-415c-b59b-d5c147ee8ea2 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3133] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/ports?network_id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3134] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3135] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2?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: 1554/3136] 162.253.55.222 () {34 vars in 1053 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.92&port_id=bc18d2cf-775e-4761-8d49-4cad39f28829 => 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: 1583/3137] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/subnets?id=a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => 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: 1555/3138] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/ports?network_id=17db11cb-cb74-4576-8be0-e11f0b6d3e9c&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: 1584/3139] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?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: 1556/3140] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?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: 1585/3141] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.114&port_id=0d44e858-4899-4d67-8aa0-a547bfcd2d6e => 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: 1557/3142] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/subnets?id=783a7c30-0935-4c63-9dbf-e8c5e2613f28 => generated 677 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3143] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/ports?network_id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3144] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:52 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?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: 1587/3145] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:53 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?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: 7|app: 0|req: 1559/3146] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:24:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3147] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:24:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3148] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:24:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3149] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:24:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3150] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:24:57 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 3869 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3151] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:24:57 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: 1562/3152] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:24:57 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: 1591/3153] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:24:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3154] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:24:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3155] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:24:57 2026] GET /v2.0/ports/0d44e858-4899-4d67-8aa0-a547bfcd2d6e => generated 1291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3156] 162.253.55.222 () {34 vars in 786 bytes} [Fri Jul 31 01:24:57 2026] PUT /v2.0/ports/0d44e858-4899-4d67-8aa0-a547bfcd2d6e => generated 1080 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:24:57.932 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3c55af1a-9246-4415-95ae-98bf10968251'] response: {'name': 'network-changed', 'server_uuid': 'db504ecb-718e-45dd-be76-bbe095a24b9f', 'tag': '0d44e858-4899-4d67-8aa0-a547bfcd2d6e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1593/3157] 162.253.55.222 () {30 vars in 740 bytes} [Fri Jul 31 01:24:57 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd => generated 797 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1565/3158] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:24:57 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 3694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3159] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:24:58 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 3694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3160] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:24:58 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 3694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3161] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:24:58 2026] GET /v2.0/networks?id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3162] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:24:58 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3163] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:24:58 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?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: 1568/3164] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:24:59 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3165] 162.253.55.222 () {34 vars in 972 bytes} [Fri Jul 31 01:25:00 2026] GET /v2.0/ports/0d44e858-4899-4d67-8aa0-a547bfcd2d6e => generated 1116 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3166] 162.253.55.222 () {34 vars in 1057 bytes} [Fri Jul 31 01:25:00 2026] GET /v2.0/ports/0d44e858-4899-4d67-8aa0-a547bfcd2d6e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3167] 162.253.55.222 () {34 vars in 1013 bytes} [Fri Jul 31 01:25:00 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3168] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:25:00 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3169] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:25:00 2026] PUT /v2.0/ports/0d44e858-4899-4d67-8aa0-a547bfcd2d6e => generated 917 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3170] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:25:01 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 2586 bytes in 54 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-07-31 01:25:01.515 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe26018f-224b-4c23-88af-7521a2c7998b c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: 0d44e858-4899-4d67-8aa0-a547bfcd2d6e 2026-07-31 01:25:01.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe26018f-224b-4c23-88af-7521a2c7998b c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: 0d44e858-4899-4d67-8aa0-a547bfcd2d6e [pid: 7|app: 0|req: 1571/3171] 162.253.55.222 () {32 vars in 756 bytes} [Fri Jul 31 01:25:01 2026] DELETE /v2.0/ports/0d44e858-4899-4d67-8aa0-a547bfcd2d6e => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3172] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:25:01 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: 1572/3173] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:25:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3174] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:25:01 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: 1573/3175] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:25:01 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: 1603/3176] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:25:01 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => 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: 1574/3177] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:25:01 2026] GET /v2.0/ports/f7865973-51fe-47b4-94c2-fea3cd5c0752 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3178] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 1346 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3179] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 2586 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3180] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3181] 162.253.55.222 () {34 vars in 1143 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/networks?id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2&id=17db11cb-cb74-4576-8be0-e11f0b6d3e9c&id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd => generated 2307 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3182] 162.253.55.222 () {30 vars in 740 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c => generated 797 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3183] 162.253.55.222 () {34 vars in 1059 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.219&port_id=c46472d4-75b8-4b80-b153-ab7321eda1ed => 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: 1607/3184] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/ports/f7865973-51fe-47b4-94c2-fea3cd5c0752 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3185] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/subnets?id=d1a2c5c0-6eb4-415c-b59b-d5c147ee8ea2 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3186] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => 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: 1579/3187] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/ports?network_id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2&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: 1609/3188] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2?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: 1580/3189] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3190] 162.253.55.222 () {34 vars in 1053 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.92&port_id=bc18d2cf-775e-4761-8d49-4cad39f28829 => 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: 1581/3191] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/subnets?id=a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => 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: 1611/3192] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/ports?network_id=17db11cb-cb74-4576-8be0-e11f0b6d3e9c&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: 1582/3193] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?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: 1612/3194] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:25:02 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?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: 1584/3197] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:25:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3198] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:25:14 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: 1585/3199] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:25:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3200] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:25:14 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-07-31 01:25:14.541 7 INFO neutron.api.v2.resource [None req-3eefabfc-a4c2-494c-8641-293d34fd7cbc c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1586/3201] 162.253.55.222 () {30 vars in 760 bytes} [Fri Jul 31 01:25:14 2026] GET /v2.0/security-groups/lb-b3d7c6e1-1195-4219-acf9-97c8e78d952c => 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: 1616/3202] 162.253.55.222 () {30 vars in 782 bytes} [Fri Jul 31 01:25:14 2026] GET /v2.0/security-groups?name=lb-b3d7c6e1-1195-4219-acf9-97c8e78d952c => generated 2865 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3203] 162.253.55.222 () {30 vars in 812 bytes} [Fri Jul 31 01:25:14 2026] GET /v2.0/security-group-rules?security_group_id=5babc321-a440-4d18-90a6-d0217ce4ebf6 => generated 2334 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3204] 162.253.55.222 () {32 vars in 786 bytes} [Fri Jul 31 01:25:14 2026] DELETE /v2.0/security-group-rules/1bb2c291-40ca-4ccd-a293-d4f24d56e3e4 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3205] 162.253.55.222 () {32 vars in 786 bytes} [Fri Jul 31 01:25:14 2026] DELETE /v2.0/security-group-rules/b256dcbe-4cdf-47e0-ae1d-db65c06183b1 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:16.797 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e93eba3-4717-44db-a834-2e323220ce06 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] TaaS: Handle Delete Port: 1c19d1d8-46c1-4ffb-aa42-c4f6442798aa 2026-07-31 01:25:16.801 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e93eba3-4717-44db-a834-2e323220ce06 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Tap Mirror: Handle Delete Port: 1c19d1d8-46c1-4ffb-aa42-c4f6442798aa 2026-07-31 01:25:17.040 8 INFO neutron.db.l3_db [None req-6e93eba3-4717-44db-a834-2e323220ce06 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Floating IP ae1d417d-98ed-4cb3-ac79-e9ec82880b3d disassociated (deleted). External IP: 10.96.250.201, port: f7865973-51fe-47b4-94c2-fea3cd5c0752. [pid: 8|app: 0|req: 1618/3206] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:25:16 2026] DELETE /v2.0/floatingips/ae1d417d-98ed-4cb3-ac79-e9ec82880b3d => generated 0 bytes in 673 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:17.360 7 INFO neutron.api.v2.resource [None req-e614491b-096c-4526-8584-0b9d647bf2eb 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1589/3207] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:25:17 2026] GET /v2.0/floatingips/ae1d417d-98ed-4cb3-ac79-e9ec82880b3d => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3210] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:25:18 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: 1620/3211] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:25: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: 7|app: 0|req: 1592/3212] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:25: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: 8|app: 0|req: 1621/3213] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:25:18 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-07-31 01:25:18.721 7 INFO neutron.api.v2.resource [None req-b3897d4a-1286-4f53-8be8-c5b39992b6bd c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1593/3214] 162.253.55.222 () {30 vars in 760 bytes} [Fri Jul 31 01:25:18 2026] GET /v2.0/security-groups/lb-b3d7c6e1-1195-4219-acf9-97c8e78d952c => 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: 1622/3215] 162.253.55.222 () {30 vars in 782 bytes} [Fri Jul 31 01:25:18 2026] GET /v2.0/security-groups?name=lb-b3d7c6e1-1195-4219-acf9-97c8e78d952c => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3216] 162.253.55.222 () {30 vars in 812 bytes} [Fri Jul 31 01:25:18 2026] GET /v2.0/security-group-rules?security_group_id=5babc321-a440-4d18-90a6-d0217ce4ebf6 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3217] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:25: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: 1595/3218] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:25:18 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: 1624/3219] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:25:19 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3220] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:25:19 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: 1625/3221] 162.253.55.222 () {30 vars in 738 bytes} [Fri Jul 31 01:25:19 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3222] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:25:19 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3223] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:25:19 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 2586 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3224] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:25:19 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 2586 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3225] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:25:20 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3226] 162.253.55.222 () {34 vars in 972 bytes} [Fri Jul 31 01:25:21 2026] GET /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 1346 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3227] 162.253.55.222 () {34 vars in 1057 bytes} [Fri Jul 31 01:25:21 2026] GET /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3228] 162.253.55.222 () {34 vars in 1013 bytes} [Fri Jul 31 01:25:21 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3229] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:25:21 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3230] 162.253.55.222 () {38 vars in 1025 bytes} [Fri Jul 31 01:25:21 2026] PUT /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 1147 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3231] 162.253.55.222 () {30 vars in 766 bytes} [Fri Jul 31 01:25:22 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 1248 bytes in 34 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: 1602/3232] 162.253.55.222 () {34 vars in 786 bytes} [Fri Jul 31 01:25:22 2026] PUT /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 1086 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3233] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:25:22 2026] GET /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 1086 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-31 01:25:22.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-24e299a6-476d-4400-9d4b-4349571ea465 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: bc18d2cf-775e-4761-8d49-4cad39f28829 2026-07-31 01:25:22.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24e299a6-476d-4400-9d4b-4349571ea465 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: bc18d2cf-775e-4761-8d49-4cad39f28829 [pid: 7|app: 0|req: 1603/3234] 162.253.55.222 () {32 vars in 756 bytes} [Fri Jul 31 01:25:22 2026] DELETE /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3235] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:25:23 2026] GET /v2.0/ports?tenant_id=aa5c5e5286ae4191a9636326cd014778&device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => 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: 1633/3236] 162.253.55.222 () {30 vars in 700 bytes} [Fri Jul 31 01:25:23 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: 1634/3237] 162.253.55.222 () {30 vars in 702 bytes} [Fri Jul 31 01:25:23 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: 1635/3238] 162.253.55.222 () {30 vars in 678 bytes} [Fri Jul 31 01:25:23 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: 1604/3239] 162.253.55.222 () {34 vars in 1063 bytes} [Fri Jul 31 01:25:23 2026] GET /v2.0/networks?id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2&id=17db11cb-cb74-4576-8be0-e11f0b6d3e9c => generated 1521 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3240] 162.253.55.222 () {30 vars in 714 bytes} [Fri Jul 31 01:25:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:25:23.358 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d426e6b-2192-489f-99e4-e890736721c4 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3241] 162.253.55.222 () {34 vars in 1059 bytes} [Fri Jul 31 01:25:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.219&port_id=c46472d4-75b8-4b80-b153-ab7321eda1ed => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3242] 162.253.55.222 () {32 vars in 756 bytes} [Fri Jul 31 01:25:23 2026] DELETE /v2.0/ports/bc18d2cf-775e-4761-8d49-4cad39f28829 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3243] 162.253.55.222 () {34 vars in 981 bytes} [Fri Jul 31 01:25:23 2026] GET /v2.0/subnets?id=d1a2c5c0-6eb4-415c-b59b-d5c147ee8ea2 => 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: 1638/3244] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:25:23 2026] GET /v2.0/ports/f7865973-51fe-47b4-94c2-fea3cd5c0752 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:25:23.426 8 INFO neutron.api.v2.resource [None req-f3359412-d94f-40a0-b4fd-4699650904d4 c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1639/3245] 162.253.55.222 () {30 vars in 760 bytes} [Fri Jul 31 01:25:23 2026] GET /v2.0/security-groups/lb-b3d7c6e1-1195-4219-acf9-97c8e78d952c => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3246] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:25:23 2026] GET /v2.0/ports?network_id=533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2&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: 1640/3247] 162.253.55.222 () {30 vars in 782 bytes} [Fri Jul 31 01:25:23 2026] GET /v2.0/security-groups?name=lb-b3d7c6e1-1195-4219-acf9-97c8e78d952c => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3248] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:25:23 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2?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: 1641/3249] 162.253.55.222 () {30 vars in 734 bytes} [Fri Jul 31 01:25:23 2026] GET /v2.0/ports/f7865973-51fe-47b4-94c2-fea3cd5c0752 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3250] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:25:23 2026] GET /v2.0/networks/533cbf0c-1ab1-4b50-b8a4-3aa6f5313fb2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3251] 162.253.55.222 () {34 vars in 786 bytes} [Fri Jul 31 01:25:23 2026] PUT /v2.0/ports/f7865973-51fe-47b4-94c2-fea3cd5c0752 => generated 1094 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3252] 162.253.55.222 () {32 vars in 776 bytes} [Fri Jul 31 01:25:23 2026] DELETE /v2.0/security-groups/5babc321-a440-4d18-90a6-d0217ce4ebf6 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:24.022 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ecad504-47cd-4012-890c-847dac01631b c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: f7865973-51fe-47b4-94c2-fea3cd5c0752 2026-07-31 01:25:24.026 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ecad504-47cd-4012-890c-847dac01631b c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: f7865973-51fe-47b4-94c2-fea3cd5c0752 [pid: 8|app: 0|req: 1643/3253] 162.253.55.222 () {32 vars in 756 bytes} [Fri Jul 31 01:25:23 2026] DELETE /v2.0/ports/f7865973-51fe-47b4-94c2-fea3cd5c0752 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3254] 162.253.55.222 () {34 vars in 991 bytes} [Fri Jul 31 01:25:27 2026] GET /v2.0/ports?device_id=db504ecb-718e-45dd-be76-bbe095a24b9f => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:25:27.584 8 INFO neutron_taas.services.taas.taas_plugin [req-e5ae3dcc-aa47-4122-89d6-05114f9497f2 req-933a4152-b047-4957-8f75-98321859153f c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] TaaS: Handle Delete Port: c46472d4-75b8-4b80-b153-ab7321eda1ed 2026-07-31 01:25:27.587 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e5ae3dcc-aa47-4122-89d6-05114f9497f2 req-933a4152-b047-4957-8f75-98321859153f c56f85c730cc4b51acc9e9728bbaf937 aa5c5e5286ae4191a9636326cd014778 - - default default] Tap Mirror: Handle Delete Port: c46472d4-75b8-4b80-b153-ab7321eda1ed 2026-07-31 01:25:27.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b94b46d-488b-443b-93ff-8fd3969ed02f 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] TaaS: Handle Delete Port: cf0dc159-9cf6-47ec-9922-b34a84653187 2026-07-31 01:25:27.711 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b94b46d-488b-443b-93ff-8fd3969ed02f 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Tap Mirror: Handle Delete Port: cf0dc159-9cf6-47ec-9922-b34a84653187 [pid: 8|app: 0|req: 1644/3255] 162.253.55.222 () {36 vars in 994 bytes} [Fri Jul 31 01:25:27 2026] DELETE /v2.0/ports/c46472d4-75b8-4b80-b153-ab7321eda1ed => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:25:27.801 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-803935dc-3e70-405a-acff-1965c5df4959'] response: {'server_uuid': 'db504ecb-718e-45dd-be76-bbe095a24b9f', 'name': 'network-vif-deleted', 'tag': 'c46472d4-75b8-4b80-b153-ab7321eda1ed', 'status': 'completed', 'code': 200} 2026-07-31 01:25:27.956 7 INFO neutron.db.l3_db [None req-2b94b46d-488b-443b-93ff-8fd3969ed02f 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Floating IP f2f11cff-e7e5-4ea5-9d08-f8efc96e5a94 disassociated (deleted). External IP: 10.96.250.220, port: 6506c8db-6b23-4db1-8727-ab5182fd274e. [pid: 7|app: 0|req: 1612/3256] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:25:27 2026] DELETE /v2.0/floatingips/f2f11cff-e7e5-4ea5-9d08-f8efc96e5a94 => generated 0 bytes in 703 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:28.318 8 INFO neutron.api.v2.resource [None req-7c82f032-d196-4a7f-b447-3fda61fbcb0e 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1645/3257] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:25:28 2026] GET /v2.0/floatingips/f2f11cff-e7e5-4ea5-9d08-f8efc96e5a94 => generated 144 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:25:28.326 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-467241f7-915f-4b24-b78d-05f90757b0df'] response: {'name': 'network-changed', 'server_uuid': '77a8d589-7866-4f98-bf82-7eef9441f2ff', 'tag': '6506c8db-6b23-4db1-8727-ab5182fd274e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1613/3258] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:25:28 2026] GET /v2.0/ports?device_id=77a8d589-7866-4f98-bf82-7eef9441f2ff => generated 1204 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3259] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:25:28 2026] GET /v2.0/security-groups?id=f454ebcb-447d-40ef-96a0-565862785a1a&fields=id&fields=name => generated 109 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3260] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:25:28 2026] GET /v2.0/ports?tenant_id=cb96e7b60c634b47b2047f0ba894cca8&device_id=77a8d589-7866-4f98-bf82-7eef9441f2ff => generated 1473 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3261] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:25:28 2026] GET /v2.0/networks?id=071be723-4b67-4a78-a51a-05b2b33d261b => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3262] 162.253.55.222 () {34 vars in 1055 bytes} [Fri Jul 31 01:25:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.175&port_id=6506c8db-6b23-4db1-8727-ab5182fd274e => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3263] 162.253.55.222 () {34 vars in 1103 bytes} [Fri Jul 31 01:25:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A176&port_id=6506c8db-6b23-4db1-8727-ab5182fd274e => 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: 1616/3264] 162.253.55.222 () {34 vars in 1061 bytes} [Fri Jul 31 01:25:29 2026] GET /v2.0/subnets?id=74485baa-c455-43fa-8e84-2da7d59bcb37&id=d28dbff7-db6b-4e27-b29a-f2c932408646 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3265] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:25:29 2026] GET /v2.0/ports?network_id=071be723-4b67-4a78-a51a-05b2b33d261b&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: 1617/3266] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:25:29 2026] GET /v2.0/ports?network_id=071be723-4b67-4a78-a51a-05b2b33d261b&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3267] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:25:29 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3268] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:25:29 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b?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: 1651/3269] 162.253.55.222 () {34 vars in 991 bytes} [Fri Jul 31 01:25:30 2026] GET /v2.0/ports?device_id=77a8d589-7866-4f98-bf82-7eef9441f2ff => generated 1204 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:25:31.123 7 INFO neutron_taas.services.taas.taas_plugin [req-6b1708ce-2a5f-48e1-84af-8a95fdebf59d req-45689069-daa6-4447-b4a6-bce6d3d617dc 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] TaaS: Handle Delete Port: 6506c8db-6b23-4db1-8727-ab5182fd274e 2026-07-31 01:25:31.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6b1708ce-2a5f-48e1-84af-8a95fdebf59d req-45689069-daa6-4447-b4a6-bce6d3d617dc 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Tap Mirror: Handle Delete Port: 6506c8db-6b23-4db1-8727-ab5182fd274e [pid: 7|app: 0|req: 1619/3270] 162.253.55.222 () {36 vars in 994 bytes} [Fri Jul 31 01:25:31 2026] DELETE /v2.0/ports/6506c8db-6b23-4db1-8727-ab5182fd274e => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:25:31.364 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af9b6daf-1734-402d-b74f-ac2dd7d19752'] response: {'server_uuid': '77a8d589-7866-4f98-bf82-7eef9441f2ff', 'name': 'network-vif-deleted', 'tag': '6506c8db-6b23-4db1-8727-ab5182fd274e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1653/3273] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:25:33 2026] GET /v2.0/ports?device_id=77a8d589-7866-4f98-bf82-7eef9441f2ff => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-31 01:25:39.083 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e307c29-6759-476e-b8c7-84e263ec8dc6 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] TaaS: Handle Delete Port: 6aa50d30-1d05-4f2f-a510-b7279d9edd86 2026-07-31 01:25:39.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e307c29-6759-476e-b8c7-84e263ec8dc6 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Tap Mirror: Handle Delete Port: 6aa50d30-1d05-4f2f-a510-b7279d9edd86 2026-07-31 01:25:39.280 7 INFO neutron.db.l3_db [None req-3e307c29-6759-476e-b8c7-84e263ec8dc6 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Floating IP d1ad2195-7724-44a4-9540-5e811d5d2baf disassociated (deleted). External IP: 10.96.250.212, port: 571ef936-3970-4578-b7fb-5805d6f211e0. [pid: 7|app: 0|req: 1621/3274] 10.0.0.229 () {32 vars in 729 bytes} [Fri Jul 31 01:25:38 2026] DELETE /v2.0/floatingips/d1ad2195-7724-44a4-9540-5e811d5d2baf => generated 0 bytes in 648 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:39.616 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c879f94-4b9c-4b3a-8415-d8ca721f0c5b'] response: {'name': 'network-changed', 'server_uuid': '70312836-6b37-41f5-80ae-26d31a914c80', 'tag': '571ef936-3970-4578-b7fb-5805d6f211e0', 'status': 'completed', 'code': 200} 2026-07-31 01:25:39.619 8 INFO neutron.api.v2.resource [None req-36b9d621-21c8-4b9e-8fa7-89b009aeb28e 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1654/3275] 10.0.0.229 () {32 vars in 726 bytes} [Fri Jul 31 01:25:39 2026] GET /v2.0/floatingips/d1ad2195-7724-44a4-9540-5e811d5d2baf => generated 144 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3276] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:25:39 2026] GET /v2.0/ports?device_id=70312836-6b37-41f5-80ae-26d31a914c80 => generated 1196 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3277] 10.0.0.236 () {34 vars in 1037 bytes} [Fri Jul 31 01:25:39 2026] GET /v2.0/security-groups?id=f454ebcb-447d-40ef-96a0-565862785a1a&fields=id&fields=name => generated 109 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3278] 162.253.55.222 () {34 vars in 1077 bytes} [Fri Jul 31 01:25:40 2026] GET /v2.0/ports?tenant_id=cb96e7b60c634b47b2047f0ba894cca8&device_id=70312836-6b37-41f5-80ae-26d31a914c80 => generated 1465 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3279] 162.253.55.222 () {34 vars in 983 bytes} [Fri Jul 31 01:25:40 2026] GET /v2.0/networks?id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3280] 162.253.55.222 () {34 vars in 1053 bytes} [Fri Jul 31 01:25:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.91&port_id=571ef936-3970-4578-b7fb-5805d6f211e0 => 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: 1657/3281] 162.253.55.222 () {34 vars in 1101 bytes} [Fri Jul 31 01:25:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A13a&port_id=571ef936-3970-4578-b7fb-5805d6f211e0 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3282] 162.253.55.222 () {34 vars in 1061 bytes} [Fri Jul 31 01:25:40 2026] GET /v2.0/subnets?id=f9cd2bb0-1545-413e-9e90-1f47636aee5c&id=783a7c30-0935-4c63-9dbf-e8c5e2613f28 => generated 1411 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3283] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:25:40 2026] GET /v2.0/ports?network_id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd&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: 1626/3284] 162.253.55.222 () {34 vars in 1049 bytes} [Fri Jul 31 01:25:40 2026] GET /v2.0/ports?network_id=6ccb6c8a-e98d-457b-925e-39a02d1f4bbd&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: 1659/3285] 162.253.55.222 () {34 vars in 908 bytes} [Fri Jul 31 01:25:40 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3286] 162.253.55.222 () {34 vars in 1009 bytes} [Fri Jul 31 01:25:40 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?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: 1660/3287] 162.253.55.222 () {34 vars in 1109 bytes} [Fri Jul 31 01:25:40 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd?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: 1628/3288] 162.253.55.222 () {34 vars in 991 bytes} [Fri Jul 31 01:25:42 2026] GET /v2.0/ports?device_id=70312836-6b37-41f5-80ae-26d31a914c80 => generated 1196 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-31 01:25:42.405 8 INFO neutron_taas.services.taas.taas_plugin [req-3e0ce2a7-abd6-432b-ad53-688e1874d309 req-6da80406-b5e3-4ee2-838d-caff2b26cd6d 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] TaaS: Handle Delete Port: 571ef936-3970-4578-b7fb-5805d6f211e0 2026-07-31 01:25:42.408 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3e0ce2a7-abd6-432b-ad53-688e1874d309 req-6da80406-b5e3-4ee2-838d-caff2b26cd6d 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Tap Mirror: Handle Delete Port: 571ef936-3970-4578-b7fb-5805d6f211e0 [pid: 8|app: 0|req: 1661/3289] 162.253.55.222 () {36 vars in 994 bytes} [Fri Jul 31 01:25:42 2026] DELETE /v2.0/ports/571ef936-3970-4578-b7fb-5805d6f211e0 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:25:42.626 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-20e077e1-4880-404b-9039-31124390bfa0'] response: {'server_uuid': '70312836-6b37-41f5-80ae-26d31a914c80', 'name': 'network-vif-deleted', 'tag': '571ef936-3970-4578-b7fb-5805d6f211e0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1629/3290] 10.0.0.236 () {34 vars in 987 bytes} [Fri Jul 31 01:25:45 2026] GET /v2.0/ports?device_id=70312836-6b37-41f5-80ae-26d31a914c80 => 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: 1663/3293] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:25:50 2026] DELETE /v2.0/security-group-rules/69580c98-f2f6-427d-afd5-45745c2cee73 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:50.289 7 INFO neutron.api.v2.resource [None req-352ea27f-a6fe-482a-867c-26eafd03072d 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1631/3294] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:25:50 2026] GET /v2.0/security-group-rules/69580c98-f2f6-427d-afd5-45745c2cee73 => 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: 1664/3295] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:25:50 2026] DELETE /v2.0/security-group-rules/a4343040-6c4a-4d38-8b1c-692f7d7e0c35 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:50.404 7 INFO neutron.api.v2.resource [None req-9e02db4d-ed3a-48ea-a41c-8823ca315007 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1632/3296] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:25:50 2026] GET /v2.0/security-group-rules/a4343040-6c4a-4d38-8b1c-692f7d7e0c35 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3297] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:25:50 2026] DELETE /v2.0/security-group-rules/0aa327e1-42d8-4630-b449-924358eb62a1 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:50.506 7 INFO neutron.api.v2.resource [None req-2af1f5fe-6023-433b-8b7b-1a324d4e2f0f 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3298] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:25:50 2026] GET /v2.0/security-group-rules/0aa327e1-42d8-4630-b449-924358eb62a1 => 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: 1666/3299] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:25:50 2026] DELETE /v2.0/security-group-rules/2c973234-015f-4ab2-ad88-8a2f842064ff => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:50.613 7 INFO neutron.api.v2.resource [None req-69f8b15c-7d05-4fcf-a47b-4beaa7ada42f 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3300] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:25:50 2026] GET /v2.0/security-group-rules/2c973234-015f-4ab2-ad88-8a2f842064ff => 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: 1667/3301] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:25:50 2026] DELETE /v2.0/security-group-rules/18be07fa-f6a7-4c07-a30e-d6007d73c1a1 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:50.733 7 INFO neutron.api.v2.resource [None req-d4059e10-7ef1-43b8-972c-3d2d7b8f26be 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3302] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:25:50 2026] GET /v2.0/security-group-rules/18be07fa-f6a7-4c07-a30e-d6007d73c1a1 => 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: 1668/3303] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:25:50 2026] DELETE /v2.0/security-group-rules/01d95630-c50b-4210-b1b0-397be7fea72e => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:50.846 7 INFO neutron.api.v2.resource [None req-ecfc7c32-a84c-410a-be6a-2fa6646dfbed 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3304] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:25:50 2026] GET /v2.0/security-group-rules/01d95630-c50b-4210-b1b0-397be7fea72e => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3305] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:25:50 2026] DELETE /v2.0/security-group-rules/822063a4-9f93-4da0-85b3-22919ae665e9 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:50.980 7 INFO neutron.api.v2.resource [None req-deaf1b17-5016-4da6-b2dd-15f5b8ede248 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3306] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:25:50 2026] GET /v2.0/security-group-rules/822063a4-9f93-4da0-85b3-22919ae665e9 => 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: 1670/3307] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:25:50 2026] DELETE /v2.0/security-group-rules/0f29dac1-825e-4856-8973-caaca381626b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:51.103 7 INFO neutron.api.v2.resource [None req-7dcc7229-4e98-4299-89e4-bf76c6417265 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3308] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:25:51 2026] GET /v2.0/security-group-rules/0f29dac1-825e-4856-8973-caaca381626b => 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: 1671/3309] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:25:51 2026] DELETE /v2.0/security-group-rules/36707805-6d91-4242-a847-60f9dd4c1e0a => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:51.209 7 INFO neutron.api.v2.resource [None req-7d8604c2-1e31-41aa-abfb-f2e19a849051 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3310] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:25:51 2026] GET /v2.0/security-group-rules/36707805-6d91-4242-a847-60f9dd4c1e0a => 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: 1672/3311] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:25:51 2026] DELETE /v2.0/security-group-rules/c96d194d-b688-4bcd-91e0-2b654bccb06e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:51.336 7 INFO neutron.api.v2.resource [None req-96b690fb-b2f4-47b8-8626-39a60af1d07b 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3312] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:25:51 2026] GET /v2.0/security-group-rules/c96d194d-b688-4bcd-91e0-2b654bccb06e => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3313] 10.0.0.229 () {32 vars in 747 bytes} [Fri Jul 31 01:25:51 2026] DELETE /v2.0/security-group-rules/626d2d2a-0288-4e4f-abe9-d3edad97e722 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:51.441 7 INFO neutron.api.v2.resource [None req-6854a70e-b73a-4def-a0fe-bb07030227fc 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3314] 10.0.0.229 () {32 vars in 744 bytes} [Fri Jul 31 01:25:51 2026] GET /v2.0/security-group-rules/626d2d2a-0288-4e4f-abe9-d3edad97e722 => 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: 1674/3315] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:25:51 2026] DELETE /v2.0/security-groups/f454ebcb-447d-40ef-96a0-565862785a1a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:51.572 7 INFO neutron.api.v2.resource [None req-cd1944fd-f578-441d-b03e-b4be2e9c453a 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1642/3316] 10.0.0.229 () {32 vars in 734 bytes} [Fri Jul 31 01:25:51 2026] GET /v2.0/security-groups/f454ebcb-447d-40ef-96a0-565862785a1a => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:25:52.071 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d02dcf7-b0db-4a51-b9f9-ab908fb6b9e8 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] TaaS: Handle Delete Port: 7e68ef31-44b6-40a0-aaa9-56e3493b3bc6 2026-07-31 01:25:52.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d02dcf7-b0db-4a51-b9f9-ab908fb6b9e8 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Tap Mirror: Handle Delete Port: 7e68ef31-44b6-40a0-aaa9-56e3493b3bc6 [pid: 8|app: 0|req: 1675/3317] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:25:51 2026] PUT /v2.0/routers/2d73df6d-2522-46cb-a2fa-f0ac5069757c/remove_router_interface => generated 309 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:25:52.790 7 INFO neutron.api.v2.resource [None req-3327e5e3-b346-44cb-a6ce-8b4f76592db5 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3318] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:25:52 2026] PUT /v2.0/routers/2d73df6d-2522-46cb-a2fa-f0ac5069757c/remove_router_interface => generated 198 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:25:53.207 8 INFO neutron_taas.services.taas.taas_plugin [None req-04ce2d15-65aa-4494-9de4-c55e1c7634d2 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] TaaS: Handle Delete Port: 0cb47d47-83df-4c1b-a912-1a91d5c47552 2026-07-31 01:25:53.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04ce2d15-65aa-4494-9de4-c55e1c7634d2 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Tap Mirror: Handle Delete Port: 0cb47d47-83df-4c1b-a912-1a91d5c47552 [pid: 8|app: 0|req: 1676/3319] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:25:52 2026] PUT /v2.0/routers/2d73df6d-2522-46cb-a2fa-f0ac5069757c/remove_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:25:53.943 7 INFO neutron.api.v2.resource [None req-970c7036-01b5-48e5-9468-de215485927c 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1644/3320] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:25:53 2026] PUT /v2.0/routers/2d73df6d-2522-46cb-a2fa-f0ac5069757c/remove_router_interface => generated 198 bytes in 170 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:25:54.359 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c47bfe1-0a23-4f15-b506-21fc4f85da9b 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] TaaS: Handle Delete Port: e95930a4-f364-4edf-aa4e-9f83e15e0a3e 2026-07-31 01:25:54.363 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c47bfe1-0a23-4f15-b506-21fc4f85da9b 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Tap Mirror: Handle Delete Port: e95930a4-f364-4edf-aa4e-9f83e15e0a3e [pid: 8|app: 0|req: 1677/3321] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:25:53 2026] PUT /v2.0/routers/2d73df6d-2522-46cb-a2fa-f0ac5069757c/remove_router_interface => generated 309 bytes in 1028 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-31 01:25:55.130 7 INFO neutron.api.v2.resource [None req-c5a172af-d792-441a-9e1e-b03d4e543eb1 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3322] 10.0.0.229 () {34 vars in 786 bytes} [Fri Jul 31 01:25:54 2026] PUT /v2.0/routers/2d73df6d-2522-46cb-a2fa-f0ac5069757c/remove_router_interface => generated 198 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:25:55.369 8 INFO neutron_taas.services.taas.taas_plugin [None req-80bb8b9f-bc0e-464e-8251-c7a387e8b016 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] TaaS: Handle Delete Port: 9b18bfe5-6070-4b69-ad95-79664ae8c40a 2026-07-31 01:25:55.372 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80bb8b9f-bc0e-464e-8251-c7a387e8b016 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Tap Mirror: Handle Delete Port: 9b18bfe5-6070-4b69-ad95-79664ae8c40a 2026-07-31 01:25:55.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-80bb8b9f-bc0e-464e-8251-c7a387e8b016 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] TaaS: Handle Delete Port: 4cc9805b-5cd4-48ab-8975-0c5ff2938065 2026-07-31 01:25:55.647 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80bb8b9f-bc0e-464e-8251-c7a387e8b016 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Tap Mirror: Handle Delete Port: 4cc9805b-5cd4-48ab-8975-0c5ff2938065 2026-07-31 01:25:56.108 8 INFO neutron.services.segments.plugin [-] Segment 60e2e00e-3bfd-4bdf-b3eb-acefba495969 resource provider aggregate not found 2026-07-31 01:25:56.115 8 INFO neutron.services.segments.plugin [-] Segment 60e2e00e-3bfd-4bdf-b3eb-acefba495969 resource provider aggregate not found 2026-07-31 01:25:56.121 8 INFO neutron.db.l3_hamode_db [None req-80bb8b9f-bc0e-464e-8251-c7a387e8b016 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] HA network 39c3f200-0482-4c76-be15-d387a8bece7f was deleted as no HA routers are present in tenant cb96e7b60c634b47b2047f0ba894cca8. [pid: 8|app: 0|req: 1678/3323] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:25:55 2026] DELETE /v2.0/routers/2d73df6d-2522-46cb-a2fa-f0ac5069757c => generated 0 bytes in 992 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-31 01:25:56.132 8 INFO neutron.services.segments.plugin [-] Segment 60e2e00e-3bfd-4bdf-b3eb-acefba495969 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60e2e00e-3bfd-4bdf-b3eb-acefba495969 found for delete ", "request_id": "req-a4be6f98-8ad5-42db-bf77-1dd4065b89d6"}]} 2026-07-31 01:25:56.133 8 INFO neutron.services.segments.plugin [-] Segment 60e2e00e-3bfd-4bdf-b3eb-acefba495969 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60e2e00e-3bfd-4bdf-b3eb-acefba495969 found for delete ", "request_id": "req-51d5c31e-4645-4512-91b2-07c630afb30d"}]} 2026-07-31 01:25:56.154 7 INFO neutron.api.v2.resource [None req-7383a4f9-87eb-4966-b1c7-603bbe2fe799 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3324] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:25:56 2026] GET /v2.0/routers/2d73df6d-2522-46cb-a2fa-f0ac5069757c => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3325] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:25:56 2026] DELETE /v2.0/subnets/d28dbff7-db6b-4e27-b29a-f2c932408646 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:25:56.351 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e2cdfdd-758f-4e2c-be66-8bda1b9ee09c 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3326] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:25:56 2026] GET /v2.0/subnets/d28dbff7-db6b-4e27-b29a-f2c932408646 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3327] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:25:56 2026] DELETE /v2.0/subnets/74485baa-c455-43fa-8e84-2da7d59bcb37 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:25:56.523 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a0b832a8-4b91-445c-b446-d7926039bdfa 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3328] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:25:56 2026] GET /v2.0/subnets/74485baa-c455-43fa-8e84-2da7d59bcb37 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:25:56.629 8 INFO neutron_taas.services.taas.taas_plugin [None req-b33373ee-5d9e-434e-9193-ba5735562358 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] TaaS: Handle Delete Port: da776406-5cd1-4b6e-9eff-9b8dee80c245 2026-07-31 01:25:56.632 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b33373ee-5d9e-434e-9193-ba5735562358 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Tap Mirror: Handle Delete Port: da776406-5cd1-4b6e-9eff-9b8dee80c245 [pid: 8|app: 0|req: 1681/3329] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:25:56 2026] DELETE /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:25:56.868 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e4fb3f25-c0ab-4b62-a889-4990faaf2cf1 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3330] 10.0.0.229 () {32 vars in 720 bytes} [Fri Jul 31 01:25:56 2026] GET /v2.0/networks/071be723-4b67-4a78-a51a-05b2b33d261b => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3331] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:25:56 2026] DELETE /v2.0/subnets/f9cd2bb0-1545-413e-9e90-1f47636aee5c => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:25:57.133 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1eca7385-1824-42ae-93e2-4c0d7755bd4e 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1650/3332] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:25:57 2026] GET /v2.0/subnets/f9cd2bb0-1545-413e-9e90-1f47636aee5c => 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: 1683/3333] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:25:57 2026] DELETE /v2.0/subnets/783a7c30-0935-4c63-9dbf-e8c5e2613f28 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:25:57.331 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf9f09ac-dc78-40a1-82f3-8ad798fa672c 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1651/3334] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:25:57 2026] GET /v2.0/subnets/783a7c30-0935-4c63-9dbf-e8c5e2613f28 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:25:57.428 8 INFO neutron_taas.services.taas.taas_plugin [None req-9dc528d4-f039-4ee0-9001-67c962d29d9f 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] TaaS: Handle Delete Port: b1a0efc4-977e-4a8b-8638-b2dd8aa50602 2026-07-31 01:25:57.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dc528d4-f039-4ee0-9001-67c962d29d9f 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Tap Mirror: Handle Delete Port: b1a0efc4-977e-4a8b-8638-b2dd8aa50602 [pid: 8|app: 0|req: 1684/3335] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:25:57 2026] DELETE /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:25:57.667 7 INFO neutron.pecan_wsgi.hooks.translation [None req-28b4d7dc-090e-4bf9-9294-5057d8cf92c5 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1652/3336] 10.0.0.229 () {32 vars in 720 bytes} [Fri Jul 31 01:25:57 2026] GET /v2.0/networks/6ccb6c8a-e98d-457b-925e-39a02d1f4bbd => 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: 1685/3337] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:25:57 2026] DELETE /v2.0/subnets/3ea82b30-b38d-4b07-b32a-363948f18c85 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:25:57.838 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7f386bd-aea2-4840-a6ed-b1534941bbf4 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1653/3338] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:25:57 2026] GET /v2.0/subnets/3ea82b30-b38d-4b07-b32a-363948f18c85 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3339] 10.0.0.229 () {32 vars in 721 bytes} [Fri Jul 31 01:25:57 2026] DELETE /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:25:58.099 7 INFO neutron.pecan_wsgi.hooks.translation [None req-04548c58-ef1e-4897-9ec9-78d59034cb9f 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3340] 10.0.0.229 () {32 vars in 718 bytes} [Fri Jul 31 01:25:58 2026] GET /v2.0/subnets/a4fe57fa-a248-4ffb-bef3-1f7ad45ae62e => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:25:58.155 8 INFO neutron.services.segments.plugin [-] Segment 57b86205-fccb-4100-a115-bbaaddf83f36 resource provider aggregate not found 2026-07-31 01:25:58.158 8 INFO neutron.services.segments.plugin [-] Segment 57b86205-fccb-4100-a115-bbaaddf83f36 resource provider aggregate not found 2026-07-31 01:25:58.178 8 INFO neutron.services.segments.plugin [-] Segment 57b86205-fccb-4100-a115-bbaaddf83f36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57b86205-fccb-4100-a115-bbaaddf83f36 found for delete ", "request_id": "req-aea667d3-7254-428f-9ca3-6da0b43d5da7"}]} 2026-07-31 01:25:58.184 8 INFO neutron.services.segments.plugin [-] Segment 57b86205-fccb-4100-a115-bbaaddf83f36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57b86205-fccb-4100-a115-bbaaddf83f36 found for delete ", "request_id": "req-bf901508-564a-48cd-ad4c-f5f72eec69c7"}]} 2026-07-31 01:25:58.199 8 INFO neutron.services.segments.plugin [-] Segment 1edb543d-d66a-4cae-afbd-6e26bdd90816 resource provider aggregate not found 2026-07-31 01:25:58.207 8 INFO neutron.services.segments.plugin [-] Segment 1edb543d-d66a-4cae-afbd-6e26bdd90816 resource provider aggregate not found 2026-07-31 01:25:58.226 8 INFO neutron.services.segments.plugin [-] Segment 1edb543d-d66a-4cae-afbd-6e26bdd90816 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1edb543d-d66a-4cae-afbd-6e26bdd90816 found for delete ", "request_id": "req-c9a40d81-c55f-4f5e-a24a-f681300c6fa0"}]} 2026-07-31 01:25:58.226 8 INFO neutron.services.segments.plugin [-] Segment 1edb543d-d66a-4cae-afbd-6e26bdd90816 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1edb543d-d66a-4cae-afbd-6e26bdd90816 found for delete ", "request_id": "req-c2cef8f4-f773-4436-8821-e9d395d19f83"}]} 2026-07-31 01:25:58.234 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1612f72-604b-4f83-9bc8-455cb2220ab3 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] TaaS: Handle Delete Port: 0bf52e06-6229-4284-929c-eea1bc05d88b 2026-07-31 01:25:58.237 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1612f72-604b-4f83-9bc8-455cb2220ab3 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] Tap Mirror: Handle Delete Port: 0bf52e06-6229-4284-929c-eea1bc05d88b [pid: 8|app: 0|req: 1687/3341] 10.0.0.229 () {32 vars in 723 bytes} [Fri Jul 31 01:25:58 2026] DELETE /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-31 01:25:58.476 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dfa0be30-887a-4cf3-a2d8-24146c073254 4521b8edde7b4c5fb4a67f9004a743c3 cb96e7b60c634b47b2047f0ba894cca8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3342] 10.0.0.229 () {32 vars in 720 bytes} [Fri Jul 31 01:25:58 2026] GET /v2.0/networks/17db11cb-cb74-4576-8be0-e11f0b6d3e9c => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-31 01:26:00.249 8 INFO neutron.services.segments.plugin [-] Segment 596be5df-bd3f-40ae-9e85-2ef66d526f35 resource provider aggregate not found 2026-07-31 01:26:00.263 8 INFO neutron.services.segments.plugin [-] Segment 596be5df-bd3f-40ae-9e85-2ef66d526f35 resource provider aggregate not found 2026-07-31 01:26:00.268 8 INFO neutron.services.segments.plugin [-] Segment 596be5df-bd3f-40ae-9e85-2ef66d526f35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 596be5df-bd3f-40ae-9e85-2ef66d526f35 found for delete ", "request_id": "req-33ee853b-585b-4c91-8423-a68cdddb3caf"}]} 2026-07-31 01:26:00.277 8 INFO neutron.services.segments.plugin [-] Segment 596be5df-bd3f-40ae-9e85-2ef66d526f35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 596be5df-bd3f-40ae-9e85-2ef66d526f35 found for delete ", "request_id": "req-d787a010-81e7-4b34-ba24-37c768ebbd49"}]} [pid: 8|app: 0|req: 1688/3343] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:26:00 2026] GET /v2.0/security-groups?tenant_id=0b071f900cff4ef598492b77b977a605&name=default => generated 2929 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3344] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:26:01 2026] DELETE /v2.0/security-groups/2a0a6990-065a-420c-bc8b-017ef925fd30 => 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: 1689/3345] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:26:01 2026] GET /v2.0/security-groups?tenant_id=1f935759b66644d8a23b8202058d9fc9&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3346] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:26:01 2026] DELETE /v2.0/security-groups/fd140de5-c5ca-4e40-abd2-f3a2f89a9e7c => 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: 1690/3347] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:26:02 2026] GET /v2.0/security-groups?tenant_id=9656a28b1879470ba9ed4c1859916f67&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3348] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:26:02 2026] DELETE /v2.0/security-groups/3cb95832-c4e8-471e-930d-5c4a5ae36978 => 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: 1691/3349] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:26:02 2026] GET /v2.0/security-groups?tenant_id=13623be0266241ac92c054da0155ead1&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3350] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:26:02 2026] DELETE /v2.0/security-groups/570a4f35-ca00-4045-a26f-320c109fd2bc => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1692/3351] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:26:03 2026] GET /v2.0/security-groups?tenant_id=cb96e7b60c634b47b2047f0ba894cca8&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3352] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:26:03 2026] DELETE /v2.0/security-groups/d731105e-bacb-4d0f-ba54-8423fe51d7f3 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3355] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:26:03 2026] GET /v2.0/security-groups?tenant_id=f2bdeda790714c0aab17d68e3cb59e6c&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3356] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:26:03 2026] DELETE /v2.0/security-groups/64aca53f-125a-4e89-82d8-cf9ff1d0f951 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3357] 10.0.0.229 () {32 vars in 771 bytes} [Fri Jul 31 01:26:03 2026] GET /v2.0/security-groups?tenant_id=e81dfc5eb04640c49eaa6cfb19fe4dfa&name=default => generated 2929 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1695/3358] 10.0.0.229 () {32 vars in 737 bytes} [Fri Jul 31 01:26:04 2026] DELETE /v2.0/security-groups/1cc98c01-546d-4c5d-819b-c78d58d5e6ed => 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: 1664/3359] 10.0.0.229 () {32 vars in 646 bytes} [Fri Jul 31 01:26:06 2026] GET /v2.0/networks => generated 2168 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3360] 10.0.0.229 () {32 vars in 652 bytes} [Fri Jul 31 01:26:08 2026] GET /v2.0/floatingips => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3361] 10.0.0.229 () {32 vars in 644 bytes} [Fri Jul 31 01:26:08 2026] GET /v2.0/routers => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3362] 10.0.0.229 () {32 vars in 640 bytes} [Fri Jul 31 01:26:08 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3363] 10.0.0.229 () {32 vars in 644 bytes} [Fri Jul 31 01:26:08 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3364] 10.0.0.229 () {32 vars in 646 bytes} [Fri Jul 31 01:26:08 2026] GET /v2.0/networks => generated 2168 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3365] 10.0.0.229 () {32 vars in 660 bytes} [Fri Jul 31 01:26:08 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3366] 10.0.0.229 () {32 vars in 652 bytes} [Fri Jul 31 01:26:08 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)