+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Sep 3 03:12:19 2026] *** compiled with version: 13.3.0 on 06 August 2026 01:02:38 os: Linux-5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 nodename: neutron-server-c899c9477-zk55s machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f9b8223a668 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-09-03 03:12:24.015 7 INFO neutron.common.config [-] Logging enabled! 2026-09-03 03:12:24.017 7 INFO neutron.common.config [-] uwsgi version 27.0.19.dev7 2026-09-03 03:12:24.051 8 INFO neutron.common.config [-] Logging enabled! 2026-09-03 03:12:24.052 8 INFO neutron.common.config [-] uwsgi version 27.0.19.dev7 2026-09-03 03:12:24.429 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-03 03:12:24.464 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-09-03 03:12:25.911 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-03 03:12:25.914 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-03 03:12:25.917 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-09-03 03:12:25.918 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-03 03:12:25.918 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-09-03 03:12:25.919 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-09-03 03:12:25.919 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-03 03:12:25.927 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-03 03:12:25.927 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-03 03:12:25.927 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-09-03 03:12:25.949 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-09-03 03:12:25.950 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-09-03 03:12:25.950 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-09-03 03:12:25.980 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-03 03:12:25.980 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-03 03:12:25.980 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-09-03 03:12:25.980 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-09-03 03:12:26.099 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-03 03:12:26.102 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-09-03 03:12:26.106 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-09-03 03:12:26.107 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-09-03 03:12:26.107 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-09-03 03:12:26.107 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-09-03 03:12:26.107 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-03 03:12:26.115 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-03 03:12:26.115 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-09-03 03:12:26.115 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-09-03 03:12:26.136 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-09-03 03:12:26.137 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-09-03 03:12:26.137 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-09-03 03:12:26.166 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-09-03 03:12:26.166 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-09-03 03:12:26.166 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-09-03 03:12:26.166 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-09-03 03:12:26.249 8 INFO neutron.plugins.ml2.managers [None req-cda3ef0d-fafb-4d40-ba13-129006b86b86 - - - - - -] Initializing driver for type 'vlan' 2026-09-03 03:12:26.437 7 INFO neutron.plugins.ml2.managers [None req-5d9cbff7-daae-4cd2-b975-d88044204bf0 - - - - - -] Initializing driver for type 'vlan' 2026-09-03 03:12:26.520 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-cda3ef0d-fafb-4d40-ba13-129006b86b86 - - - - - -] VlanTypeDriver initialization complete 2026-09-03 03:12:26.520 8 INFO neutron.plugins.ml2.managers [None req-cda3ef0d-fafb-4d40-ba13-129006b86b86 - - - - - -] Initializing driver for type 'vxlan' 2026-09-03 03:12:26.520 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-cda3ef0d-fafb-4d40-ba13-129006b86b86 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-09-03 03:12:26.544 8 INFO neutron.plugins.ml2.managers [None req-cda3ef0d-fafb-4d40-ba13-129006b86b86 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-03 03:12:26.544 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-cda3ef0d-fafb-4d40-ba13-129006b86b86 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-03 03:12:26.544 8 INFO neutron.plugins.ml2.managers [None req-cda3ef0d-fafb-4d40-ba13-129006b86b86 - - - - - -] Initializing extension driver 'port_security' 2026-09-03 03:12:26.544 8 INFO neutron.plugins.ml2.extensions.port_security [None req-cda3ef0d-fafb-4d40-ba13-129006b86b86 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-03 03:12:26.544 8 INFO neutron.plugins.ml2.managers [None req-cda3ef0d-fafb-4d40-ba13-129006b86b86 - - - - - -] Initializing extension driver 'qos' 2026-09-03 03:12:26.544 8 INFO neutron.plugins.ml2.managers [None req-cda3ef0d-fafb-4d40-ba13-129006b86b86 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-09-03 03:12:26.544 8 INFO neutron.plugins.ml2.managers [None req-cda3ef0d-fafb-4d40-ba13-129006b86b86 - - - - - -] Initializing mechanism driver 'l2population' 2026-09-03 03:12:26.556 8 INFO neutron.quota [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded quota_driver: . 2026-09-03 03:12:26.557 8 INFO neutron.plugins.ml2.plugin [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Modular L2 Plugin initialization complete 2026-09-03 03:12:26.557 8 INFO neutron.plugins.ml2.managers [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-03 03:12:26.557 8 INFO neutron.plugins.ml2.managers [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-03 03:12:26.557 8 INFO neutron.plugins.ml2.managers [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Got port-security extension from driver 'port_security' 2026-09-03 03:12:26.557 8 INFO neutron.manager [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loading Plugin: qos 2026-09-03 03:12:26.570 8 INFO neutron.manager [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loading Plugin: router 2026-09-03 03:12:26.610 8 INFO neutron.services.service_base [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-09-03 03:12:26.610 8 INFO neutron.manager [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loading Plugin: segments 2026-09-03 03:12:26.705 8 INFO neutron.manager [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loading Plugin: trunk 2026-09-03 03:12:26.715 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5d9cbff7-daae-4cd2-b975-d88044204bf0 - - - - - -] VlanTypeDriver initialization complete 2026-09-03 03:12:26.715 7 INFO neutron.plugins.ml2.managers [None req-5d9cbff7-daae-4cd2-b975-d88044204bf0 - - - - - -] Initializing driver for type 'vxlan' 2026-09-03 03:12:26.716 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5d9cbff7-daae-4cd2-b975-d88044204bf0 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-09-03 03:12:26.719 8 INFO neutron.manager [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loading Plugin: vpnaas 2026-09-03 03:12:26.730 7 INFO neutron.plugins.ml2.managers [None req-5d9cbff7-daae-4cd2-b975-d88044204bf0 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-09-03 03:12:26.730 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5d9cbff7-daae-4cd2-b975-d88044204bf0 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-09-03 03:12:26.730 7 INFO neutron.plugins.ml2.managers [None req-5d9cbff7-daae-4cd2-b975-d88044204bf0 - - - - - -] Initializing extension driver 'port_security' 2026-09-03 03:12:26.731 7 INFO neutron.plugins.ml2.extensions.port_security [None req-5d9cbff7-daae-4cd2-b975-d88044204bf0 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-09-03 03:12:26.731 7 INFO neutron.plugins.ml2.managers [None req-5d9cbff7-daae-4cd2-b975-d88044204bf0 - - - - - -] Initializing extension driver 'qos' 2026-09-03 03:12:26.731 7 INFO neutron.plugins.ml2.managers [None req-5d9cbff7-daae-4cd2-b975-d88044204bf0 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-09-03 03:12:26.731 7 INFO neutron.plugins.ml2.managers [None req-5d9cbff7-daae-4cd2-b975-d88044204bf0 - - - - - -] Initializing mechanism driver 'l2population' 2026-09-03 03:12:26.742 7 INFO neutron.quota [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded quota_driver: . 2026-09-03 03:12:26.743 7 INFO neutron.plugins.ml2.plugin [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Modular L2 Plugin initialization complete 2026-09-03 03:12:26.743 7 INFO neutron.plugins.ml2.managers [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-09-03 03:12:26.743 7 INFO neutron.plugins.ml2.managers [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-09-03 03:12:26.743 7 INFO neutron.plugins.ml2.managers [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Got port-security extension from driver 'port_security' 2026-09-03 03:12:26.743 7 INFO neutron.manager [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loading Plugin: qos 2026-09-03 03:12:26.757 7 INFO neutron.manager [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loading Plugin: router 2026-09-03 03:12:26.758 8 WARNING stevedore.named [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-09-03 03:12:26.797 7 INFO neutron.services.service_base [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-09-03 03:12:26.797 7 INFO neutron.manager [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loading Plugin: segments 2026-09-03 03:12:26.816 8 INFO neutron_vpnaas.services.vpn.plugin [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-03 03:12:26.817 8 INFO neutron.common.utils [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-09-03 03:12:26.817 8 INFO neutron.manager [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loading Plugin: taas 2026-09-03 03:12:26.838 8 WARNING stevedore.named [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-03 03:12:26.863 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-09-03 03:12:26.863 8 INFO neutron.manager [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loading Plugin: tapmirror 2026-09-03 03:12:26.872 8 WARNING stevedore.named [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-03 03:12:26.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-09-03 03:12:26.887 8 INFO neutron.manager [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loading Plugin: auto_allocate 2026-09-03 03:12:26.892 7 INFO neutron.manager [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loading Plugin: trunk 2026-09-03 03:12:26.893 8 INFO neutron.manager [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loading Plugin: tag 2026-09-03 03:12:26.900 8 INFO neutron.manager [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loading Plugin: timestamp 2026-09-03 03:12:26.902 8 INFO neutron.manager [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loading Plugin: network_ip_availability 2026-09-03 03:12:26.907 8 INFO neutron.manager [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loading Plugin: flavors 2026-09-03 03:12:26.907 7 INFO neutron.manager [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loading Plugin: vpnaas 2026-09-03 03:12:26.910 8 INFO neutron.manager [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loading Plugin: revisions 2026-09-03 03:12:26.913 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Initializing extension manager. 2026-09-03 03:12:26.915 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: address-group 2026-09-03 03:12:26.916 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: address-scope 2026-09-03 03:12:26.916 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-09-03 03:12:26.917 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: agent 2026-09-03 03:12:26.918 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: agent-resources-synced 2026-09-03 03:12:26.919 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: allowed-address-pairs 2026-09-03 03:12:26.919 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: auto-allocated-topology 2026-09-03 03:12:26.920 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: availability_zone 2026-09-03 03:12:26.921 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: availability_zone_filter 2026-09-03 03:12:26.921 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-03 03:12:26.922 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: default-subnetpools 2026-09-03 03:12:26.923 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-03 03:12:26.924 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: dns-integration 2026-09-03 03:12:26.924 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: dns-domain-ports 2026-09-03 03:12:26.925 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-09-03 03:12:26.925 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: dvr 2026-09-03 03:12:26.926 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-03 03:12:26.926 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: empty-string-filtering 2026-09-03 03:12:26.927 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-03 03:12:26.927 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-03 03:12:26.928 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: external-net 2026-09-03 03:12:26.928 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-03 03:12:26.929 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: extraroute 2026-09-03 03:12:26.929 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: extraroute-atomic 2026-09-03 03:12:26.930 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-09-03 03:12:26.930 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-03 03:12:26.931 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-03 03:12:26.931 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-03 03:12:26.932 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: fip-port-details 2026-09-03 03:12:26.932 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: flavors 2026-09-03 03:12:26.934 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-03 03:12:26.934 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: floatingip-pools 2026-09-03 03:12:26.935 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: ip_allocation 2026-09-03 03:12:26.935 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: ip-substring-filtering 2026-09-03 03:12:26.936 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: l2_adjacency 2026-09-03 03:12:26.937 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: router 2026-09-03 03:12:26.939 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-03 03:12:26.940 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-09-03 03:12:26.940 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-09-03 03:12:26.941 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: ext-gw-mode 2026-09-03 03:12:26.942 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: l3-ha 2026-09-03 03:12:26.942 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-03 03:12:26.943 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-09-03 03:12:26.943 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: l3-flavors 2026-09-03 03:12:26.943 7 WARNING stevedore.named [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-09-03 03:12:26.944 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-03 03:12:26.945 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-09-03 03:12:26.947 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: l3_agent_scheduler 2026-09-03 03:12:26.948 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-03 03:12:26.949 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension logging not supported by any of loaded plugins 2026-09-03 03:12:26.950 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-03 03:12:26.951 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-03 03:12:26.951 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: multi-provider 2026-09-03 03:12:26.952 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: net-mtu 2026-09-03 03:12:26.952 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: net-mtu-writable 2026-09-03 03:12:26.953 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: network_availability_zone 2026-09-03 03:12:26.953 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: network_ha 2026-09-03 03:12:26.954 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: network-ip-availability 2026-09-03 03:12:26.955 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-03 03:12:26.955 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: pagination 2026-09-03 03:12:26.956 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: port-device-profile 2026-09-03 03:12:26.956 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-09-03 03:12:26.957 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-09-03 03:12:26.957 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-09-03 03:12:26.958 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: port-mac-override 2026-09-03 03:12:26.958 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-03 03:12:26.959 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-03 03:12:26.959 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-09-03 03:12:26.960 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: port-resource-request 2026-09-03 03:12:26.960 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: port-resource-request-groups 2026-09-03 03:12:26.961 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-09-03 03:12:26.961 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: binding 2026-09-03 03:12:26.962 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: binding-extended 2026-09-03 03:12:26.963 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: port-security 2026-09-03 03:12:26.963 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: project-id 2026-09-03 03:12:26.964 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: provider 2026-09-03 03:12:26.964 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-09-03 03:12:26.966 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: qos 2026-09-03 03:12:26.967 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-03 03:12:26.968 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-03 03:12:26.968 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: qos-default 2026-09-03 03:12:26.969 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: qos-fip 2026-09-03 03:12:26.969 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-03 03:12:26.970 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: qos-gateway-ip 2026-09-03 03:12:26.970 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: qos-port-network-policy 2026-09-03 03:12:26.971 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: qos-pps-minimum 2026-09-03 03:12:26.971 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-03 03:12:26.972 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: qos-pps 2026-09-03 03:12:26.972 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: qos-rule-type-details 2026-09-03 03:12:26.973 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-03 03:12:26.973 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: qos-rules-alias 2026-09-03 03:12:26.974 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: quota-check-limit 2026-09-03 03:12:26.975 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: quota-check-limit-default 2026-09-03 03:12:26.977 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: quotas 2026-09-03 03:12:26.978 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: quota_details 2026-09-03 03:12:26.979 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: rbac-policies 2026-09-03 03:12:26.979 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: rbac-address-group 2026-09-03 03:12:26.980 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: rbac-address-scope 2026-09-03 03:12:26.980 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: rbac-security-groups 2026-09-03 03:12:26.981 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: rbac-subnetpool 2026-09-03 03:12:26.981 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: revision-if-match 2026-09-03 03:12:26.982 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: standard-attr-revisions 2026-09-03 03:12:26.983 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: router_availability_zone 2026-09-03 03:12:26.983 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-03 03:12:26.985 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: security-groups-default-rules 2026-09-03 03:12:26.985 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-03 03:12:26.986 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: port-security-groups-filtering 2026-09-03 03:12:26.986 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-03 03:12:26.986 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-09-03 03:12:26.987 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-03 03:12:26.991 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: security-group 2026-09-03 03:12:26.992 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: segment 2026-09-03 03:12:26.993 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-03 03:12:26.993 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: service-type 2026-09-03 03:12:26.994 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: sorting 2026-09-03 03:12:26.994 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: standard-attr-segment 2026-09-03 03:12:26.995 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: standard-attr-description 2026-09-03 03:12:26.995 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: stateful-security-group 2026-09-03 03:12:26.996 8 WARNING neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-09-03 03:12:26.996 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-09-03 03:12:26.997 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: subnet-external-network 2026-09-03 03:12:26.997 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: subnet_onboard 2026-09-03 03:12:26.998 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-03 03:12:26.998 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: subnet-service-types 2026-09-03 03:12:26.999 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: subnet_allocation 2026-09-03 03:12:27.000 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-03 03:12:27.000 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: tag-creation 2026-09-03 03:12:27.001 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-03 03:12:27.005 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: standard-attr-tag 2026-09-03 03:12:27.005 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-03 03:12:27.006 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: trunk 2026-09-03 03:12:27.006 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: trunk-details 2026-09-03 03:12:27.007 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-03 03:12:27.007 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-09-03 03:12:27.008 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-09-03 03:12:27.008 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: vpn-aes-ctr 2026-09-03 03:12:27.010 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-09-03 03:12:27.011 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-03 03:12:27.011 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: vpn-flavors 2026-09-03 03:12:27.013 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: vpnaas 2026-09-03 03:12:27.014 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: taas 2026-09-03 03:12:27.015 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: tap-mirror 2026-09-03 03:12:27.016 8 INFO neutron.api.extensions [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Loaded extension: taas-vlan-filter 2026-09-03 03:12:27.018 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of TrackedResource for resource:network 2026-09-03 03:12:27.018 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-09-03 03:12:27.018 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-03 03:12:27.018 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of TrackedResource for resource:port 2026-09-03 03:12:27.021 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-03 03:12:27.022 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-03 03:12:27.027 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-03 03:12:27.028 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-03 03:12:27.028 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-03 03:12:27.029 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-03 03:12:27.029 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] subnetpool is already registered 2026-09-03 03:12:27.029 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-03 03:12:27.030 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] subnetpool is already registered 2026-09-03 03:12:27.030 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-03 03:12:27.030 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-03 03:12:27.031 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-03 03:12:27.031 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-03 03:12:27.031 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-03 03:12:27.032 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-03 03:12:27.032 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-03 03:12:27.032 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] ipsecpolicy is already registered 2026-09-03 03:12:27.033 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-03 03:12:27.033 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] ikepolicy is already registered 2026-09-03 03:12:27.037 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-03 03:12:27.037 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] router is already registered 2026-09-03 03:12:27.038 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-03 03:12:27.038 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] floatingip is already registered 2026-09-03 03:12:27.040 7 INFO neutron_vpnaas.services.vpn.plugin [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-09-03 03:12:27.041 7 INFO neutron.common.utils [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-09-03 03:12:27.041 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-03 03:12:27.041 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] rbac_policy is already registered 2026-09-03 03:12:27.041 7 INFO neutron.manager [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loading Plugin: taas 2026-09-03 03:12:27.042 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-03 03:12:27.042 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] security_group is already registered 2026-09-03 03:12:27.042 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-03 03:12:27.042 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] security_group_rule is already registered 2026-09-03 03:12:27.043 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-03 03:12:27.043 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] subnetpool is already registered 2026-09-03 03:12:27.043 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-03 03:12:27.044 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] subnetpool is already registered 2026-09-03 03:12:27.044 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-03 03:12:27.044 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] trunk is already registered 2026-09-03 03:12:27.045 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-03 03:12:27.045 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] ikepolicy is already registered 2026-09-03 03:12:27.045 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-03 03:12:27.045 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] ipsecpolicy is already registered 2026-09-03 03:12:27.045 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-03 03:12:27.046 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] endpoint_group is already registered 2026-09-03 03:12:27.046 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-03 03:12:27.046 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] vpnservice is already registered 2026-09-03 03:12:27.046 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-03 03:12:27.047 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] ipsec_site_connection is already registered 2026-09-03 03:12:27.047 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-03 03:12:27.047 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] ipsecpolicy is already registered 2026-09-03 03:12:27.047 8 INFO neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-03 03:12:27.047 8 WARNING neutron.quota.resource_registry [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] ikepolicy is already registered 2026-09-03 03:12:27.071 7 WARNING stevedore.named [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-03 03:12:27.084 8 WARNING keystonemiddleware._common.config [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-03 03:12:27.090 8 WARNING oslo_config.cfg [None req-ba85b9ad-3c13-4c2a-8503-06f4c0a59e8f - - - - - -] 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 0x7f9b8223a668 pid: 8 (default app) 2026-09-03 03:12:27.103 7 INFO neutron_taas.services.taas.taas_plugin [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-09-03 03:12:27.104 7 INFO neutron.manager [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loading Plugin: tapmirror 2026-09-03 03:12:27.125 7 WARNING stevedore.named [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-09-03 03:12:27.143 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-09-03 03:12:27.143 7 INFO neutron.manager [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loading Plugin: auto_allocate 2026-09-03 03:12:27.151 7 INFO neutron.manager [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loading Plugin: tag 2026-09-03 03:12:27.163 7 INFO neutron.manager [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loading Plugin: timestamp 2026-09-03 03:12:27.168 7 INFO neutron.manager [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loading Plugin: network_ip_availability 2026-09-03 03:12:27.174 7 INFO neutron.manager [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loading Plugin: flavors 2026-09-03 03:12:27.178 7 INFO neutron.manager [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loading Plugin: revisions 2026-09-03 03:12:27.184 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Initializing extension manager. 2026-09-03 03:12:27.186 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: address-group 2026-09-03 03:12:27.188 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: address-scope 2026-09-03 03:12:27.189 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-09-03 03:12:27.190 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: agent 2026-09-03 03:12:27.191 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: agent-resources-synced 2026-09-03 03:12:27.193 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: allowed-address-pairs 2026-09-03 03:12:27.194 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: auto-allocated-topology 2026-09-03 03:12:27.195 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: availability_zone 2026-09-03 03:12:27.195 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: availability_zone_filter 2026-09-03 03:12:27.196 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-09-03 03:12:27.197 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: default-subnetpools 2026-09-03 03:12:27.198 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-09-03 03:12:27.199 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: dns-integration 2026-09-03 03:12:27.199 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: dns-domain-ports 2026-09-03 03:12:27.200 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-09-03 03:12:27.200 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: dvr 2026-09-03 03:12:27.201 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-09-03 03:12:27.201 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: empty-string-filtering 2026-09-03 03:12:27.202 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-09-03 03:12:27.202 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-09-03 03:12:27.203 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: external-net 2026-09-03 03:12:27.203 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: extra_dhcp_opt 2026-09-03 03:12:27.204 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: extraroute 2026-09-03 03:12:27.204 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: extraroute-atomic 2026-09-03 03:12:27.205 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-09-03 03:12:27.205 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-09-03 03:12:27.206 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-09-03 03:12:27.206 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-09-03 03:12:27.207 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: fip-port-details 2026-09-03 03:12:27.207 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: flavors 2026-09-03 03:12:27.209 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-09-03 03:12:27.209 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: floatingip-pools 2026-09-03 03:12:27.210 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: ip_allocation 2026-09-03 03:12:27.210 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: ip-substring-filtering 2026-09-03 03:12:27.211 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: l2_adjacency 2026-09-03 03:12:27.212 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: router 2026-09-03 03:12:27.214 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-09-03 03:12:27.214 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-09-03 03:12:27.215 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-09-03 03:12:27.215 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: ext-gw-mode 2026-09-03 03:12:27.216 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: l3-ha 2026-09-03 03:12:27.216 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-09-03 03:12:27.217 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-09-03 03:12:27.217 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: l3-flavors 2026-09-03 03:12:27.219 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-09-03 03:12:27.219 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-09-03 03:12:27.221 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: l3_agent_scheduler 2026-09-03 03:12:27.222 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-09-03 03:12:27.223 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension logging not supported by any of loaded plugins 2026-09-03 03:12:27.224 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension metering not supported by any of loaded plugins 2026-09-03 03:12:27.227 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-09-03 03:12:27.227 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: multi-provider 2026-09-03 03:12:27.228 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: net-mtu 2026-09-03 03:12:27.228 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: net-mtu-writable 2026-09-03 03:12:27.229 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: network_availability_zone 2026-09-03 03:12:27.229 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: network_ha 2026-09-03 03:12:27.230 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: network-ip-availability 2026-09-03 03:12:27.231 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-09-03 03:12:27.231 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: pagination 2026-09-03 03:12:27.232 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: port-device-profile 2026-09-03 03:12:27.232 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-09-03 03:12:27.233 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-09-03 03:12:27.233 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-09-03 03:12:27.234 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: port-mac-override 2026-09-03 03:12:27.234 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-09-03 03:12:27.235 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-09-03 03:12:27.235 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-09-03 03:12:27.236 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: port-resource-request 2026-09-03 03:12:27.236 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: port-resource-request-groups 2026-09-03 03:12:27.237 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-09-03 03:12:27.237 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: binding 2026-09-03 03:12:27.238 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: binding-extended 2026-09-03 03:12:27.238 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: port-security 2026-09-03 03:12:27.239 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: project-id 2026-09-03 03:12:27.239 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: provider 2026-09-03 03:12:27.240 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-09-03 03:12:27.242 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: qos 2026-09-03 03:12:27.243 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-09-03 03:12:27.243 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-09-03 03:12:27.244 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: qos-default 2026-09-03 03:12:27.244 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: qos-fip 2026-09-03 03:12:27.244 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-09-03 03:12:27.245 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: qos-gateway-ip 2026-09-03 03:12:27.245 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: qos-port-network-policy 2026-09-03 03:12:27.246 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: qos-pps-minimum 2026-09-03 03:12:27.246 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-09-03 03:12:27.247 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: qos-pps 2026-09-03 03:12:27.248 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: qos-rule-type-details 2026-09-03 03:12:27.248 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: qos-rule-type-filter 2026-09-03 03:12:27.249 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: qos-rules-alias 2026-09-03 03:12:27.249 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: quota-check-limit 2026-09-03 03:12:27.250 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: quota-check-limit-default 2026-09-03 03:12:27.252 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: quotas 2026-09-03 03:12:27.254 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: quota_details 2026-09-03 03:12:27.255 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: rbac-policies 2026-09-03 03:12:27.255 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: rbac-address-group 2026-09-03 03:12:27.256 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: rbac-address-scope 2026-09-03 03:12:27.256 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: rbac-security-groups 2026-09-03 03:12:27.257 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: rbac-subnetpool 2026-09-03 03:12:27.257 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: revision-if-match 2026-09-03 03:12:27.258 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: standard-attr-revisions 2026-09-03 03:12:27.259 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: router_availability_zone 2026-09-03 03:12:27.259 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-09-03 03:12:27.261 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: security-groups-default-rules 2026-09-03 03:12:27.261 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-09-03 03:12:27.262 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: port-security-groups-filtering 2026-09-03 03:12:27.262 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-09-03 03:12:27.263 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-09-03 03:12:27.263 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-09-03 03:12:27.268 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: security-group 2026-09-03 03:12:27.269 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: segment 2026-09-03 03:12:27.269 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-09-03 03:12:27.270 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: service-type 2026-09-03 03:12:27.270 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: sorting 2026-09-03 03:12:27.271 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: standard-attr-segment 2026-09-03 03:12:27.271 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: standard-attr-description 2026-09-03 03:12:27.272 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: stateful-security-group 2026-09-03 03:12:27.272 7 WARNING neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-09-03 03:12:27.273 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-09-03 03:12:27.273 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: subnet-external-network 2026-09-03 03:12:27.274 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: subnet_onboard 2026-09-03 03:12:27.274 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-09-03 03:12:27.275 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: subnet-service-types 2026-09-03 03:12:27.275 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: subnet_allocation 2026-09-03 03:12:27.276 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-09-03 03:12:27.277 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: tag-creation 2026-09-03 03:12:27.277 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-09-03 03:12:27.281 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: standard-attr-tag 2026-09-03 03:12:27.282 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: standard-attr-timestamp 2026-09-03 03:12:27.282 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: trunk 2026-09-03 03:12:27.283 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: trunk-details 2026-09-03 03:12:27.284 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-09-03 03:12:27.284 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-09-03 03:12:27.285 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-09-03 03:12:27.285 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: vpn-aes-ctr 2026-09-03 03:12:27.287 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-09-03 03:12:27.288 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-09-03 03:12:27.289 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: vpn-flavors 2026-09-03 03:12:27.290 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: vpnaas 2026-09-03 03:12:27.292 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: taas 2026-09-03 03:12:27.293 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: tap-mirror 2026-09-03 03:12:27.294 7 INFO neutron.api.extensions [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Loaded extension: taas-vlan-filter 2026-09-03 03:12:27.296 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of TrackedResource for resource:network 2026-09-03 03:12:27.296 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-09-03 03:12:27.297 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-03 03:12:27.297 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of TrackedResource for resource:port 2026-09-03 03:12:27.300 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-03 03:12:27.301 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-03 03:12:27.308 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-03 03:12:27.308 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-03 03:12:27.309 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-03 03:12:27.310 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-03 03:12:27.310 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] subnetpool is already registered 2026-09-03 03:12:27.310 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-03 03:12:27.310 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] subnetpool is already registered 2026-09-03 03:12:27.311 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-03 03:12:27.311 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-03 03:12:27.312 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-03 03:12:27.312 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-03 03:12:27.312 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-03 03:12:27.313 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-03 03:12:27.313 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-03 03:12:27.313 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] ipsecpolicy is already registered 2026-09-03 03:12:27.314 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-03 03:12:27.314 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] ikepolicy is already registered 2026-09-03 03:12:27.318 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of TrackedResource for resource:router 2026-09-03 03:12:27.318 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] router is already registered 2026-09-03 03:12:27.319 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-09-03 03:12:27.319 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] floatingip is already registered 2026-09-03 03:12:27.323 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-09-03 03:12:27.323 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] rbac_policy is already registered 2026-09-03 03:12:27.324 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-09-03 03:12:27.325 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] security_group is already registered 2026-09-03 03:12:27.325 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-09-03 03:12:27.325 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] security_group_rule is already registered 2026-09-03 03:12:27.326 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-03 03:12:27.326 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] subnetpool is already registered 2026-09-03 03:12:27.326 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-09-03 03:12:27.326 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] subnetpool is already registered 2026-09-03 03:12:27.327 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-09-03 03:12:27.327 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] trunk is already registered 2026-09-03 03:12:27.327 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-03 03:12:27.328 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] ikepolicy is already registered 2026-09-03 03:12:27.328 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-03 03:12:27.328 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] ipsecpolicy is already registered 2026-09-03 03:12:27.328 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-09-03 03:12:27.329 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] endpoint_group is already registered 2026-09-03 03:12:27.329 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-09-03 03:12:27.329 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] vpnservice is already registered 2026-09-03 03:12:27.329 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-09-03 03:12:27.329 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] ipsec_site_connection is already registered 2026-09-03 03:12:27.330 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-09-03 03:12:27.330 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] ipsecpolicy is already registered 2026-09-03 03:12:27.330 7 INFO neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-09-03 03:12:27.330 7 WARNING neutron.quota.resource_registry [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] ikepolicy is already registered 2026-09-03 03:12:27.366 7 WARNING keystonemiddleware._common.config [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-09-03 03:12:27.373 7 WARNING oslo_config.cfg [None req-a75cef5c-8db7-45bc-9a3d-8a4a4be5119f - - - - - -] 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 0x7f9b8223a668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-03 03:12:33.134 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e80b464-b116-4153-ae36-918bbbcef9f5 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/2] 162.253.55.242 () {44 vars in 927 bytes} [Thu Sep 3 03:12:32 2026] GET /v2.0/networks/public => generated 108 bytes in 955 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 2/3] 162.253.55.242 () {44 vars in 949 bytes} [Thu Sep 3 03:12:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:12:33.997 7 WARNING neutron.services.revisions.revision_plugin [None req-c7777a17-843e-4ac1-b1f9-010b797dfeb8 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Could not find related network for resource to bump revision. 2026-09-03 03:12:34.015 7 INFO neutron.db.segments_db [None req-c7777a17-843e-4ac1-b1f9-010b797dfeb8 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment 61c7734b-78c1-4ff4-82be-d506b4da0772 of type flat for network d9cbd9d4-4793-4a84-9398-754ece5b4077 2026-09-03 03:12:34.057 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c7777a17-843e-4ac1-b1f9-010b797dfeb8 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/4] 162.253.55.242 () {48 vars in 967 bytes} [Thu Sep 3 03:12:33 2026] POST /v2.0/networks => generated 124 bytes in 515 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:12:40.009 7 INFO neutron.pecan_wsgi.hooks.translation [None req-735f2e49-c582-42b9-9d03-e0115210e8cb cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/6] 162.253.55.242 () {44 vars in 927 bytes} [Thu Sep 3 03:12:39 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/7] 162.253.55.242 () {44 vars in 949 bytes} [Thu Sep 3 03:12:40 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-09-03 03:12:40.115 7 WARNING neutron.services.revisions.revision_plugin [None req-e177cff4-952c-47b9-8f48-136fbbd09fab cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Could not find related network for resource to bump revision. 2026-09-03 03:12:40.143 7 INFO neutron.db.segments_db [None req-e177cff4-952c-47b9-8f48-136fbbd09fab cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment d6a60259-e3ad-4fbf-a187-b98087d9e229 of type flat for network cf1b079e-2f38-4734-844f-a03910da1056 2026-09-03 03:12:40.171 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e177cff4-952c-47b9-8f48-136fbbd09fab cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/8] 162.253.55.242 () {48 vars in 967 bytes} [Thu Sep 3 03:12:40 2026] POST /v2.0/networks => generated 124 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:12:46.394 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cfea5681-4445-4098-9477-0684a6395e40 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/9] 162.253.55.242 () {44 vars in 927 bytes} [Thu Sep 3 03:12:46 2026] GET /v2.0/networks/public => generated 108 bytes in 377 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/10] 162.253.55.242 () {44 vars in 949 bytes} [Thu Sep 3 03:12:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:12:46.678 8 WARNING neutron.services.revisions.revision_plugin [None req-8fae293d-bf72-4cf5-a43e-e240c4caf328 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Could not find related network for resource to bump revision. 2026-09-03 03:12:46.722 8 INFO neutron.db.segments_db [None req-8fae293d-bf72-4cf5-a43e-e240c4caf328 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment bd1037ea-bef4-434e-951b-7a1a794f45ea of type flat for network ebc60d8b-6af3-44bd-a890-b61735c85ba5 2026-09-03 03:12:46.782 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8fae293d-bf72-4cf5-a43e-e240c4caf328 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/11] 162.253.55.242 () {48 vars in 967 bytes} [Thu Sep 3 03:12:46 2026] POST /v2.0/networks => generated 124 bytes in 357 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:12:52.746 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f5fbd72d-5979-4cfc-b99b-42e595acf11c cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/13] 162.253.55.242 () {44 vars in 927 bytes} [Thu Sep 3 03:12:52 2026] GET /v2.0/networks/public => generated 108 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/14] 162.253.55.242 () {44 vars in 949 bytes} [Thu Sep 3 03:12:52 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-09-03 03:12:52.835 8 WARNING neutron.services.revisions.revision_plugin [None req-b0fa20c8-870f-484f-8317-1fcbf9639759 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Could not find related network for resource to bump revision. 2026-09-03 03:12:52.853 8 INFO neutron.db.segments_db [None req-b0fa20c8-870f-484f-8317-1fcbf9639759 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment 7db6b130-0933-44b9-8f33-26727c4c7b97 of type flat for network b7dd46f8-7fa8-4792-998b-85c310acc820 2026-09-03 03:12:52.875 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0fa20c8-870f-484f-8317-1fcbf9639759 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/15] 162.253.55.242 () {48 vars in 967 bytes} [Thu Sep 3 03:12:52 2026] POST /v2.0/networks => generated 124 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:12:58.797 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e6da53e-67b0-41e9-abae-b4a21e2e9624 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/16] 162.253.55.242 () {44 vars in 927 bytes} [Thu Sep 3 03:12:58 2026] GET /v2.0/networks/public => generated 108 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/17] 162.253.55.242 () {44 vars in 949 bytes} [Thu Sep 3 03:12:58 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-09-03 03:12:58.878 7 WARNING neutron.services.revisions.revision_plugin [None req-8993dfe5-de22-48d4-b286-90a79ed57cea cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Could not find related network for resource to bump revision. 2026-09-03 03:12:58.905 7 INFO neutron.db.segments_db [None req-8993dfe5-de22-48d4-b286-90a79ed57cea cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment 53728e55-a015-478d-9f6b-fd0c07afebe7 of type flat for network df8a64b8-8ae6-42fc-9fb1-671d7b21aeca 2026-09-03 03:12:58.931 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8993dfe5-de22-48d4-b286-90a79ed57cea cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/18] 162.253.55.242 () {48 vars in 967 bytes} [Thu Sep 3 03:12:58 2026] POST /v2.0/networks => generated 124 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:13:04.815 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3bdaa479-fda6-4a95-a20d-7e0267cd9eb6 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/20] 162.253.55.242 () {44 vars in 927 bytes} [Thu Sep 3 03:13:04 2026] GET /v2.0/networks/public => generated 108 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/21] 162.253.55.242 () {44 vars in 949 bytes} [Thu Sep 3 03:13:04 2026] GET /v2.0/networks?name=public => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:13:04.906 7 WARNING neutron.services.revisions.revision_plugin [None req-a1df9e71-c0fc-4a8f-8a61-ae129c640708 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Could not find related network for resource to bump revision. 2026-09-03 03:13:04.950 7 INFO neutron.db.segments_db [None req-a1df9e71-c0fc-4a8f-8a61-ae129c640708 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment 03952b24-24bc-4f14-ae7f-46d2b1710a4d of type flat for network 37732c79-5609-48fe-9150-4ac22ced0d35 [pid: 7|app: 0|req: 11/22] 162.253.55.242 () {48 vars in 967 bytes} [Thu Sep 3 03:13:04 2026] POST /v2.0/networks => generated 706 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:13:06.392 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9d4b70a-b8f1-41a4-bae1-9f5178c6a86d cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/23] 162.253.55.242 () {44 vars in 927 bytes} [Thu Sep 3 03:13:06 2026] GET /v2.0/networks/public => generated 108 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/24] 162.253.55.242 () {44 vars in 949 bytes} [Thu Sep 3 03:13:06 2026] GET /v2.0/networks?name=public => generated 709 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:13:06.482 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1aaa3347-8faa-42fc-bb6a-6e7b47e34d5d cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/25] 162.253.55.242 () {44 vars in 1034 bytes} [Thu Sep 3 03:13:06 2026] GET /v2.0/subnets/public-subnet?network_id=37732c79-5609-48fe-9150-4ac22ced0d35 => generated 113 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/26] 162.253.55.242 () {44 vars in 1057 bytes} [Thu Sep 3 03:13:06 2026] GET /v2.0/subnets?name=public-subnet&network_id=37732c79-5609-48fe-9150-4ac22ced0d35 => 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: 14/27] 162.253.55.242 () {48 vars in 965 bytes} [Thu Sep 3 03:13:06 2026] POST /v2.0/subnets => generated 664 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:18:00.086 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b2c6d223-954e-4124-95fc-e73471deaea9 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/66] 162.253.55.242 () {44 vars in 937 bytes} [Thu Sep 3 03:17:59 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/67] 162.253.55.242 () {44 vars in 959 bytes} [Thu Sep 3 03:18:00 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:18:00.189 7 INFO neutron.db.segments_db [None req-73fb1c29-1990-48c6-be04-168bef2a08ab cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment 11e1d1a6-46d4-42ec-be28-ddd2ee893be2 of type vxlan for network 90cdcafa-5095-49f9-a150-f2e49fa9bb50 [pid: 7|app: 0|req: 34/68] 162.253.55.242 () {48 vars in 966 bytes} [Thu Sep 3 03:18:00 2026] POST /v2.0/networks => generated 706 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:18:01.244 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d94aa594-f6ee-417e-afab-11fe241f9325 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/69] 162.253.55.242 () {44 vars in 937 bytes} [Thu Sep 3 03:18:01 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/70] 162.253.55.242 () {44 vars in 959 bytes} [Thu Sep 3 03:18:01 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:18:01.322 8 INFO neutron.pecan_wsgi.hooks.translation [None req-efadafaa-66bb-4bb6-8c06-f9c2dc914764 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/71] 162.253.55.242 () {44 vars in 1036 bytes} [Thu Sep 3 03:18:01 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=90cdcafa-5095-49f9-a150-f2e49fa9bb50 => generated 114 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/72] 162.253.55.242 () {44 vars in 1059 bytes} [Thu Sep 3 03:18:01 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=90cdcafa-5095-49f9-a150-f2e49fa9bb50 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/73] 162.253.55.242 () {48 vars in 965 bytes} [Thu Sep 3 03:18:01 2026] POST /v2.0/subnets => generated 651 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:18:02.780 7 INFO neutron.api.v2.resource [None req-6fff432f-1959-4fce-b3a8-c74378b337dc cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/74] 162.253.55.242 () {44 vars in 971 bytes} [Thu Sep 3 03:18:02 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/75] 162.253.55.242 () {44 vars in 993 bytes} [Thu Sep 3 03:18:02 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/76] 162.253.55.242 () {48 vars in 980 bytes} [Thu Sep 3 03:18:02 2026] POST /v2.0/security-groups => generated 1616 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/77] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:04 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 1616 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/78] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:04 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/79] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:04 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 1616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/80] 162.253.55.242 () {48 vars in 991 bytes} [Thu Sep 3 03:18:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/83] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:05 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 2230 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:05 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 2230 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/85] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:05 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 2230 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 162.253.55.242 () {48 vars in 991 bytes} [Thu Sep 3 03:18:05 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:06 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 2846 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:06 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 2846 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:06 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 162.253.55.242 () {48 vars in 991 bytes} [Thu Sep 3 03:18:06 2026] POST /v2.0/security-group-rules => generated 603 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:07 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 3462 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:07 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 3462 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:07 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 3462 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 162.253.55.242 () {48 vars in 991 bytes} [Thu Sep 3 03:18:07 2026] POST /v2.0/security-group-rules => generated 603 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:09 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 4078 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:09 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 4078 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:09 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 4078 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 162.253.55.242 () {48 vars in 991 bytes} [Thu Sep 3 03:18:09 2026] POST /v2.0/security-group-rules => generated 603 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 162.253.55.242 () {44 vars in 987 bytes} [Thu Sep 3 03:18:10 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50 => generated 731 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:18:10.677 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85e0fd75-9569-4eec-9e33-7346e15aa5df cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/100] 162.253.55.242 () {44 vars in 1076 bytes} [Thu Sep 3 03:18:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=90cdcafa-5095-49f9-a150-f2e49fa9bb50 => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 162.253.55.242 () {44 vars in 1099 bytes} [Thu Sep 3 03:18:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=90cdcafa-5095-49f9-a150-f2e49fa9bb50 => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/102] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:10 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 4694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/103] 162.253.55.242 () {48 vars in 961 bytes} [Thu Sep 3 03:18:10 2026] POST /v2.0/ports => generated 1100 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-03 03:18:18.647 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dc03765f-af84-4c91-99ac-44167b420ea9 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/104] 162.253.55.242 () {44 vars in 979 bytes} [Thu Sep 3 03:18:18 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 61 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: 53/105] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:18 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/106] 162.253.55.242 () {48 vars in 1031 bytes} [Thu Sep 3 03:18:18 2026] PUT /v2.0/ports/86a89ef9-1e24-42c5-bb4f-f3d17eb93553 => generated 1249 bytes in 638 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/109] 162.253.55.242 () {44 vars in 920 bytes} [Thu Sep 3 03:18:20 2026] GET /v2.0/ports => generated 3730 bytes in 130 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-09-03 03:18:22.292 7 INFO neutron.api.v2.resource [None req-a555c49f-9253-4ab4-b209-bd025e5cd8cf cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/110] 162.253.55.242 () {44 vars in 959 bytes} [Thu Sep 3 03:18:22 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/111] 162.253.55.242 () {44 vars in 981 bytes} [Thu Sep 3 03:18:22 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 162.253.55.242 () {48 vars in 980 bytes} [Thu Sep 3 03:18:22 2026] POST /v2.0/security-groups => generated 1610 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/113] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:23 2026] GET /v2.0/security-groups/9ccb2519-ccdf-402c-a567-8e26ebd19c68 => generated 1610 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:23 2026] GET /v2.0/security-groups/9ccb2519-ccdf-402c-a567-8e26ebd19c68 => generated 1610 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/115] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:23 2026] GET /v2.0/security-groups/9ccb2519-ccdf-402c-a567-8e26ebd19c68 => generated 1610 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/116] 162.253.55.242 () {48 vars in 991 bytes} [Thu Sep 3 03:18:23 2026] POST /v2.0/security-group-rules => generated 623 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:24 2026] GET /v2.0/security-groups/9ccb2519-ccdf-402c-a567-8e26ebd19c68 => generated 2246 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/118] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:24 2026] GET /v2.0/security-groups/9ccb2519-ccdf-402c-a567-8e26ebd19c68 => generated 2246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/119] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:18:24 2026] GET /v2.0/security-groups/9ccb2519-ccdf-402c-a567-8e26ebd19c68 => generated 2246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/120] 162.253.55.242 () {48 vars in 991 bytes} [Thu Sep 3 03:18:24 2026] POST /v2.0/security-group-rules => generated 627 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/129] 162.253.55.242 () {44 vars in 975 bytes} [Thu Sep 3 03:19:31 2026] GET /v2.0/quotas/7a755889ab8443c5a4ae88b34049ad70 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/130] 162.253.55.242 () {48 vars in 1027 bytes} [Thu Sep 3 03:19:32 2026] PUT /v2.0/quotas/7a755889ab8443c5a4ae88b34049ad70 => generated 291 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-03 03:21:52.390 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c53a088a-271c-44f0-baee-761bf0963e11 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/151] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:21:52 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 76/152] 162.253.55.242 () {30 vars in 762 bytes} [Thu Sep 3 03:21:52 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:21:54.367 7 INFO neutron.pecan_wsgi.hooks.translation [None req-70850dba-6c41-4335-ab2e-6ce2473a399f cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/153] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:21:54 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) [pid: 8|app: 0|req: 77/154] 162.253.55.242 () {30 vars in 762 bytes} [Thu Sep 3 03:21:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:28:32.551 7 INFO neutron.api.v2.resource [None req-c7cf5a38-9584-4fd2-987b-6a8f44792999 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 104/207] 162.253.55.242 () {44 vars in 1074 bytes} [Thu Sep 3 03:28:32 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ff372526efeb4a1fa89557d854d6784d => generated 139 bytes in 201 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/208] 162.253.55.242 () {44 vars in 1097 bytes} [Thu Sep 3 03:28:32 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ff372526efeb4a1fa89557d854d6784d => generated 23 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/209] 162.253.55.242 () {48 vars in 981 bytes} [Thu Sep 3 03:28:32 2026] POST /v2.0/security-groups => generated 1624 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/210] 162.253.55.242 () {44 vars in 1088 bytes} [Thu Sep 3 03:28:34 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb?project_id=ff372526efeb4a1fa89557d854d6784d => generated 1624 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/211] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:28:34 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb => generated 1624 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/212] 162.253.55.242 () {44 vars in 1088 bytes} [Thu Sep 3 03:28:34 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb?project_id=ff372526efeb4a1fa89557d854d6784d => generated 1624 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/213] 162.253.55.242 () {48 vars in 991 bytes} [Thu Sep 3 03:28:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/216] 162.253.55.242 () {44 vars in 1088 bytes} [Thu Sep 3 03:28:35 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb?project_id=ff372526efeb4a1fa89557d854d6784d => generated 2234 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/217] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:28:35 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb => generated 2234 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/218] 162.253.55.242 () {44 vars in 1088 bytes} [Thu Sep 3 03:28:35 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb?project_id=ff372526efeb4a1fa89557d854d6784d => generated 2234 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/219] 162.253.55.242 () {48 vars in 991 bytes} [Thu Sep 3 03:28:35 2026] POST /v2.0/security-group-rules => generated 599 bytes in 622 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/220] 162.253.55.242 () {44 vars in 1088 bytes} [Thu Sep 3 03:28:37 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb?project_id=ff372526efeb4a1fa89557d854d6784d => generated 2846 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/221] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:28:37 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb => generated 2846 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/222] 162.253.55.242 () {44 vars in 1088 bytes} [Thu Sep 3 03:28:37 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb?project_id=ff372526efeb4a1fa89557d854d6784d => generated 2846 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/223] 162.253.55.242 () {48 vars in 991 bytes} [Thu Sep 3 03:28:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/224] 162.253.55.242 () {44 vars in 1088 bytes} [Thu Sep 3 03:28:39 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb?project_id=ff372526efeb4a1fa89557d854d6784d => generated 3460 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/225] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:28:39 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb => generated 3460 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/226] 162.253.55.242 () {44 vars in 1088 bytes} [Thu Sep 3 03:28:39 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb?project_id=ff372526efeb4a1fa89557d854d6784d => generated 3460 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/227] 162.253.55.242 () {48 vars in 991 bytes} [Thu Sep 3 03:28:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/246] 162.253.55.242 () {30 vars in 739 bytes} [Thu Sep 3 03:31:00 2026] GET /v2.0/networks?tenant_id=ff372526efeb4a1fa89557d854d6784d&shared=False => generated 15 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:31:00.648 7 INFO neutron.db.segments_db [None req-1ce57cfa-9f48-4473-b59f-473c829e4669 da0c4dcb19a2438f8d601dcde215a9d1 ff372526efeb4a1fa89557d854d6784d - - 9c622d5ab4aa4aa492509eaeba1cad77 9c622d5ab4aa4aa492509eaeba1cad77] Added segment 6f6a3507-4e70-403b-8f6d-ad3b1fe01f15 of type vxlan for network 58bfcbfb-cda2-43e8-bbba-4e54ec5676ee [pid: 7|app: 0|req: 124/247] 162.253.55.242 () {34 vars in 681 bytes} [Thu Sep 3 03:31:00 2026] POST /v2.0/networks => generated 718 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/248] 162.253.55.242 () {30 vars in 721 bytes} [Thu Sep 3 03:31:00 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/249] 162.253.55.242 () {30 vars in 632 bytes} [Thu Sep 3 03:31:00 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/250] 162.253.55.242 () {34 vars in 676 bytes} [Thu Sep 3 03:31:00 2026] POST /v2.0/ports => generated 999 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/251] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:31:01 2026] GET /v2.0/networks/58bfcbfb-cda2-43e8-bbba-4e54ec5676ee => generated 705 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/252] 162.253.55.242 () {30 vars in 721 bytes} [Thu Sep 3 03:31:03 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/253] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:31:03 2026] GET /v2.0/networks/58bfcbfb-cda2-43e8-bbba-4e54ec5676ee => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/258] 162.253.55.242 () {44 vars in 975 bytes} [Thu Sep 3 03:31:28 2026] GET /v2.0/quotas/ff372526efeb4a1fa89557d854d6784d => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/259] 162.253.55.242 () {48 vars in 1027 bytes} [Thu Sep 3 03:31:29 2026] PUT /v2.0/quotas/ff372526efeb4a1fa89557d854d6784d => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:44:44.440 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c4ec5da-9b51-4803-b48b-0ebbd1880a01 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/366] 162.253.55.242 () {44 vars in 927 bytes} [Thu Sep 3 03:44:44 2026] GET /v2.0/networks/public => generated 108 bytes in 176 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/367] 162.253.55.242 () {44 vars in 949 bytes} [Thu Sep 3 03:44:44 2026] GET /v2.0/networks?name=public => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:44:45.706 7 INFO neutron.pecan_wsgi.hooks.translation [None req-11451048-7468-4409-acaa-fbad55f8c9b0 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/368] 162.253.55.242 () {44 vars in 927 bytes} [Thu Sep 3 03:44:45 2026] GET /v2.0/networks/public => generated 108 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/369] 162.253.55.242 () {44 vars in 949 bytes} [Thu Sep 3 03:44:45 2026] GET /v2.0/networks?name=public => generated 753 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:44:45.829 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55653202-7107-4e60-aceb-9c3477044916 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/370] 162.253.55.242 () {44 vars in 1034 bytes} [Thu Sep 3 03:44:45 2026] GET /v2.0/subnets/public-subnet?network_id=37732c79-5609-48fe-9150-4ac22ced0d35 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/371] 162.253.55.242 () {44 vars in 1057 bytes} [Thu Sep 3 03:44:45 2026] GET /v2.0/subnets?name=public-subnet&network_id=37732c79-5609-48fe-9150-4ac22ced0d35 => generated 667 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:45:15.214 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2178e300-6978-4dcd-89aa-c8d402794f27 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 189/376] 162.253.55.242 () {44 vars in 937 bytes} [Thu Sep 3 03:45:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/377] 162.253.55.242 () {44 vars in 959 bytes} [Thu Sep 3 03:45:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:45:16.195 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81aca227-7bbe-465c-a01d-4dedddce227b cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/378] 162.253.55.242 () {44 vars in 937 bytes} [Thu Sep 3 03:45:16 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/379] 162.253.55.242 () {44 vars in 959 bytes} [Thu Sep 3 03:45:16 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:45:16.283 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c74ca83f-5572-44cf-9f3f-ed8bfaa773ab cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/380] 162.253.55.242 () {44 vars in 1036 bytes} [Thu Sep 3 03:45:16 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=90cdcafa-5095-49f9-a150-f2e49fa9bb50 => generated 114 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/381] 162.253.55.242 () {44 vars in 1059 bytes} [Thu Sep 3 03:45:16 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=90cdcafa-5095-49f9-a150-f2e49fa9bb50 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:45:17.497 7 INFO neutron.api.v2.resource [None req-96361d1b-4688-4e37-8418-1647910dcfaf cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/382] 162.253.55.242 () {44 vars in 971 bytes} [Thu Sep 3 03:45:17 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/383] 162.253.55.242 () {44 vars in 993 bytes} [Thu Sep 3 03:45:17 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: 7|app: 0|req: 193/384] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:45:18 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 4694 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/385] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:45:18 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/386] 162.253.55.242 () {44 vars in 1011 bytes} [Thu Sep 3 03:45:18 2026] GET /v2.0/security-group-rules/942f0e5c-0867-4f70-bca2-36c16f8024a5 => 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: 194/389] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:45:19 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 4694 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/390] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:45:19 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 4694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/391] 162.253.55.242 () {44 vars in 1011 bytes} [Thu Sep 3 03:45:19 2026] GET /v2.0/security-group-rules/3e482449-ab6f-47c8-a20e-99f7f2a6e581 => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/392] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:45:20 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 4694 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/393] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:45:20 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 4694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/394] 162.253.55.242 () {44 vars in 1011 bytes} [Thu Sep 3 03:45:20 2026] GET /v2.0/security-group-rules/ac6aeebf-a622-4bdd-81b5-b107bf05d099 => generated 603 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/395] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:45:21 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 4694 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/396] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:45:21 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 4694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/397] 162.253.55.242 () {44 vars in 1011 bytes} [Thu Sep 3 03:45:21 2026] GET /v2.0/security-group-rules/dc3afe43-1029-4265-96ed-8955db52b3e9 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/398] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:45:22 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 4694 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/399] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:45:22 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 4694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/400] 162.253.55.242 () {44 vars in 1011 bytes} [Thu Sep 3 03:45:23 2026] GET /v2.0/security-group-rules/8e1647ac-0bde-4ca9-b3f9-0db81df2f1ce => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/401] 162.253.55.242 () {44 vars in 987 bytes} [Thu Sep 3 03:45:24 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50 => generated 731 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:45:24.506 7 INFO neutron.pecan_wsgi.hooks.translation [None req-95c42cf8-f2b4-403a-b2f5-0969fc9066e7 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 202/402] 162.253.55.242 () {44 vars in 1076 bytes} [Thu Sep 3 03:45:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=90cdcafa-5095-49f9-a150-f2e49fa9bb50 => 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: 201/403] 162.253.55.242 () {44 vars in 1099 bytes} [Thu Sep 3 03:45:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=90cdcafa-5095-49f9-a150-f2e49fa9bb50 => generated 1254 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/404] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:45:24 2026] GET /v2.0/security-groups/14be17bc-e6ec-4fbb-bfd4-9bc3d3900fe7 => generated 4694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:45:32.667 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6ac6bc0b-666c-43c5-b94b-d2ab1ab7d2c8 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 202/405] 162.253.55.242 () {44 vars in 979 bytes} [Thu Sep 3 03:45:32 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/406] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:45:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/409] 162.253.55.242 () {44 vars in 920 bytes} [Thu Sep 3 03:45:34 2026] GET /v2.0/ports => generated 4725 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:45:35.620 7 INFO neutron.api.v2.resource [None req-324749f9-5419-4469-ad5e-832e1dc68b89 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 207/410] 162.253.55.242 () {44 vars in 959 bytes} [Thu Sep 3 03:45:35 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/411] 162.253.55.242 () {44 vars in 981 bytes} [Thu Sep 3 03:45:35 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: 7|app: 0|req: 208/412] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:45:36 2026] GET /v2.0/security-groups/9ccb2519-ccdf-402c-a567-8e26ebd19c68 => generated 2886 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/413] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:45:36 2026] GET /v2.0/security-groups/9ccb2519-ccdf-402c-a567-8e26ebd19c68 => generated 2886 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/414] 162.253.55.242 () {44 vars in 1011 bytes} [Thu Sep 3 03:45:36 2026] GET /v2.0/security-group-rules/09aeb8bf-eb6e-4689-a0ce-ad53ea3f82fe => generated 623 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/415] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:45:37 2026] GET /v2.0/security-groups/9ccb2519-ccdf-402c-a567-8e26ebd19c68 => generated 2886 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/416] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:45:37 2026] GET /v2.0/security-groups/9ccb2519-ccdf-402c-a567-8e26ebd19c68 => generated 2886 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/417] 162.253.55.242 () {44 vars in 1011 bytes} [Thu Sep 3 03:45:37 2026] GET /v2.0/security-group-rules/867a138c-6bb2-4e2f-bf0e-62d59f25714d => generated 627 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/420] 162.253.55.242 () {44 vars in 975 bytes} [Thu Sep 3 03:45:53 2026] GET /v2.0/quotas/7a755889ab8443c5a4ae88b34049ad70 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:46:50.868 8 INFO neutron.api.v2.resource [None req-b58aefae-c135-4b9c-8534-b744424b1679 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 213/429] 162.253.55.242 () {44 vars in 1074 bytes} [Thu Sep 3 03:46:50 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ff372526efeb4a1fa89557d854d6784d => generated 139 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/430] 162.253.55.242 () {44 vars in 1097 bytes} [Thu Sep 3 03:46:50 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ff372526efeb4a1fa89557d854d6784d => generated 4072 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/431] 162.253.55.242 () {44 vars in 1088 bytes} [Thu Sep 3 03:46:51 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb?project_id=ff372526efeb4a1fa89557d854d6784d => generated 4075 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/432] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:46:51 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb => generated 4075 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/433] 162.253.55.242 () {44 vars in 1011 bytes} [Thu Sep 3 03:46:52 2026] GET /v2.0/security-group-rules/8d412c7f-e367-420f-8538-494d6c25c446 => generated 597 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/434] 162.253.55.242 () {44 vars in 1088 bytes} [Thu Sep 3 03:46:53 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb?project_id=ff372526efeb4a1fa89557d854d6784d => generated 4075 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/435] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:46:53 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb => generated 4075 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/436] 162.253.55.242 () {44 vars in 1011 bytes} [Thu Sep 3 03:46:53 2026] GET /v2.0/security-group-rules/290e0eb4-57ba-4e54-8834-406898b92640 => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/437] 162.253.55.242 () {44 vars in 1088 bytes} [Thu Sep 3 03:46:54 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb?project_id=ff372526efeb4a1fa89557d854d6784d => generated 4075 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/438] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:46:54 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb => generated 4075 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/439] 162.253.55.242 () {44 vars in 1011 bytes} [Thu Sep 3 03:46:54 2026] GET /v2.0/security-group-rules/7583fa84-97bd-49b9-9afe-24ef86dab53a => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/440] 162.253.55.242 () {44 vars in 1088 bytes} [Thu Sep 3 03:46:55 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb?project_id=ff372526efeb4a1fa89557d854d6784d => generated 4075 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/441] 162.253.55.242 () {44 vars in 1001 bytes} [Thu Sep 3 03:46:55 2026] GET /v2.0/security-groups/8f4240d5-9b3f-4bce-882e-fcd8bb9ba0eb => generated 4075 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/442] 162.253.55.242 () {44 vars in 1011 bytes} [Thu Sep 3 03:46:55 2026] GET /v2.0/security-group-rules/81046a72-44fa-4dba-bc75-7d9f33384260 => generated 602 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/443] 162.253.55.242 () {44 vars in 975 bytes} [Thu Sep 3 03:47:03 2026] GET /v2.0/quotas/ff372526efeb4a1fa89557d854d6784d => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/452] 162.253.55.242 () {44 vars in 949 bytes} [Thu Sep 3 03:47:58 2026] GET /v2.0/networks?name=public => generated 753 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/459] 10.0.0.13 () {32 vars in 647 bytes} [Thu Sep 3 03:48:39 2026] GET /v2.0/networks => generated 2167 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/460] 10.0.0.13 () {32 vars in 653 bytes} [Thu Sep 3 03:48:41 2026] GET /v2.0/floatingips => 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: 233/461] 10.0.0.13 () {32 vars in 645 bytes} [Thu Sep 3 03:48:41 2026] GET /v2.0/routers => generated 15 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/462] 10.0.0.13 () {32 vars in 641 bytes} [Thu Sep 3 03:48:41 2026] GET /v2.0/ports => generated 4725 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/463] 10.0.0.13 () {32 vars in 645 bytes} [Thu Sep 3 03:48:41 2026] GET /v2.0/subnets => generated 1308 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] 10.0.0.13 () {32 vars in 647 bytes} [Thu Sep 3 03:48:41 2026] GET /v2.0/networks => generated 2167 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/465] 10.0.0.13 () {32 vars in 661 bytes} [Thu Sep 3 03:48:41 2026] GET /v2.0/security-groups => generated 17401 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/466] 10.0.0.13 () {32 vars in 653 bytes} [Thu Sep 3 03:48:41 2026] GET /v2.0/subnetpools => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:48:52.725 7 INFO neutron.db.segments_db [None req-394da5ec-89fe-4efb-bb87-0ae3f44a306e cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment b5f9614a-e5fc-4e02-a2af-30f538247ac4 of type vxlan for network bd272664-a4e8-41a3-ba99-87664aa4bc5b 2026-09-03 03:48:52.819 8 INFO neutron.db.segments_db [None req-03cb0235-4e58-4ade-92c1-3fb03d3f0b80 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment d746efdc-64a3-4397-93e0-1f7d3c600cdc of type vxlan for network 6cab091a-6259-4d65-b31b-88b887d54d3c [pid: 7|app: 0|req: 237/469] 10.0.0.13 () {34 vars in 669 bytes} [Thu Sep 3 03:48:52 2026] POST /v2.0/networks => generated 746 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/470] 10.0.0.13 () {34 vars in 669 bytes} [Thu Sep 3 03:48:52 2026] POST /v2.0/networks => generated 745 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:48:53.024 7 INFO neutron.db.segments_db [None req-d67d31ed-9c60-439c-b0bb-35d01cea6154 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment 3d196201-bdb8-41b5-9d6b-8bb940f70d55 of type vxlan for network 6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83 [pid: 7|app: 0|req: 238/471] 10.0.0.13 () {34 vars in 669 bytes} [Thu Sep 3 03:48:52 2026] POST /v2.0/networks => generated 748 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/472] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:48:52 2026] POST /v2.0/subnets => generated 694 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/473] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:48:53 2026] POST /v2.0/subnets => generated 695 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/474] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:48:53 2026] POST /v2.0/subnets => generated 692 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:48:53.394 8 INFO neutron.db.segments_db [None req-83c9af08-4d4c-4ab2-8002-2943069a0efd cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment a44f662e-e3a5-4b0a-bffc-e2cdca476118 of type vxlan for network eee5b9ee-ea3a-4aff-a071-01bba7dfef3b 2026-09-03 03:48:53.404 7 INFO neutron.db.segments_db [None req-ab0a24b3-236d-4f1b-8393-08585c6454ad cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment 72c9cffb-f4ec-456f-8387-b3e84753c89b of type vxlan for network da7a56cb-6b17-4f8f-a8ee-5a71e8d7302b 2026-09-03 03:48:53.673 7 INFO neutron.db.l3_hamode_db [None req-ab0a24b3-236d-4f1b-8393-08585c6454ad cb09360888f745afa6f83db5d4ba2616 8908920a25cf42779884a9a46790c32c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:48:53.686 8 INFO neutron.db.l3_hamode_db [None req-83c9af08-4d4c-4ab2-8002-2943069a0efd cb09360888f745afa6f83db5d4ba2616 8af4206cc6884ea780e30ece23d99983 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:48:54.447 8 INFO neutron.db.l3_hamode_db [None req-83c9af08-4d4c-4ab2-8002-2943069a0efd cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:48:55.147 7 INFO neutron.db.l3_hamode_db [None req-ab0a24b3-236d-4f1b-8393-08585c6454ad cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 236/475] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:48:53 2026] POST /v2.0/routers => generated 734 bytes in 2452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:48:55.872 8 INFO neutron.db.segments_db [None req-679bc903-5cd4-40d7-bb31-da88f83fc5a8 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment e815c511-95fd-437f-b8de-7712f2c54412 of type vxlan for network ad0cbf76-19a1-43cb-a004-1059e1acbcdb 2026-09-03 03:48:56.101 8 INFO neutron.db.l3_hamode_db [None req-679bc903-5cd4-40d7-bb31-da88f83fc5a8 cb09360888f745afa6f83db5d4ba2616 0af57772ea8f47c486b095daea99e78d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 240/476] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:48:53 2026] POST /v2.0/routers => generated 735 bytes in 2977 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/477] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:48:56 2026] GET /v2.0/security-groups?tenant_id=bfda0de5135f43da85700e2e8e994c30&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:48:56.801 8 INFO neutron.db.l3_hamode_db [None req-679bc903-5cd4-40d7-bb31-da88f83fc5a8 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 237/478] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:48:55 2026] POST /v2.0/routers => generated 732 bytes in 1792 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/479] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:48:56 2026] PUT /v2.0/routers/9d41b6f6-93f5-4810-951c-d4477b1bfa0a/add_router_interface => generated 309 bytes in 969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/480] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:48:57 2026] DELETE /v2.0/security-groups/2567c0d5-21f1-4ff5-941e-696335b1bb13 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/481] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:48:57 2026] PUT /v2.0/routers/6a260fc0-1649-495d-ba37-6d55d68560a7/add_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/482] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:48:57 2026] PUT /v2.0/routers/3cded0bf-b70f-4961-9609-e392a8693199/add_router_interface => generated 309 bytes in 1055 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/483] 10.0.0.206 () {38 vars in 970 bytes} [Thu Sep 3 03:48:58 2026] POST /v2.0/security-groups => generated 1685 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/484] 10.0.0.13 () {34 vars in 683 bytes} [Thu Sep 3 03:48:59 2026] POST /v2.0/security-groups => generated 1660 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/485] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:48:59 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/486] 10.0.0.206 () {38 vars in 970 bytes} [Thu Sep 3 03:48:59 2026] POST /v2.0/security-groups => generated 1680 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/487] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:48:59 2026] POST /v2.0/security-group-rules => generated 602 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/488] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:48:59 2026] GET /v2.0/security-groups/46c955f8-5ecb-475f-a7d0-48b7a990cd7b => generated 1685 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:48:59.963 8 INFO neutron.db.segments_db [None req-5d9827c3-cb9b-401c-89e1-fc96afb6324c cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment a7d230ab-215c-4176-9a81-1f7fc653ab77 of type vxlan for network d0428cc3-1180-4b84-a54f-89a9623cc3a4 [pid: 8|app: 0|req: 242/489] 10.0.0.13 () {34 vars in 669 bytes} [Thu Sep 3 03:48:59 2026] POST /v2.0/networks => generated 751 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/490] 10.0.0.206 () {38 vars in 970 bytes} [Thu Sep 3 03:49:00 2026] POST /v2.0/security-groups => generated 1680 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/491] 10.0.0.206 () {38 vars in 980 bytes} [Thu Sep 3 03:49:00 2026] POST /v2.0/security-group-rules => generated 614 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/492] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:48:59 2026] POST /v2.0/floatingips => generated 552 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/493] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:49:00 2026] POST /v2.0/subnets => generated 698 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/494] 10.0.0.206 () {38 vars in 970 bytes} [Thu Sep 3 03:49:00 2026] POST /v2.0/security-groups => generated 1686 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-03 03:49:00.574 8 INFO neutron.db.segments_db [None req-d185e22b-bfde-4c00-a712-c1b7635f2c66 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment 1ec862e0-9cdd-4f7d-9203-7ccdd346217c of type vxlan for network cc4a7c05-0235-4658-bea2-2785122976c2 [pid: 7|app: 0|req: 249/495] 10.0.0.206 () {38 vars in 970 bytes} [Thu Sep 3 03:49:00 2026] POST /v2.0/security-groups => generated 1680 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/496] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:00 2026] GET /v2.0/security-groups/9b5bdc4d-5ec7-4ef3-8e74-647871c67a22 => generated 1686 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/497] 10.0.0.206 () {34 vars in 1001 bytes} [Thu Sep 3 03:49:00 2026] GET /v2.0/security-groups?tenant_id=0af57772ea8f47c486b095daea99e78d => generated 7901 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:49:00.765 8 INFO neutron.db.l3_hamode_db [None req-d185e22b-bfde-4c00-a712-c1b7635f2c66 cb09360888f745afa6f83db5d4ba2616 abfc5c66fe5342a382bbff3580d7159a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 252/498] 10.0.0.206 () {38 vars in 980 bytes} [Thu Sep 3 03:49:00 2026] POST /v2.0/security-group-rules => generated 614 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/499] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:00 2026] GET /v2.0/security-groups/cce68874-f8a0-489c-a1f5-98714f0bbfa1 => generated 2918 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/500] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:00 2026] GET /v2.0/security-groups/9b5bdc4d-5ec7-4ef3-8e74-647871c67a22 => generated 2311 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/501] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:00 2026] GET /v2.0/security-groups/cce68874-f8a0-489c-a1f5-98714f0bbfa1 => generated 2918 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/502] 10.0.0.206 () {38 vars in 980 bytes} [Thu Sep 3 03:49:00 2026] POST /v2.0/security-group-rules => generated 619 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/503] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:00 2026] GET /v2.0/security-groups/6d6b8865-3336-43eb-9711-4b0512e86bed => generated 1680 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/504] 10.0.0.206 () {36 vars in 1012 bytes} [Thu Sep 3 03:49:00 2026] DELETE /v2.0/security-groups/6d6b8865-3336-43eb-9711-4b0512e86bed => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/505] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:01 2026] GET /v2.0/security-groups/9b5bdc4d-5ec7-4ef3-8e74-647871c67a22 => generated 2941 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:49:01.078 7 INFO neutron.api.v2.resource [req-fdc8a8bc-3459-48e4-ba4c-039bd837e29d req-24e8836f-7f08-46e7-bb57-011f73efdfc9 1ebb76be1cc54daa80852cea6cfda787 0af57772ea8f47c486b095daea99e78d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 260/506] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:01 2026] GET /v2.0/security-groups/6d6b8865-3336-43eb-9711-4b0512e86bed => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/507] 10.0.0.206 () {34 vars in 1000 bytes} [Thu Sep 3 03:49:01 2026] GET /v2.0/security-group-rules/78114f44-23bf-4af8-80be-f96b0c9ced75 => generated 616 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/508] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:01 2026] GET /v2.0/security-groups/d3313642-05f5-4ee3-858a-c5b57027573e => generated 1680 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/509] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:01 2026] GET /v2.0/security-groups/9b5bdc4d-5ec7-4ef3-8e74-647871c67a22 => generated 2941 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/510] 10.0.0.206 () {36 vars in 1012 bytes} [Thu Sep 3 03:49:01 2026] DELETE /v2.0/security-groups/d3313642-05f5-4ee3-858a-c5b57027573e => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/511] 10.0.0.206 () {36 vars in 1022 bytes} [Thu Sep 3 03:49:01 2026] DELETE /v2.0/security-group-rules/78114f44-23bf-4af8-80be-f96b0c9ced75 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:49:01.278 8 INFO neutron.db.l3_hamode_db [None req-d185e22b-bfde-4c00-a712-c1b7635f2c66 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:49:01.279 7 INFO neutron.api.v2.resource [req-1a747fc6-17c4-45e0-8912-cc7b94240438 req-10a69604-58b7-4383-ae94-49cb4a0aa26e 1ebb76be1cc54daa80852cea6cfda787 0af57772ea8f47c486b095daea99e78d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 266/512] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:01 2026] GET /v2.0/security-groups/d3313642-05f5-4ee3-858a-c5b57027573e => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/513] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:01 2026] GET /v2.0/security-groups/9b5bdc4d-5ec7-4ef3-8e74-647871c67a22 => generated 2311 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/514] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:01 2026] GET /v2.0/security-groups/4fff9b02-708a-43f8-8c0b-7d6f154c0a77 => generated 1680 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/515] 10.0.0.206 () {36 vars in 1012 bytes} [Thu Sep 3 03:49:01 2026] DELETE /v2.0/security-groups/9b5bdc4d-5ec7-4ef3-8e74-647871c67a22 => 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: 270/516] 10.0.0.206 () {36 vars in 1012 bytes} [Thu Sep 3 03:49:01 2026] DELETE /v2.0/security-groups/4fff9b02-708a-43f8-8c0b-7d6f154c0a77 => 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: 271/517] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:01 2026] GET /v2.0/security-groups/46c955f8-5ecb-475f-a7d0-48b7a990cd7b => generated 2310 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:49:01.624 7 INFO neutron.api.v2.resource [req-713ddf08-0d1a-4c90-b70c-6ce56ab0e073 req-f8643b94-b569-4b9a-b9c6-16a3bd9778d0 1ebb76be1cc54daa80852cea6cfda787 0af57772ea8f47c486b095daea99e78d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 272/518] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:01 2026] GET /v2.0/security-groups/4fff9b02-708a-43f8-8c0b-7d6f154c0a77 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/519] 10.0.0.206 () {36 vars in 1012 bytes} [Thu Sep 3 03:49:01 2026] DELETE /v2.0/security-groups/46c955f8-5ecb-475f-a7d0-48b7a990cd7b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/520] 10.0.0.206 () {34 vars in 1001 bytes} [Thu Sep 3 03:49:01 2026] GET /v2.0/security-groups?tenant_id=0af57772ea8f47c486b095daea99e78d => generated 2921 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/521] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:49:00 2026] POST /v2.0/routers => generated 738 bytes in 1455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/522] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:01 2026] GET /v2.0/security-groups/cce68874-f8a0-489c-a1f5-98714f0bbfa1 => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:49:02.531 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a8c5804-ea4e-441b-84da-8fd067b24197 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 3280e243-8a2b-4b22-8b86-1b123f31f4c0 2026-09-03 03:49:02.538 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a8c5804-ea4e-441b-84da-8fd067b24197 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 3280e243-8a2b-4b22-8b86-1b123f31f4c0 [pid: 7|app: 0|req: 275/523] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:49:01 2026] PUT /v2.0/routers/9d41b6f6-93f5-4810-951c-d4477b1bfa0a/remove_router_interface => generated 309 bytes in 1232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/524] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:03 2026] GET /v2.0/security-groups/cce68874-f8a0-489c-a1f5-98714f0bbfa1 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:49:03.267 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc0fac0f-90d4-4cac-8b6a-60df746fd3ed cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 16bd9872-d3c6-46cd-bde9-f545094d0bea 2026-09-03 03:49:03.269 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc0fac0f-90d4-4cac-8b6a-60df746fd3ed cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 16bd9872-d3c6-46cd-bde9-f545094d0bea [pid: 8|app: 0|req: 249/525] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:49:02 2026] PUT /v2.0/routers/de9f1533-80c4-4239-8e8a-ef6bcb19987e/add_router_interface => generated 309 bytes in 1318 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:03.355 8 INFO neutron.api.v2.resource [req-58e8fee5-d965-470d-aad0-508239c592f9 req-5dc3b7c4-5a7c-41f0-8bfb-464d2936579c 1ebb76be1cc54daa80852cea6cfda787 0af57772ea8f47c486b095daea99e78d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 250/526] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:03 2026] GET /v2.0/security-groups/4fff9b02-708a-43f8-8c0b-7d6f154c0a77 => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:49:03.406 8 INFO neutron.api.v2.resource [req-9544e6de-df00-4cd4-b7ef-c20fd7632587 req-67e5b35f-78ac-4c0f-bcec-bebd6aec21f1 1ebb76be1cc54daa80852cea6cfda787 0af57772ea8f47c486b095daea99e78d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 251/527] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:03 2026] GET /v2.0/security-groups/d3313642-05f5-4ee3-858a-c5b57027573e => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:49:03.443 8 INFO neutron.api.v2.resource [req-2e423b0a-e9a6-4cab-8bb9-c316599b3131 req-6384ab43-5059-4b4d-adb1-a4ed94c7187a 1ebb76be1cc54daa80852cea6cfda787 0af57772ea8f47c486b095daea99e78d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 252/528] 10.0.0.206 () {34 vars in 990 bytes} [Thu Sep 3 03:49:03 2026] GET /v2.0/security-groups/6d6b8865-3336-43eb-9711-4b0512e86bed => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:49:03.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc0fac0f-90d4-4cac-8b6a-60df746fd3ed cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 6c659853-d609-4f01-8271-21a60f055627 2026-09-03 03:49:03.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc0fac0f-90d4-4cac-8b6a-60df746fd3ed cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 6c659853-d609-4f01-8271-21a60f055627 2026-09-03 03:49:03.527 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-bc0fac0f-90d4-4cac-8b6a-60df746fd3ed cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2248, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 649, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-09-03 03:49:03.846 7 INFO neutron.db.l3_hamode_db [None req-bc0fac0f-90d4-4cac-8b6a-60df746fd3ed cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] HA network eee5b9ee-ea3a-4aff-a071-01bba7dfef3b was deleted as no HA routers are present in tenant 8af4206cc6884ea780e30ece23d99983. [pid: 7|app: 0|req: 277/529] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:03 2026] DELETE /v2.0/routers/9d41b6f6-93f5-4810-951c-d4477b1bfa0a => generated 0 bytes in 809 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:49:03.859 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f2097ad-dfa9-454b-aa2e-c8c14dbf22e3 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 1bc7f958-a603-4ef1-814c-f43b823eb5af 2026-09-03 03:49:03.865 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f2097ad-dfa9-454b-aa2e-c8c14dbf22e3 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 1bc7f958-a603-4ef1-814c-f43b823eb5af [pid: 7|app: 0|req: 278/530] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:03 2026] DELETE /v2.0/subnets/16023121-9878-4697-add6-5e02a15da487 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/531] 10.0.0.13 () {34 vars in 683 bytes} [Thu Sep 3 03:49:03 2026] POST /v2.0/security-groups => generated 1661 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-03 03:49:04.157 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5f907df-6d90-42b8-8350-6f8a5b3eda15 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 58e99907-cb5d-422a-9938-5d4e84937c76 2026-09-03 03:49:04.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5f907df-6d90-42b8-8350-6f8a5b3eda15 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 58e99907-cb5d-422a-9938-5d4e84937c76 2026-09-03 03:49:04.313 7 INFO neutron.services.segments.plugin [-] Segment a44f662e-e3a5-4b0a-bffc-e2cdca476118 resource provider aggregate not found [pid: 8|app: 0|req: 253/532] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:49:03 2026] PUT /v2.0/routers/3cded0bf-b70f-4961-9609-e392a8693199/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:04.339 7 INFO neutron.services.segments.plugin [-] Segment a44f662e-e3a5-4b0a-bffc-e2cdca476118 resource provider aggregate not found 2026-09-03 03:49:04.342 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a44f662e-e3a5-4b0a-bffc-e2cdca476118 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a44f662e-e3a5-4b0a-bffc-e2cdca476118 found for delete ", "request_id": "req-3a88b8e0-a166-4e33-987b-ba8c2331d1b5"}]} 2026-09-03 03:49:04.363 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a44f662e-e3a5-4b0a-bffc-e2cdca476118 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a44f662e-e3a5-4b0a-bffc-e2cdca476118 found for delete ", "request_id": "req-bde20e50-34cd-45b0-9a66-11b1e43aeda2"}]} [pid: 7|app: 0|req: 280/533] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:49:04 2026] DELETE /v2.0/networks/bd272664-a4e8-41a3-ba99-87664aa4bc5b => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/534] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:49:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/535] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:49:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/538] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:49:04 2026] GET /v2.0/security-groups?tenant_id=8af4206cc6884ea780e30ece23d99983&name=default => generated 2921 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:49:04.568 7 INFO neutron_taas.services.taas.taas_plugin [None req-31e4ecdf-b7a5-4174-b937-c1d9d2af2bae cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: b15222df-8ae2-4659-9612-3ad2f8aec450 2026-09-03 03:49:04.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31e4ecdf-b7a5-4174-b937-c1d9d2af2bae cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: b15222df-8ae2-4659-9612-3ad2f8aec450 2026-09-03 03:49:04.798 7 INFO neutron_taas.services.taas.taas_plugin [None req-31e4ecdf-b7a5-4174-b937-c1d9d2af2bae cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 991fb0aa-1f41-4fc0-8653-c66c291ce8a8 2026-09-03 03:49:04.802 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31e4ecdf-b7a5-4174-b937-c1d9d2af2bae cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 991fb0aa-1f41-4fc0-8653-c66c291ce8a8 [pid: 8|app: 0|req: 259/539] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:49:04 2026] POST /v2.0/floatingips => generated 552 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/540] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:04 2026] DELETE /v2.0/security-groups/203c25ad-08a5-40d0-aeba-42f1a13f3456 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:49:05.092 7 INFO neutron.db.l3_hamode_db [None req-31e4ecdf-b7a5-4174-b937-c1d9d2af2bae cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] HA network ad0cbf76-19a1-43cb-a004-1059e1acbcdb was deleted as no HA routers are present in tenant 0af57772ea8f47c486b095daea99e78d. [pid: 7|app: 0|req: 281/541] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:04 2026] DELETE /v2.0/routers/3cded0bf-b70f-4961-9609-e392a8693199 => generated 0 bytes in 726 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/542] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:05 2026] DELETE /v2.0/subnets/f27aebc5-46e0-407e-9275-27219f63a19b => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:49:05.392 7 INFO neutron_taas.services.taas.taas_plugin [None req-7cba25a5-1f90-4d2b-990c-076b39bc95d1 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: b337f0a7-8a21-46d1-8fcb-bf0f3f338cdc 2026-09-03 03:49:05.395 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cba25a5-1f90-4d2b-990c-076b39bc95d1 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: b337f0a7-8a21-46d1-8fcb-bf0f3f338cdc [pid: 8|app: 0|req: 262/543] 10.0.0.206 () {34 vars in 1099 bytes} [Thu Sep 3 03:49:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1756823011&fields=id&tenant_id=abfc5c66fe5342a382bbff3580d7159a => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/544] 10.0.0.206 () {34 vars in 981 bytes} [Thu Sep 3 03:49:05 2026] GET /v2.0/networks?id=d0428cc3-1180-4b84-a54f-89a9623cc3a4 => generated 683 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/545] 10.0.0.206 () {34 vars in 1099 bytes} [Thu Sep 3 03:49:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1922581724&fields=id&tenant_id=8908920a25cf42779884a9a46790c32c => 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: 265/546] 10.0.0.206 () {34 vars in 964 bytes} [Thu Sep 3 03:49:05 2026] GET /v2.0/quotas/abfc5c66fe5342a382bbff3580d7159a => generated 292 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/547] 10.0.0.206 () {34 vars in 981 bytes} [Thu Sep 3 03:49:05 2026] GET /v2.0/networks?id=6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83 => generated 680 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/548] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:49:05 2026] DELETE /v2.0/networks/6cab091a-6259-4d65-b31b-88b887d54d3c => generated 0 bytes in 361 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/549] 10.0.0.206 () {34 vars in 964 bytes} [Thu Sep 3 03:49:05 2026] GET /v2.0/quotas/8908920a25cf42779884a9a46790c32c => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/550] 10.0.0.206 () {34 vars in 1001 bytes} [Thu Sep 3 03:49:05 2026] GET /v2.0/ports?tenant_id=abfc5c66fe5342a382bbff3580d7159a&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: 284/551] 10.0.0.206 () {34 vars in 1001 bytes} [Thu Sep 3 03:49:05 2026] GET /v2.0/ports?tenant_id=8908920a25cf42779884a9a46790c32c&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/552] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:49:05 2026] GET /v2.0/security-groups?tenant_id=0af57772ea8f47c486b095daea99e78d&name=default => generated 2921 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/553] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:05 2026] DELETE /v2.0/security-groups/cce68874-f8a0-489c-a1f5-98714f0bbfa1 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/554] 10.0.0.206 () {34 vars in 906 bytes} [Thu Sep 3 03:49:06 2026] GET /v2.0/extensions => generated 21537 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/555] 10.0.0.206 () {34 vars in 1007 bytes} [Thu Sep 3 03:49:06 2026] GET /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4?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: 286/556] 10.0.0.206 () {34 vars in 906 bytes} [Thu Sep 3 03:49:06 2026] GET /v2.0/extensions => generated 21537 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/557] 10.0.0.206 () {34 vars in 1107 bytes} [Thu Sep 3 03:49:06 2026] GET /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:06.372 7 INFO neutron.services.segments.plugin [-] Segment b5f9614a-e5fc-4e02-a2af-30f538247ac4 resource provider aggregate not found 2026-09-03 03:49:06.389 7 INFO neutron.services.segments.plugin [-] Segment b5f9614a-e5fc-4e02-a2af-30f538247ac4 resource provider aggregate not found [pid: 7|app: 0|req: 287/558] 10.0.0.206 () {34 vars in 1007 bytes} [Thu Sep 3 03:49:06 2026] GET /v2.0/networks/6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:06.399 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b5f9614a-e5fc-4e02-a2af-30f538247ac4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5f9614a-e5fc-4e02-a2af-30f538247ac4 found for delete ", "request_id": "req-da055b6e-cebb-482f-8f1d-2d7797aec5c6"}]} 2026-09-03 03:49:06.407 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b5f9614a-e5fc-4e02-a2af-30f538247ac4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5f9614a-e5fc-4e02-a2af-30f538247ac4 found for delete ", "request_id": "req-81494843-7b30-43d5-a330-940e17b2e983"}]} 2026-09-03 03:49:06.416 7 INFO neutron.services.segments.plugin [-] Segment e815c511-95fd-437f-b8de-7712f2c54412 resource provider aggregate not found 2026-09-03 03:49:06.427 7 INFO neutron.services.segments.plugin [-] Segment e815c511-95fd-437f-b8de-7712f2c54412 resource provider aggregate not found 2026-09-03 03:49:06.443 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e815c511-95fd-437f-b8de-7712f2c54412 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e815c511-95fd-437f-b8de-7712f2c54412 found for delete ", "request_id": "req-73cbea5d-879d-40ef-8278-d6ec68f8ab7d"}]} 2026-09-03 03:49:06.449 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e815c511-95fd-437f-b8de-7712f2c54412 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e815c511-95fd-437f-b8de-7712f2c54412 found for delete ", "request_id": "req-f91327fa-bce1-4757-bd1f-2d0d38158afe"}]} 2026-09-03 03:49:06.468 7 INFO neutron.services.segments.plugin [-] Segment d746efdc-64a3-4397-93e0-1f7d3c600cdc resource provider aggregate not found 2026-09-03 03:49:06.471 7 INFO neutron.services.segments.plugin [-] Segment d746efdc-64a3-4397-93e0-1f7d3c600cdc resource provider aggregate not found [pid: 8|app: 0|req: 272/559] 10.0.0.206 () {34 vars in 1107 bytes} [Thu Sep 3 03:49:06 2026] GET /v2.0/networks/6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:06.496 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d746efdc-64a3-4397-93e0-1f7d3c600cdc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d746efdc-64a3-4397-93e0-1f7d3c600cdc found for delete ", "request_id": "req-9be67d2f-b86e-44d4-bad3-0a5fc19d9ce2"}]} 2026-09-03 03:49:06.498 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d746efdc-64a3-4397-93e0-1f7d3c600cdc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d746efdc-64a3-4397-93e0-1f7d3c600cdc found for delete ", "request_id": "req-65ed71be-4c42-4a60-9420-428f41c46322"}]} [pid: 7|app: 0|req: 288/560] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:06 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/561] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:06 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:07.351 7 INFO neutron.db.segments_db [None req-d6fe4511-bdac-4a51-8186-94505ecc4e06 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment 76b188f7-e714-40ff-adca-402c43785cc9 of type vxlan for network 014e0899-3dbe-4f3f-b46a-54e99fa606b6 [pid: 7|app: 0|req: 289/562] 10.0.0.13 () {34 vars in 669 bytes} [Thu Sep 3 03:49:06 2026] POST /v2.0/networks => generated 738 bytes in 500 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/563] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:49:07 2026] POST /v2.0/subnets => generated 685 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:49:07.692 7 INFO neutron.db.segments_db [None req-375885c4-6c20-44e8-b4fb-04dbf5782ec7 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment 8e6a47f9-d854-4087-85d9-6f1c4d7fb2d4 of type vxlan for network 152aa446-dfa6-4f01-8791-138b73adaf35 [pid: 8|app: 0|req: 275/564] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:07 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:07.948 7 INFO neutron.db.l3_hamode_db [None req-375885c4-6c20-44e8-b4fb-04dbf5782ec7 cb09360888f745afa6f83db5d4ba2616 ad2cfde3a9df43bf86337b18b464c809 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 276/565] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:07 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:08.416 7 INFO neutron.db.l3_hamode_db [None req-375885c4-6c20-44e8-b4fb-04dbf5782ec7 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 277/566] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:08 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/567] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:09 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => 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: 290/568] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:49:07 2026] POST /v2.0/routers => generated 725 bytes in 1445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/569] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:10 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/570] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:10 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => 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: 279/571] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:49:09 2026] PUT /v2.0/routers/4579d032-fa57-47c5-a7bb-5678e39119c8/add_router_interface => generated 309 bytes in 1107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/572] 10.0.0.13 () {34 vars in 683 bytes} [Thu Sep 3 03:49:10 2026] POST /v2.0/security-groups => generated 1660 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/573] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:49:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/574] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:11 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/575] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:49:10 2026] GET /v2.0/security-groups?tenant_id=44637a0f343c4ab7a9688c3fe1d1da0c&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/576] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:49:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/577] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:11 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => 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: 281/578] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:11 2026] DELETE /v2.0/security-groups/6e575762-b90a-4f89-82a6-71ae1434c548 => 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: 282/579] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:49:11 2026] GET /v2.0/security-groups?tenant_id=b4bd07038d5b4096a1346992d4ffc07f&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: 298/580] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:49:11 2026] POST /v2.0/floatingips => generated 552 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/581] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:11 2026] DELETE /v2.0/security-groups/639bccc3-db79-4f57-941d-65cb8eefda35 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/582] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:49:11 2026] GET /v2.0/networks?id=d0428cc3-1180-4b84-a54f-89a9623cc3a4 => generated 683 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/583] 162.253.55.242 () {34 vars in 910 bytes} [Thu Sep 3 03:49:11 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: 284/584] 162.253.55.242 () {34 vars in 1049 bytes} [Thu Sep 3 03:49:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=abfc5c66fe5342a382bbff3580d7159a => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/585] 10.0.0.206 () {34 vars in 1097 bytes} [Thu Sep 3 03:49:12 2026] GET /v2.0/security-groups?name=tempest-securitygroup--208633197&fields=id&tenant_id=ad2cfde3a9df43bf86337b18b464c809 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/586] 162.253.55.242 () {38 vars in 954 bytes} [Thu Sep 3 03:49:11 2026] POST /v2.0/ports => generated 958 bytes in 379 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: 302/587] 10.0.0.206 () {34 vars in 981 bytes} [Thu Sep 3 03:49:12 2026] GET /v2.0/networks?id=014e0899-3dbe-4f3f-b46a-54e99fa606b6 => generated 670 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/588] 10.0.0.206 () {34 vars in 964 bytes} [Thu Sep 3 03:49:12 2026] GET /v2.0/quotas/ad2cfde3a9df43bf86337b18b464c809 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/589] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:12 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 961 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/590] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:12 2026] GET /v2.0/security-groups?id=0308f28d-465d-4427-bf40-0228ff8942cd&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/591] 10.0.0.206 () {34 vars in 1001 bytes} [Thu Sep 3 03:49:12 2026] GET /v2.0/ports?tenant_id=ad2cfde3a9df43bf86337b18b464c809&fields=id => generated 57 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/592] 10.0.0.206 () {34 vars in 1007 bytes} [Thu Sep 3 03:49:12 2026] GET /v2.0/networks/014e0899-3dbe-4f3f-b46a-54e99fa606b6?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/593] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:12 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => 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: 305/594] 10.0.0.206 () {34 vars in 1107 bytes} [Thu Sep 3 03:49:12 2026] GET /v2.0/networks/014e0899-3dbe-4f3f-b46a-54e99fa606b6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/595] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:12 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/596] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:49:12 2026] PUT /v2.0/ports/08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3 => generated 1239 bytes in 460 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/597] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:49:13 2026] GET /v2.0/networks?id=6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83 => generated 680 bytes in 64 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: 307/598] 162.253.55.242 () {34 vars in 1049 bytes} [Thu Sep 3 03:49:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8908920a25cf42779884a9a46790c32c => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/599] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:13 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/600] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:13 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => 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: 310/601] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:13 2026] GET /v2.0/security-groups?id=0308f28d-465d-4427-bf40-0228ff8942cd&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/602] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:13 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/603] 162.253.55.242 () {38 vars in 954 bytes} [Thu Sep 3 03:49:13 2026] POST /v2.0/ports => generated 954 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:49:13.908 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-94a408cf-0c2e-4ef4-8667-5d38e6d8b6a1'] response: {'name': 'network-changed', 'server_uuid': 'f2b74df8-6eee-4bb4-9563-b8d6e8f8d281', 'tag': '08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 312/604] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:49:13 2026] PUT /v2.0/ports/a3a38bb6-3552-4ec2-883d-bd92f449c557 => generated 1235 bytes in 329 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: 293/605] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:49:14 2026] GET /v2.0/ports?tenant_id=abfc5c66fe5342a382bbff3580d7159a&device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 1242 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 313/606] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:49:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3 => generated 19 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/607] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:49:14 2026] GET /v2.0/subnets?id=e9ef5699-a8f7-4a6e-bb3e-cbeb53894776 => generated 701 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/608] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:49:14 2026] GET /v2.0/ports?network_id=d0428cc3-1180-4b84-a54f-89a9623cc3a4&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: 295/609] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:49:14 2026] GET /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4?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: 315/610] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:49:14 2026] GET /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/611] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:14 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/612] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:14 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/613] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:14 2026] GET /v2.0/security-groups?id=0453d54f-fadf-412b-ba21-6845c341e34a&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/614] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:14 2026] GET /v2.0/security-groups?id=0308f28d-465d-4427-bf40-0228ff8942cd&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: 317/615] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:14 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => 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: 299/616] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:49:15 2026] GET /v2.0/ports?tenant_id=8908920a25cf42779884a9a46790c32c&device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/617] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:49:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a3a38bb6-3552-4ec2-883d-bd92f449c557 => 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: 300/618] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:49:15 2026] GET /v2.0/subnets?id=5e090f64-dfc7-4e7d-a52f-fd475ffa6907 => generated 698 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/619] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:49:15 2026] GET /v2.0/ports?network_id=6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83&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: 301/620] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:49:15 2026] GET /v2.0/networks/6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83?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: 320/621] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:49:15 2026] GET /v2.0/networks/6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83?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: 302/622] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:49:15 2026] GET /v2.0/ports?tenant_id=abfc5c66fe5342a382bbff3580d7159a&device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/623] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:49:15 2026] GET /v2.0/networks?id=d0428cc3-1180-4b84-a54f-89a9623cc3a4 => generated 779 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/624] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:15 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/625] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:16 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/626] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:16 2026] GET /v2.0/security-groups?id=0453d54f-fadf-412b-ba21-6845c341e34a&fields=id&fields=name => generated 114 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/627] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:16 2026] GET /v2.0/security-groups?id=0308f28d-465d-4427-bf40-0228ff8942cd&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:16.122 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b887008-e204-46c2-9ae4-48c94c5d12dd'] response: {'name': 'network-changed', 'server_uuid': 'd94242bd-00f7-40fb-8e85-a40a257faaf2', 'tag': 'a3a38bb6-3552-4ec2-883d-bd92f449c557', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 326/628] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:16 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => 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: 303/629] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:49:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3 => generated 19 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/630] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:49:16 2026] GET /v2.0/subnets?id=e9ef5699-a8f7-4a6e-bb3e-cbeb53894776 => generated 701 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/631] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:49:16 2026] GET /v2.0/ports?network_id=d0428cc3-1180-4b84-a54f-89a9623cc3a4&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/632] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:49:16 2026] GET /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4?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: 305/633] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:49:16 2026] GET /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/634] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:49:16 2026] GET /v2.0/ports?tenant_id=8908920a25cf42779884a9a46790c32c&device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 1238 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/635] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:49:16 2026] GET /v2.0/networks?id=6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83 => generated 776 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/636] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:49:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a3a38bb6-3552-4ec2-883d-bd92f449c557 => 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: 307/637] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:49:16 2026] GET /v2.0/subnets?id=5e090f64-dfc7-4e7d-a52f-fd475ffa6907 => generated 698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/638] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:49:17 2026] GET /v2.0/networks?id=014e0899-3dbe-4f3f-b46a-54e99fa606b6 => generated 670 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/639] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:17 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/640] 162.253.55.242 () {34 vars in 1049 bytes} [Thu Sep 3 03:49:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ad2cfde3a9df43bf86337b18b464c809 => generated 180 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/641] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:49:16 2026] GET /v2.0/ports?network_id=6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83&device_owner=network%3Adhcp => generated 1244 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/642] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:17 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => 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: 332/643] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:17 2026] GET /v2.0/security-groups?id=0453d54f-fadf-412b-ba21-6845c341e34a&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/644] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:49:17 2026] GET /v2.0/networks/6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83?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: 334/645] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:17 2026] GET /v2.0/security-groups?id=0308f28d-465d-4427-bf40-0228ff8942cd&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/646] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:17 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => 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: 336/647] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:49:17 2026] GET /v2.0/networks/6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83?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: 312/648] 162.253.55.242 () {38 vars in 954 bytes} [Thu Sep 3 03:49:17 2026] POST /v2.0/ports => generated 954 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/649] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:49:17 2026] PUT /v2.0/ports/aa12b9c2-1f0c-4d49-89d2-bd7a610687df => generated 1235 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:49:18.204 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-80a92a2f-39c3-4c87-8f00-3f8666341122'] response: {'name': 'network-changed', 'server_uuid': '8b0de520-507b-463f-b52f-f5b6df72b02b', 'tag': 'aa12b9c2-1f0c-4d49-89d2-bd7a610687df', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 313/650] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:18 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 969 bytes in 36 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: 338/651] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:18 2026] GET /v2.0/security-groups?id=0453d54f-fadf-412b-ba21-6845c341e34a&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/652] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:18 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 973 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/653] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:18 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/654] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:18 2026] GET /v2.0/security-groups?id=0308f28d-465d-4427-bf40-0228ff8942cd&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/655] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:18 2026] GET /v2.0/security-groups?id=cdf1c9b8-8246-4f75-b19f-d4c1858fa008&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/656] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:49:18 2026] GET /v2.0/ports?tenant_id=ad2cfde3a9df43bf86337b18b464c809&device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/657] 162.253.55.242 () {34 vars in 1017 bytes} [Thu Sep 3 03:49:18 2026] GET /v2.0/networks?tenant_id=ad2cfde3a9df43bf86337b18b464c809&shared=False => generated 766 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/658] 162.253.55.242 () {34 vars in 929 bytes} [Thu Sep 3 03:49:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/659] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:49:18 2026] GET /v2.0/security-groups?tenant_id=68455b5c0dad4261ae8bba8e123ab9f4&name=default => generated 2925 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/660] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:18 2026] DELETE /v2.0/security-groups/b36d6b9a-ef87-49cf-a5e9-96f3e0211029 => 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: 316/661] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:49:19 2026] GET /v2.0/security-groups?tenant_id=5a40cccd5553402caf21cfba1f94bb43&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/664] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:19 2026] DELETE /v2.0/security-groups/920646d7-8440-49a1-8af2-e322511a0094 => 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: 319/665] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:19 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => 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: 347/666] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:19 2026] GET /v2.0/security-groups?id=0453d54f-fadf-412b-ba21-6845c341e34a&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/667] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:19 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/668] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:19 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => 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: 349/669] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:19 2026] GET /v2.0/security-groups?id=cdf1c9b8-8246-4f75-b19f-d4c1858fa008&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/670] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:19 2026] GET /v2.0/security-groups?id=0308f28d-465d-4427-bf40-0228ff8942cd&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/671] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:49:19 2026] GET /v2.0/ports?tenant_id=ad2cfde3a9df43bf86337b18b464c809&device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => 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: 322/672] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:49:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=aa12b9c2-1f0c-4d49-89d2-bd7a610687df => 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: 351/673] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:49:19 2026] GET /v2.0/subnets?id=27ba9761-a24e-4469-aa81-8587d120dca5 => generated 688 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/674] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:49:20 2026] GET /v2.0/ports?network_id=014e0899-3dbe-4f3f-b46a-54e99fa606b6&device_owner=network%3Adhcp => generated 1242 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/675] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:49:20 2026] GET /v2.0/networks/014e0899-3dbe-4f3f-b46a-54e99fa606b6?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/676] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:49:20 2026] GET /v2.0/networks/014e0899-3dbe-4f3f-b46a-54e99fa606b6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/677] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:20 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/678] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:20 2026] GET /v2.0/security-groups?id=0453d54f-fadf-412b-ba21-6845c341e34a&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: 354/679] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:20 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => 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: 326/680] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:20 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/681] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:21 2026] GET /v2.0/security-groups?id=cdf1c9b8-8246-4f75-b19f-d4c1858fa008&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: 327/682] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:21 2026] GET /v2.0/security-groups?id=0308f28d-465d-4427-bf40-0228ff8942cd&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/683] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:21 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 969 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/684] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:22 2026] GET /v2.0/security-groups?id=0453d54f-fadf-412b-ba21-6845c341e34a&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/685] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:22 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 975 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/686] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:22 2026] GET /v2.0/security-groups?id=0308f28d-465d-4427-bf40-0228ff8942cd&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/687] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:22 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/688] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:22 2026] GET /v2.0/security-groups?id=cdf1c9b8-8246-4f75-b19f-d4c1858fa008&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: 330/689] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:23 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/690] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:23 2026] GET /v2.0/security-groups?id=0453d54f-fadf-412b-ba21-6845c341e34a&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/691] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:23 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/692] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:23 2026] GET /v2.0/security-groups?id=0308f28d-465d-4427-bf40-0228ff8942cd&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/693] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:23 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/694] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:23 2026] GET /v2.0/security-groups?id=cdf1c9b8-8246-4f75-b19f-d4c1858fa008&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/695] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:23 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:24.228 7 INFO neutron.db.l3_db [None req-1a0eb694-dc65-48f5-8bcf-2d086b68134e 6060a8e6ab2c4fe58287b54d5cff7b4b abfc5c66fe5342a382bbff3580d7159a - - default default] Floating IP ab2dbadc-a498-427f-a558-cd2d1e4adcbb associated. External IP: 10.96.250.205, port: 08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3. [pid: 7|app: 0|req: 363/696] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:49:23 2026] PUT /v2.0/floatingips/ab2dbadc-a498-427f-a558-cd2d1e4adcbb => generated 856 bytes in 771 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/697] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:24 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/698] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:24 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/699] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:24 2026] GET /v2.0/security-groups?id=0453d54f-fadf-412b-ba21-6845c341e34a&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/700] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:24 2026] GET /v2.0/security-groups?id=0308f28d-465d-4427-bf40-0228ff8942cd&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:24.612 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2cd9f3b0-f421-4230-8b5c-782605a22a57'] response: {'name': 'network-changed', 'server_uuid': 'f2b74df8-6eee-4bb4-9563-b8d6e8f8d281', 'tag': '08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 334/701] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:49:24 2026] GET /v2.0/security-groups?tenant_id=b63eb921d2d94ac19b3cf63dadb96685&name=default => generated 2925 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/703] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:24 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => 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: 368/703] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:24 2026] DELETE /v2.0/security-groups/918c1277-f43c-453b-92cf-8de9f8c5ecf3 => 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: 336/704] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:24 2026] GET /v2.0/security-groups?id=cdf1c9b8-8246-4f75-b19f-d4c1858fa008&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: 369/705] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:49:24 2026] GET /v2.0/security-groups?tenant_id=54de285a9dc84e87a449a56366b5ed2c&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: 337/706] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:25 2026] DELETE /v2.0/security-groups/1c9ff978-e7ba-47b0-b9fc-a11de729d0ca => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/707] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:49:25 2026] GET /v2.0/ports?tenant_id=abfc5c66fe5342a382bbff3580d7159a&device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/708] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:49:25 2026] GET /v2.0/networks?id=d0428cc3-1180-4b84-a54f-89a9623cc3a4 => generated 779 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/709] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:49:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3 => generated 859 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/710] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:49:25 2026] GET /v2.0/subnets?id=e9ef5699-a8f7-4a6e-bb3e-cbeb53894776 => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/711] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:49:25 2026] GET /v2.0/ports?network_id=d0428cc3-1180-4b84-a54f-89a9623cc3a4&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/712] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:49:25 2026] GET /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4?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: 373/713] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:49:25 2026] GET /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/714] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:25 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 971 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/715] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:25 2026] GET /v2.0/security-groups?id=0453d54f-fadf-412b-ba21-6845c341e34a&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: 342/716] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:25 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/717] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:25 2026] GET /v2.0/security-groups?id=cdf1c9b8-8246-4f75-b19f-d4c1858fa008&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/718] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:26 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:26.467 7 INFO neutron.db.l3_db [None req-a235ddfe-23ac-46d7-9a09-d304e6d904cc ebfd519cfae54e27ad7fdf9dfab9c71d ad2cfde3a9df43bf86337b18b464c809 - - default default] Floating IP 3b7ef3df-ae18-40f1-a69c-16f22f980ed0 associated. External IP: 10.96.250.216, port: aa12b9c2-1f0c-4d49-89d2-bd7a610687df. [pid: 7|app: 0|req: 376/719] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:49:26 2026] PUT /v2.0/floatingips/3b7ef3df-ae18-40f1-a69c-16f22f980ed0 => generated 855 bytes in 616 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:26.789 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-776d89db-d9fe-4c52-b716-b58371f7c3c3'] response: {'name': 'network-changed', 'server_uuid': '8b0de520-507b-463f-b52f-f5b6df72b02b', 'tag': 'aa12b9c2-1f0c-4d49-89d2-bd7a610687df', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 344/720] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:26 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/721] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:26 2026] GET /v2.0/security-groups?id=cdf1c9b8-8246-4f75-b19f-d4c1858fa008&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/722] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:26 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => 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: 378/723] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:26 2026] GET /v2.0/security-groups?id=0453d54f-fadf-412b-ba21-6845c341e34a&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/724] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:27 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/725] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:27 2026] GET /v2.0/security-groups?id=cdf1c9b8-8246-4f75-b19f-d4c1858fa008&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: 347/726] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:49:27 2026] GET /v2.0/ports?tenant_id=ad2cfde3a9df43bf86337b18b464c809&device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => generated 1240 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/727] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:49:27 2026] GET /v2.0/networks?id=014e0899-3dbe-4f3f-b46a-54e99fa606b6 => generated 766 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/728] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:49:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=aa12b9c2-1f0c-4d49-89d2-bd7a610687df => generated 858 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/729] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:49:27 2026] GET /v2.0/subnets?id=27ba9761-a24e-4469-aa81-8587d120dca5 => generated 688 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/730] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:49:27 2026] GET /v2.0/ports?network_id=014e0899-3dbe-4f3f-b46a-54e99fa606b6&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/731] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:49:27 2026] GET /v2.0/networks/014e0899-3dbe-4f3f-b46a-54e99fa606b6?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: 350/732] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:49:27 2026] GET /v2.0/networks/014e0899-3dbe-4f3f-b46a-54e99fa606b6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/733] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:28 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/734] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:28 2026] GET /v2.0/security-groups?id=0453d54f-fadf-412b-ba21-6845c341e34a&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/735] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:28 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => 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: 383/736] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:49:28 2026] GET /v2.0/security-groups?tenant_id=5f7746ca6157466bb360ef0fbae0c419&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/737] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:28 2026] DELETE /v2.0/security-groups/98acf8b4-f7a7-408c-8c5b-43dec8d8aba6 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/738] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:28 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => 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: 386/739] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:28 2026] GET /v2.0/security-groups?id=cdf1c9b8-8246-4f75-b19f-d4c1858fa008&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:28.905 8 INFO neutron.db.l3_db [None req-dbd43e05-90e0-4c92-af86-c0b899e27893 b8ca0056d81744868e485813a6900ef3 8908920a25cf42779884a9a46790c32c - - default default] Floating IP f9d9b8c1-0b93-4d9b-a926-8b4ad287521c associated. External IP: 10.96.250.218, port: a3a38bb6-3552-4ec2-883d-bd92f449c557. [pid: 8|app: 0|req: 354/740] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:49:28 2026] PUT /v2.0/floatingips/f9d9b8c1-0b93-4d9b-a926-8b4ad287521c => generated 855 bytes in 785 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/741] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:29 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => 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: 355/742] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:29 2026] GET /v2.0/security-groups?id=0453d54f-fadf-412b-ba21-6845c341e34a&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: 388/743] 162.253.55.242 () {34 vars in 993 bytes} [Thu Sep 3 03:49:29 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => 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: 389/744] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:29 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:29.757 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a2e8797-f890-43a2-813d-37cdb1e318be'] response: {'name': 'network-changed', 'server_uuid': 'd94242bd-00f7-40fb-8e85-a40a257faaf2', 'tag': 'a3a38bb6-3552-4ec2-883d-bd92f449c557', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 390/745] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:29 2026] GET /v2.0/security-groups?id=0453d54f-fadf-412b-ba21-6845c341e34a&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/746] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:29 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => 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: 392/747] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:29 2026] GET /v2.0/security-groups?id=cdf1c9b8-8246-4f75-b19f-d4c1858fa008&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:29.904 8 INFO neutron_taas.services.taas.taas_plugin [req-06f57cfa-74fb-4094-8410-c3818e61ff8b req-dca97ba7-a5d7-4c7c-80dd-33381ebe0e74 ebfd519cfae54e27ad7fdf9dfab9c71d ad2cfde3a9df43bf86337b18b464c809 - - default default] TaaS: Handle Delete Port: aa12b9c2-1f0c-4d49-89d2-bd7a610687df 2026-09-03 03:49:29.917 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-06f57cfa-74fb-4094-8410-c3818e61ff8b req-dca97ba7-a5d7-4c7c-80dd-33381ebe0e74 ebfd519cfae54e27ad7fdf9dfab9c71d ad2cfde3a9df43bf86337b18b464c809 - - default default] Tap Mirror: Handle Delete Port: aa12b9c2-1f0c-4d49-89d2-bd7a610687df 2026-09-03 03:49:30.095 8 INFO neutron.db.l3_db [req-06f57cfa-74fb-4094-8410-c3818e61ff8b req-dca97ba7-a5d7-4c7c-80dd-33381ebe0e74 ebfd519cfae54e27ad7fdf9dfab9c71d ad2cfde3a9df43bf86337b18b464c809 - - default default] Floating IP 3b7ef3df-ae18-40f1-a69c-16f22f980ed0 disassociated. External IP: 10.96.250.216, port: aa12b9c2-1f0c-4d49-89d2-bd7a610687df. [pid: 7|app: 0|req: 393/748] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:49:30 2026] GET /v2.0/ports?tenant_id=8908920a25cf42779884a9a46790c32c&device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/749] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:49:30 2026] GET /v2.0/networks?id=6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83 => generated 776 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/750] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:49:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=a3a38bb6-3552-4ec2-883d-bd92f449c557 => generated 858 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/751] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:49:30 2026] GET /v2.0/subnets?id=5e090f64-dfc7-4e7d-a52f-fd475ffa6907 => generated 698 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/752] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:49:30 2026] GET /v2.0/ports?network_id=6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83&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: 398/753] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:49:30 2026] GET /v2.0/networks/6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/754] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:49:30 2026] GET /v2.0/networks/6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/755] 162.253.55.242 () {36 vars in 996 bytes} [Thu Sep 3 03:49:29 2026] DELETE /v2.0/ports/aa12b9c2-1f0c-4d49-89d2-bd7a610687df => generated 0 bytes in 853 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:49:30.944 7 INFO neutron.db.segments_db [None req-f640fa30-e015-4aa0-9a48-4d22c8ebe884 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Added segment 1c3cf8a1-d72e-4d8e-ac52-77914ecf0ba4 of type vxlan for network 450c17a9-3686-40dd-b5c6-0670eab54361 [pid: 8|app: 0|req: 357/756] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:30 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/757] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:30 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => 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: 359/758] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:30 2026] GET /v2.0/security-groups?id=0453d54f-fadf-412b-ba21-6845c341e34a&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/759] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:49:30 2026] POST /v2.0/networks => generated 628 bytes in 508 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:49:31.104 8 INFO neutron.db.segments_db [None req-2fa94dbf-84ed-489e-af70-76d3996225e5 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Added segment 823fcaa6-3b5d-4a2a-ae69-551ea21ddba2 of type vxlan for network 33d26a13-756f-4569-a1c2-763ca8f4a74d [pid: 8|app: 0|req: 360/760] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:49:31 2026] POST /v2.0/networks => generated 630 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/761] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:49:31 2026] POST /v2.0/subnets => generated 626 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:49:31.798 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9c9ddb6-2554-41e8-871e-ea544e87e209'] response: {'server_uuid': '8b0de520-507b-463f-b52f-f5b6df72b02b', 'name': 'network-vif-deleted', 'tag': 'aa12b9c2-1f0c-4d49-89d2-bd7a610687df', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 361/762] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:49:31 2026] POST /v2.0/subnets => generated 626 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:49:31.866 7 INFO neutron.db.segments_db [None req-96a6393d-0339-4eb0-b977-e7790fc0f2f6 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Added segment af964fd2-7b5f-447c-b0e5-259a7e09e867 of type vxlan for network ba7f0215-f193-494e-a19c-fd423d3f9bed [pid: 8|app: 0|req: 362/763] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:32 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:32.171 7 INFO neutron.db.l3_hamode_db [None req-96a6393d-0339-4eb0-b977-e7790fc0f2f6 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 363/764] 162.253.55.242 () {34 vars in 993 bytes} [Thu Sep 3 03:49:32 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/765] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:32 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:32.329 7 INFO neutron.db.l3_hamode_db [None req-96a6393d-0339-4eb0-b977-e7790fc0f2f6 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:49:32.359 8 INFO neutron_taas.services.taas.taas_plugin [req-832de458-6a46-49f2-8687-30b70b0a7b74 req-4209c035-45ad-4380-9e9d-86cf3f2e1e43 b8ca0056d81744868e485813a6900ef3 8908920a25cf42779884a9a46790c32c - - default default] TaaS: Handle Delete Port: a3a38bb6-3552-4ec2-883d-bd92f449c557 2026-09-03 03:49:32.366 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-832de458-6a46-49f2-8687-30b70b0a7b74 req-4209c035-45ad-4380-9e9d-86cf3f2e1e43 b8ca0056d81744868e485813a6900ef3 8908920a25cf42779884a9a46790c32c - - default default] Tap Mirror: Handle Delete Port: a3a38bb6-3552-4ec2-883d-bd92f449c557 2026-09-03 03:49:32.554 8 INFO neutron.db.l3_db [req-832de458-6a46-49f2-8687-30b70b0a7b74 req-4209c035-45ad-4380-9e9d-86cf3f2e1e43 b8ca0056d81744868e485813a6900ef3 8908920a25cf42779884a9a46790c32c - - default default] Floating IP f9d9b8c1-0b93-4d9b-a926-8b4ad287521c disassociated. External IP: 10.96.250.218, port: a3a38bb6-3552-4ec2-883d-bd92f449c557. [pid: 8|app: 0|req: 365/766] 162.253.55.242 () {36 vars in 996 bytes} [Thu Sep 3 03:49:32 2026] DELETE /v2.0/ports/a3a38bb6-3552-4ec2-883d-bd92f449c557 => generated 0 bytes in 708 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/767] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:32 2026] GET /v2.0/security-groups?id=0453d54f-fadf-412b-ba21-6845c341e34a&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/768] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:49:31 2026] POST /v2.0/routers => generated 506 bytes in 1144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/769] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:33 2026] GET /v2.0/ports?device_id=8b0de520-507b-463f-b52f-f5b6df72b02b => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:33.841 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-32dc9794-dacb-42d0-beb7-20aa9f0bd190'] response: {'server_uuid': 'd94242bd-00f7-40fb-8e85-a40a257faaf2', 'name': 'network-vif-deleted', 'tag': 'a3a38bb6-3552-4ec2-883d-bd92f449c557', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 404/770] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:34 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => 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: 367/771] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:49:32 2026] PUT /v2.0/routers/96575e2b-47eb-4ecd-aa81-7af21f80d1d4/add_router_interface => generated 309 bytes in 1099 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/772] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:49:34 2026] GET /v2.0/ports/5f8022f6-ec53-4917-8554-355dd74ef94e => generated 955 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/773] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:34 2026] DELETE /v2.0/security-groups/cdf1c9b8-8246-4f75-b19f-d4c1858fa008 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:49:34.422 7 INFO neutron.api.v2.resource [None req-243c3d26-7201-496b-b339-4312660233ac ebfd519cfae54e27ad7fdf9dfab9c71d ad2cfde3a9df43bf86337b18b464c809 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 407/774] 10.0.0.13 () {32 vars in 735 bytes} [Thu Sep 3 03:49:34 2026] GET /v2.0/security-groups/cdf1c9b8-8246-4f75-b19f-d4c1858fa008 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:49:34.535 7 INFO neutron_taas.services.taas.taas_plugin [None req-d62cddff-e3ca-4548-b69b-714227811205 ebfd519cfae54e27ad7fdf9dfab9c71d ad2cfde3a9df43bf86337b18b464c809 - - default default] TaaS: Handle Delete Port: ffb6e7dc-0843-431c-a6aa-4806efb41e74 2026-09-03 03:49:34.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d62cddff-e3ca-4548-b69b-714227811205 ebfd519cfae54e27ad7fdf9dfab9c71d ad2cfde3a9df43bf86337b18b464c809 - - default default] Tap Mirror: Handle Delete Port: ffb6e7dc-0843-431c-a6aa-4806efb41e74 [pid: 7|app: 0|req: 408/775] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:49:34 2026] DELETE /v2.0/floatingips/3b7ef3df-ae18-40f1-a69c-16f22f980ed0 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/778] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:49:34 2026] PUT /v2.0/routers/96575e2b-47eb-4ecd-aa81-7af21f80d1d4/add_router_interface => generated 309 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:35.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a72c727-63fd-4b55-b958-c1569f6b690a cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: f41b85bd-e4a4-4edf-8258-478917384339 [pid: 8|app: 0|req: 369/779] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:49:35 2026] GET /v2.0/ports/6df96092-dc73-43c3-bfe2-86ac620133c7 => generated 955 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:35.094 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a72c727-63fd-4b55-b958-c1569f6b690a cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: f41b85bd-e4a4-4edf-8258-478917384339 2026-09-03 03:49:35.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-f12d27a6-99da-4342-b303-6a99165c256e 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] TaaS: Handle Delete Port: 6df96092-dc73-43c3-bfe2-86ac620133c7 2026-09-03 03:49:35.356 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f12d27a6-99da-4342-b303-6a99165c256e 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Tap Mirror: Handle Delete Port: 6df96092-dc73-43c3-bfe2-86ac620133c7 [pid: 7|app: 0|req: 411/780] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:49:34 2026] PUT /v2.0/routers/4579d032-fa57-47c5-a7bb-5678e39119c8/remove_router_interface => generated 309 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/781] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:35 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => 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: 370/782] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:49:35 2026] PUT /v2.0/routers/96575e2b-47eb-4ecd-aa81-7af21f80d1d4/remove_router_interface => generated 309 bytes in 640 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:35.783 7 INFO neutron_taas.services.taas.taas_plugin [None req-d88efec6-9420-4ede-9963-88e5e7599b69 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 9717e2d0-e554-483b-840a-86a92ff243cb 2026-09-03 03:49:35.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d88efec6-9420-4ede-9963-88e5e7599b69 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 9717e2d0-e554-483b-840a-86a92ff243cb 2026-09-03 03:49:36.044 7 INFO neutron_taas.services.taas.taas_plugin [None req-d88efec6-9420-4ede-9963-88e5e7599b69 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: bcaf858b-fde3-49e4-a2f3-99a21018602f 2026-09-03 03:49:36.047 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d88efec6-9420-4ede-9963-88e5e7599b69 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: bcaf858b-fde3-49e4-a2f3-99a21018602f 2026-09-03 03:49:36.170 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e4caf68-6bbe-4ce3-a92b-256c66437f18 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] TaaS: Handle Delete Port: 5f8022f6-ec53-4917-8554-355dd74ef94e 2026-09-03 03:49:36.173 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e4caf68-6bbe-4ce3-a92b-256c66437f18 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Tap Mirror: Handle Delete Port: 5f8022f6-ec53-4917-8554-355dd74ef94e 2026-09-03 03:49:36.492 7 INFO neutron.services.segments.plugin [-] Segment 8e6a47f9-d854-4087-85d9-6f1c4d7fb2d4 resource provider aggregate not found 2026-09-03 03:49:36.498 7 INFO neutron.services.segments.plugin [-] Segment 8e6a47f9-d854-4087-85d9-6f1c4d7fb2d4 resource provider aggregate not found 2026-09-03 03:49:36.515 7 INFO neutron.db.l3_hamode_db [None req-d88efec6-9420-4ede-9963-88e5e7599b69 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] HA network 152aa446-dfa6-4f01-8791-138b73adaf35 was deleted as no HA routers are present in tenant ad2cfde3a9df43bf86337b18b464c809. [pid: 7|app: 0|req: 413/783] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:35 2026] DELETE /v2.0/routers/4579d032-fa57-47c5-a7bb-5678e39119c8 => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:49:36.531 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8e6a47f9-d854-4087-85d9-6f1c4d7fb2d4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e6a47f9-d854-4087-85d9-6f1c4d7fb2d4 found for delete ", "request_id": "req-7ae65dd7-3189-4c89-b0d5-bdf18198cd86"}]} 2026-09-03 03:49:36.536 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8e6a47f9-d854-4087-85d9-6f1c4d7fb2d4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8e6a47f9-d854-4087-85d9-6f1c4d7fb2d4 found for delete ", "request_id": "req-b30c46fa-1149-4069-857f-8573f3269ed1"}]} [pid: 7|app: 0|req: 414/784] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:36 2026] DELETE /v2.0/subnets/27ba9761-a24e-4469-aa81-8587d120dca5 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/785] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:36 2026] GET /v2.0/ports?device_id=d94242bd-00f7-40fb-8e85-a40a257faaf2 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:36.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-e48babcc-5559-4127-9f84-254b7c4688b6 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 00224e9b-69a5-48a5-8a33-a35b9edb64bc 2026-09-03 03:49:36.872 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e48babcc-5559-4127-9f84-254b7c4688b6 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 00224e9b-69a5-48a5-8a33-a35b9edb64bc [pid: 8|app: 0|req: 371/786] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:49:35 2026] PUT /v2.0/routers/96575e2b-47eb-4ecd-aa81-7af21f80d1d4/remove_router_interface => generated 309 bytes in 1146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/787] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:49:36 2026] GET /v2.0/ports?device_id=96575e2b-47eb-4ecd-aa81-7af21f80d1d4 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:37.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-d38f5538-e57f-4a5d-9d0a-5729100446ca 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] TaaS: Handle Delete Port: 11e5b228-a7d7-44fd-bc86-29f2d73c708a 2026-09-03 03:49:37.064 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d38f5538-e57f-4a5d-9d0a-5729100446ca 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Tap Mirror: Handle Delete Port: 11e5b228-a7d7-44fd-bc86-29f2d73c708a [pid: 7|app: 0|req: 416/788] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:49:36 2026] DELETE /v2.0/networks/014e0899-3dbe-4f3f-b46a-54e99fa606b6 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:49:37.130 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-d38f5538-e57f-4a5d-9d0a-5729100446ca 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2248, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 649, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 417/789] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:49:37 2026] GET /v2.0/security-groups?tenant_id=ad2cfde3a9df43bf86337b18b464c809&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:49:37.382 8 INFO neutron.db.l3_hamode_db [None req-d38f5538-e57f-4a5d-9d0a-5729100446ca 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] HA network ba7f0215-f193-494e-a19c-fd423d3f9bed was deleted as no HA routers are present in tenant fe90162f2396415694a5f5cdf34762d3. [pid: 8|app: 0|req: 373/790] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:36 2026] DELETE /v2.0/routers/96575e2b-47eb-4ecd-aa81-7af21f80d1d4 => generated 0 bytes in 463 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/791] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:37 2026] DELETE /v2.0/security-groups/f6a2486e-c064-4780-aa5f-266e347f0eb8 => 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: 374/792] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:37 2026] DELETE /v2.0/subnets/e7673a55-5b77-448b-b8de-10a5bdd4f5c2 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/793] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:37 2026] DELETE /v2.0/subnets/c2b8fa6b-6a71-46e0-8061-dc75e64534f1 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:49:37.786 8 INFO neutron_taas.services.taas.taas_plugin [None req-7043f1e7-5c9b-4bcd-b450-d3a0ce70bbad 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] TaaS: Handle Delete Port: 33f89fe6-ceeb-4b52-aa82-b11a94373cc1 2026-09-03 03:49:37.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7043f1e7-5c9b-4bcd-b450-d3a0ce70bbad 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Tap Mirror: Handle Delete Port: 33f89fe6-ceeb-4b52-aa82-b11a94373cc1 2026-09-03 03:49:37.877 8 INFO neutron.services.segments.plugin [-] Segment af964fd2-7b5f-447c-b0e5-259a7e09e867 resource provider aggregate not found 2026-09-03 03:49:37.899 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment af964fd2-7b5f-447c-b0e5-259a7e09e867 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af964fd2-7b5f-447c-b0e5-259a7e09e867 found for delete ", "request_id": "req-50bef2e0-58e2-4cac-9b42-ccfb7e73e11c"}]} 2026-09-03 03:49:37.925 8 INFO neutron.services.segments.plugin [-] Segment af964fd2-7b5f-447c-b0e5-259a7e09e867 resource provider aggregate not found 2026-09-03 03:49:37.946 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment af964fd2-7b5f-447c-b0e5-259a7e09e867 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af964fd2-7b5f-447c-b0e5-259a7e09e867 found for delete ", "request_id": "req-89f25d31-59f7-4e66-b895-f357c24691c1"}]} [pid: 8|app: 0|req: 375/794] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:49:37 2026] DELETE /v2.0/networks/33d26a13-756f-4569-a1c2-763ca8f4a74d => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/795] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:37 2026] DELETE /v2.0/security-groups/0453d54f-fadf-412b-ba21-6845c341e34a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:49:38.014 7 INFO neutron.api.v2.resource [None req-5edd0fbb-d431-4de7-abfc-6171994449c3 b8ca0056d81744868e485813a6900ef3 8908920a25cf42779884a9a46790c32c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 421/796] 10.0.0.13 () {32 vars in 735 bytes} [Thu Sep 3 03:49:37 2026] GET /v2.0/security-groups/0453d54f-fadf-412b-ba21-6845c341e34a => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:49:38.037 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe429ec6-44af-4e51-9eea-aa4bb62bdb98 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] TaaS: Handle Delete Port: 8a1e82c3-b6e5-4e81-8829-dce48c656a82 2026-09-03 03:49:38.039 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe429ec6-44af-4e51-9eea-aa4bb62bdb98 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Tap Mirror: Handle Delete Port: 8a1e82c3-b6e5-4e81-8829-dce48c656a82 2026-09-03 03:49:38.164 7 INFO neutron_taas.services.taas.taas_plugin [None req-0fb8aaf5-e1f0-4d87-b69b-31045b9dd300 b8ca0056d81744868e485813a6900ef3 8908920a25cf42779884a9a46790c32c - - default default] TaaS: Handle Delete Port: 17c26890-6990-4472-a866-8ef983cab7f5 2026-09-03 03:49:38.168 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fb8aaf5-e1f0-4d87-b69b-31045b9dd300 b8ca0056d81744868e485813a6900ef3 8908920a25cf42779884a9a46790c32c - - default default] Tap Mirror: Handle Delete Port: 17c26890-6990-4472-a866-8ef983cab7f5 [pid: 8|app: 0|req: 376/797] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:49:37 2026] DELETE /v2.0/networks/450c17a9-3686-40dd-b5c6-0670eab54361 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:49:38.226 8 INFO neutron.db.segments_db [None req-fee0fcaf-198e-420d-8534-b9994b6b5fcc 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Added segment fbfd3fda-5253-46d3-8373-f9d1e4258189 of type vxlan for network f8451453-b3f5-49c3-8cd5-80b079fb8be0 [pid: 8|app: 0|req: 377/798] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:49:38 2026] POST /v2.0/networks => generated 630 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/799] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:49:38 2026] DELETE /v2.0/floatingips/f9d9b8c1-0b93-4d9b-a926-8b4ad287521c => 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: 378/800] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:49:38 2026] POST /v2.0/subnets => generated 626 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:49:38.515 8 INFO neutron.db.segments_db [None req-fafd376e-1cce-46e9-8e4d-263358249f78 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Added segment 80766d65-e79b-4a19-977b-4d3eac3ee381 of type vxlan for network 2e62cdfd-042b-48fa-9d7d-ee126de0808d 2026-09-03 03:49:38.557 7 INFO neutron.services.segments.plugin [-] Segment 76b188f7-e714-40ff-adca-402c43785cc9 resource provider aggregate not found 2026-09-03 03:49:38.566 7 INFO neutron.services.segments.plugin [-] Segment 76b188f7-e714-40ff-adca-402c43785cc9 resource provider aggregate not found 2026-09-03 03:49:38.585 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 76b188f7-e714-40ff-adca-402c43785cc9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76b188f7-e714-40ff-adca-402c43785cc9 found for delete ", "request_id": "req-1f7de2f1-1c0b-4c69-8136-3a1c53bef1f0"}]} 2026-09-03 03:49:38.589 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 76b188f7-e714-40ff-adca-402c43785cc9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76b188f7-e714-40ff-adca-402c43785cc9 found for delete ", "request_id": "req-ec1b8a7b-da25-4f55-ab91-335ad9155e9e"}]} 2026-09-03 03:49:38.634 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c029ba3-c0cc-474c-abe7-e1fd1b916e2c cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 6b83190c-632c-49c5-a599-ca77f6891cd7 2026-09-03 03:49:38.636 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c029ba3-c0cc-474c-abe7-e1fd1b916e2c cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 6b83190c-632c-49c5-a599-ca77f6891cd7 2026-09-03 03:49:38.854 8 INFO neutron.db.l3_hamode_db [None req-fafd376e-1cce-46e9-8e4d-263358249f78 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:49:39.015 8 INFO neutron.db.l3_hamode_db [None req-fafd376e-1cce-46e9-8e4d-263358249f78 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 423/801] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:49:38 2026] PUT /v2.0/routers/6a260fc0-1649-495d-ba37-6d55d68560a7/remove_router_interface => generated 309 bytes in 727 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:39.296 7 INFO neutron_taas.services.taas.taas_plugin [None req-d69d09cb-eed4-40eb-b21e-29baef1f207c cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: ec321f6f-d98a-4842-896e-14d975b48cd2 2026-09-03 03:49:39.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d69d09cb-eed4-40eb-b21e-29baef1f207c cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: ec321f6f-d98a-4842-896e-14d975b48cd2 [pid: 8|app: 0|req: 379/802] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:49:38 2026] POST /v2.0/routers => generated 507 bytes in 1070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:49:39.543 7 INFO neutron_taas.services.taas.taas_plugin [None req-d69d09cb-eed4-40eb-b21e-29baef1f207c cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 02b9504d-1d81-4a53-b862-07154a6dd9be 2026-09-03 03:49:39.548 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d69d09cb-eed4-40eb-b21e-29baef1f207c cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 02b9504d-1d81-4a53-b862-07154a6dd9be 2026-09-03 03:49:39.857 8 INFO neutron.db.segments_db [None req-804d6a89-f8ba-438b-b4e1-4894da4649bd cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment ea6da1f8-350e-4deb-8982-8072e74a441d of type vxlan for network 865d7e56-2392-42ee-996c-6dfe2e3f7533 2026-09-03 03:49:39.917 8 INFO neutron.services.segments.plugin [-] Segment 823fcaa6-3b5d-4a2a-ae69-551ea21ddba2 resource provider aggregate not found [pid: 8|app: 0|req: 380/803] 10.0.0.13 () {34 vars in 669 bytes} [Thu Sep 3 03:49:39 2026] POST /v2.0/networks => generated 744 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:49:39.933 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 823fcaa6-3b5d-4a2a-ae69-551ea21ddba2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 823fcaa6-3b5d-4a2a-ae69-551ea21ddba2 found for delete ", "request_id": "req-a34a9608-2339-4bd9-a748-1178136d79b8"}]} 2026-09-03 03:49:39.957 8 INFO neutron.services.segments.plugin [-] Segment 1c3cf8a1-d72e-4d8e-ac52-77914ecf0ba4 resource provider aggregate not found 2026-09-03 03:49:39.974 8 INFO neutron.services.segments.plugin [-] Segment 823fcaa6-3b5d-4a2a-ae69-551ea21ddba2 resource provider aggregate not found 2026-09-03 03:49:39.980 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1c3cf8a1-d72e-4d8e-ac52-77914ecf0ba4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c3cf8a1-d72e-4d8e-ac52-77914ecf0ba4 found for delete ", "request_id": "req-f004e514-9f72-4303-9441-9644640cad5f"}]} 2026-09-03 03:49:39.994 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 823fcaa6-3b5d-4a2a-ae69-551ea21ddba2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 823fcaa6-3b5d-4a2a-ae69-551ea21ddba2 found for delete ", "request_id": "req-d5d3ea1b-6c43-4037-8b45-cf982890aa48"}]} 2026-09-03 03:49:40.002 7 INFO neutron.db.l3_hamode_db [None req-d69d09cb-eed4-40eb-b21e-29baef1f207c cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] HA network da7a56cb-6b17-4f8f-a8ee-5a71e8d7302b was deleted as no HA routers are present in tenant 8908920a25cf42779884a9a46790c32c. [pid: 7|app: 0|req: 424/804] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:39 2026] DELETE /v2.0/routers/6a260fc0-1649-495d-ba37-6d55d68560a7 => generated 0 bytes in 918 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:49:40.018 8 INFO neutron.services.segments.plugin [-] Segment 1c3cf8a1-d72e-4d8e-ac52-77914ecf0ba4 resource provider aggregate not found 2026-09-03 03:49:40.040 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1c3cf8a1-d72e-4d8e-ac52-77914ecf0ba4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c3cf8a1-d72e-4d8e-ac52-77914ecf0ba4 found for delete ", "request_id": "req-04068610-ced5-4980-8821-71d7ebc8bb25"}]} [pid: 7|app: 0|req: 425/805] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:49:40 2026] POST /v2.0/subnets => generated 691 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/806] 10.0.0.13 () {34 vars in 663 bytes} [Thu Sep 3 03:49:39 2026] POST /v2.0/ports => generated 952 bytes in 286 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-09-03 03:49:40.250 8 INFO neutron.db.segments_db [None req-bf205b6e-e4ea-4dc9-9818-91653c6b5ece cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment 7219450e-7d1f-4c97-9303-e990a7797833 of type vxlan for network 21f0ed95-6b29-4eaa-b8fe-ac87a72dac97 [pid: 7|app: 0|req: 426/807] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:40 2026] DELETE /v2.0/subnets/5e090f64-dfc7-4e7d-a52f-fd475ffa6907 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:49:40.452 8 INFO neutron.db.l3_hamode_db [None req-bf205b6e-e4ea-4dc9-9818-91653c6b5ece cb09360888f745afa6f83db5d4ba2616 3fa9a4d90c17489e82a455bf77b79d3c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:49:40.886 7 INFO neutron.services.segments.plugin [-] Segment 72c9cffb-f4ec-456f-8387-b3e84753c89b resource provider aggregate not found 2026-09-03 03:49:40.892 7 INFO neutron.services.segments.plugin [-] Segment 72c9cffb-f4ec-456f-8387-b3e84753c89b resource provider aggregate not found 2026-09-03 03:49:40.908 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 72c9cffb-f4ec-456f-8387-b3e84753c89b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72c9cffb-f4ec-456f-8387-b3e84753c89b found for delete ", "request_id": "req-83f10c57-b3af-4c04-a441-8fcd8657b278"}]} 2026-09-03 03:49:40.912 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 72c9cffb-f4ec-456f-8387-b3e84753c89b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72c9cffb-f4ec-456f-8387-b3e84753c89b found for delete ", "request_id": "req-b184998d-0af9-4c75-837e-9991251ed707"}]} 2026-09-03 03:49:41.287 8 INFO neutron.db.l3_hamode_db [None req-bf205b6e-e4ea-4dc9-9818-91653c6b5ece cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 427/808] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:49:40 2026] PUT /v2.0/routers/740ba51e-12bc-4898-a7b8-cacc7fe89fcd/add_router_interface => generated 309 bytes in 1519 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-09-03 03:49:41.929 7 INFO neutron_taas.services.taas.taas_plugin [None req-f44e0711-3221-4980-9df4-8303e141f7d0 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: a38d3667-78f2-49d9-a303-2f7d5dcdc66e 2026-09-03 03:49:41.932 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f44e0711-3221-4980-9df4-8303e141f7d0 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: a38d3667-78f2-49d9-a303-2f7d5dcdc66e [pid: 7|app: 0|req: 428/809] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:49:41 2026] DELETE /v2.0/networks/6ca2a9a3-ffdd-4d69-9b25-5bf2a4a3bd83 => 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: 382/810] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:49:40 2026] POST /v2.0/routers => generated 731 bytes in 2106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/811] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:49:42 2026] GET /v2.0/ports/04f05285-c499-436d-80f1-94312b25db30 => generated 1026 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/812] 10.0.0.182 () {34 vars in 989 bytes} [Thu Sep 3 03:49:42 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 1244 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/813] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:49:42 2026] GET /v2.0/security-groups?tenant_id=8908920a25cf42779884a9a46790c32c&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:49:42.794 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fdbdb81-96c6-46cc-8c59-268d475738b2 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] TaaS: Handle Delete Port: 04f05285-c499-436d-80f1-94312b25db30 2026-09-03 03:49:42.799 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fdbdb81-96c6-46cc-8c59-268d475738b2 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Tap Mirror: Handle Delete Port: 04f05285-c499-436d-80f1-94312b25db30 2026-09-03 03:49:42.932 7 INFO neutron.services.segments.plugin [-] Segment 3d196201-bdb8-41b5-9d6b-8bb940f70d55 resource provider aggregate not found 2026-09-03 03:49:42.936 7 INFO neutron.services.segments.plugin [-] Segment 3d196201-bdb8-41b5-9d6b-8bb940f70d55 resource provider aggregate not found 2026-09-03 03:49:42.956 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3d196201-bdb8-41b5-9d6b-8bb940f70d55 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d196201-bdb8-41b5-9d6b-8bb940f70d55 found for delete ", "request_id": "req-4e185f4a-cc65-4763-9872-321578792406"}]} 2026-09-03 03:49:42.958 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3d196201-bdb8-41b5-9d6b-8bb940f70d55 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d196201-bdb8-41b5-9d6b-8bb940f70d55 found for delete ", "request_id": "req-4f5bdca7-ed4c-4c4a-9a75-6c45d475d673"}]} [pid: 8|app: 0|req: 385/814] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:49:42 2026] PUT /v2.0/routers/740ba51e-12bc-4898-a7b8-cacc7fe89fcd/remove_router_interface => generated 309 bytes in 999 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: 386/815] 10.0.0.182 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:43 2026] GET /v2.0/security-groups?id=0308f28d-465d-4427-bf40-0228ff8942cd&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/816] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:43 2026] DELETE /v2.0/security-groups/3864d161-6f56-4ca3-b2a0-5620e52312cf => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:49:43.592 8 INFO neutron.api.v2.resource [None req-74c987ed-308f-4731-a174-6703232ceda4 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 388/817] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:49:43 2026] PUT /v2.0/routers/740ba51e-12bc-4898-a7b8-cacc7fe89fcd/remove_router_interface => generated 197 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/818] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:49:43 2026] GET /v2.0/ports?device_id=740ba51e-12bc-4898-a7b8-cacc7fe89fcd => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/819] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:49:42 2026] PUT /v2.0/routers/61d46e5a-6dd5-463f-8236-1931ef32b87e/add_router_interface => generated 309 bytes in 1261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:43.764 8 INFO neutron_taas.services.taas.taas_plugin [None req-bca2fac0-d85e-4211-84be-fac5cf118bf9 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] TaaS: Handle Delete Port: 209e5160-a08c-4572-8a2e-73bb574cba66 2026-09-03 03:49:43.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bca2fac0-d85e-4211-84be-fac5cf118bf9 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Tap Mirror: Handle Delete Port: 209e5160-a08c-4572-8a2e-73bb574cba66 2026-09-03 03:49:44.074 8 INFO neutron.services.segments.plugin [-] Segment 80766d65-e79b-4a19-977b-4d3eac3ee381 resource provider aggregate not found 2026-09-03 03:49:44.087 8 INFO neutron.services.segments.plugin [-] Segment 80766d65-e79b-4a19-977b-4d3eac3ee381 resource provider aggregate not found 2026-09-03 03:49:44.109 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 80766d65-e79b-4a19-977b-4d3eac3ee381 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80766d65-e79b-4a19-977b-4d3eac3ee381 found for delete ", "request_id": "req-222de214-910c-4903-a4ed-cbc3f9167b33"}]} 2026-09-03 03:49:44.113 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 80766d65-e79b-4a19-977b-4d3eac3ee381 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 80766d65-e79b-4a19-977b-4d3eac3ee381 found for delete ", "request_id": "req-12c833c4-70ae-43f1-90a0-7a26654d9ed6"}]} 2026-09-03 03:49:44.122 8 INFO neutron.db.l3_hamode_db [None req-bca2fac0-d85e-4211-84be-fac5cf118bf9 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] HA network 2e62cdfd-042b-48fa-9d7d-ee126de0808d was deleted as no HA routers are present in tenant fe90162f2396415694a5f5cdf34762d3. [pid: 8|app: 0|req: 390/820] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:43 2026] DELETE /v2.0/routers/740ba51e-12bc-4898-a7b8-cacc7fe89fcd => generated 0 bytes in 510 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/821] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:44 2026] DELETE /v2.0/subnets/24b2d08d-3ae5-4599-a937-3cab74b1e0c7 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/822] 10.0.0.13 () {34 vars in 683 bytes} [Thu Sep 3 03:49:44 2026] POST /v2.0/security-groups => generated 1660 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/823] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:49:44 2026] DELETE /v2.0/networks/f8451453-b3f5-49c3-8cd5-80b079fb8be0 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:49:44.527 8 INFO neutron.db.segments_db [None req-9c8611e1-7981-4066-955e-69c58af8c5c3 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Added segment 942e5fad-1b49-45de-bf22-4a78acdc175b of type vxlan for network 9c55a31d-45b9-4acc-879e-ec1ea29c7c7c [pid: 7|app: 0|req: 433/824] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:49:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/825] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:49:44 2026] POST /v2.0/networks => generated 629 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/826] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:49:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/827] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:49:44 2026] POST /v2.0/subnets => generated 626 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:49:44.942 8 INFO neutron.db.segments_db [None req-6a6670d5-3f7c-4b9c-a749-4d9a52d31c85 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Added segment 108f1451-7496-4a77-a2d9-2560a9df1d48 of type vxlan for network 70da1a9c-5f14-4658-8e00-ea525ba1681e [pid: 7|app: 0|req: 435/828] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:49:44 2026] POST /v2.0/floatingips => generated 552 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:49:45.130 8 INFO neutron.db.l3_hamode_db [None req-6a6670d5-3f7c-4b9c-a749-4d9a52d31c85 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:49:45.234 8 INFO neutron.db.l3_hamode_db [None req-6a6670d5-3f7c-4b9c-a749-4d9a52d31c85 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:49:45.710 7 INFO neutron.db.segments_db [None req-5be45b92-1682-4a0d-9c16-958b0bf05288 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment c90dad1b-2df5-416c-b098-63e269f664f4 of type vxlan for network 2e021b42-6246-42b4-afbe-bf58e78b71d0 [pid: 7|app: 0|req: 436/829] 10.0.0.13 () {34 vars in 669 bytes} [Thu Sep 3 03:49:45 2026] POST /v2.0/networks => generated 744 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/830] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:49:44 2026] POST /v2.0/routers => generated 507 bytes in 872 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/831] 10.0.0.206 () {34 vars in 1099 bytes} [Thu Sep 3 03:49:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2000535064&fields=id&tenant_id=3fa9a4d90c17489e82a455bf77b79d3c => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/832] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:49:45 2026] POST /v2.0/subnets => generated 691 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/833] 10.0.0.206 () {34 vars in 981 bytes} [Thu Sep 3 03:49:45 2026] GET /v2.0/networks?id=865d7e56-2392-42ee-996c-6dfe2e3f7533 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:46.035 7 INFO neutron.db.segments_db [None req-9b122d99-c655-4786-ba17-d5d74f81199f cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment 972f7cf2-62c0-4d44-83b9-441cbcc2b392 of type vxlan for network 86407ee3-c104-4063-a948-419e05ba067f 2026-09-03 03:49:46.137 8 INFO neutron.services.segments.plugin [-] Segment fbfd3fda-5253-46d3-8373-f9d1e4258189 resource provider aggregate not found 2026-09-03 03:49:46.143 8 INFO neutron.services.segments.plugin [-] Segment fbfd3fda-5253-46d3-8373-f9d1e4258189 resource provider aggregate not found 2026-09-03 03:49:46.157 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fbfd3fda-5253-46d3-8373-f9d1e4258189 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbfd3fda-5253-46d3-8373-f9d1e4258189 found for delete ", "request_id": "req-ba351596-0be4-40f7-81b8-9b55788f438d"}]} 2026-09-03 03:49:46.165 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fbfd3fda-5253-46d3-8373-f9d1e4258189 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbfd3fda-5253-46d3-8373-f9d1e4258189 found for delete ", "request_id": "req-eb0e380d-cd1c-4dec-bdac-8554918d6ccb"}]} 2026-09-03 03:49:46.332 7 INFO neutron.db.l3_hamode_db [None req-9b122d99-c655-4786-ba17-d5d74f81199f cb09360888f745afa6f83db5d4ba2616 25372b36810846d584b02602c37b7fa7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 395/834] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:49:45 2026] PUT /v2.0/routers/13549231-5082-4c02-bc0c-fe30cca23ee5/add_router_interface => generated 309 bytes in 1187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/835] 10.0.0.206 () {34 vars in 964 bytes} [Thu Sep 3 03:49:46 2026] GET /v2.0/quotas/3fa9a4d90c17489e82a455bf77b79d3c => 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: 397/836] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:49:46 2026] GET /v2.0/ports/9cde3db9-dac8-4b6b-acdf-75f9ffd5e7a1 => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:47.072 7 INFO neutron.db.l3_hamode_db [None req-9b122d99-c655-4786-ba17-d5d74f81199f cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 398/837] 10.0.0.206 () {34 vars in 1001 bytes} [Thu Sep 3 03:49:47 2026] GET /v2.0/ports?tenant_id=3fa9a4d90c17489e82a455bf77b79d3c&fields=id => generated 57 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:47.365 8 INFO neutron_taas.services.taas.taas_plugin [None req-c7e392c6-d256-403d-a4b9-8a24038e6dea 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] TaaS: Handle Delete Port: 9cde3db9-dac8-4b6b-acdf-75f9ffd5e7a1 2026-09-03 03:49:47.368 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c7e392c6-d256-403d-a4b9-8a24038e6dea 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Tap Mirror: Handle Delete Port: 9cde3db9-dac8-4b6b-acdf-75f9ffd5e7a1 [pid: 8|app: 0|req: 399/838] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:49:47 2026] PUT /v2.0/routers/13549231-5082-4c02-bc0c-fe30cca23ee5/remove_router_interface => generated 309 bytes in 638 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/839] 10.0.0.206 () {34 vars in 1007 bytes} [Thu Sep 3 03:49:47 2026] GET /v2.0/networks/865d7e56-2392-42ee-996c-6dfe2e3f7533?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/840] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:49:47 2026] GET /v2.0/ports?device_id=13549231-5082-4c02-bc0c-fe30cca23ee5 => 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: 440/841] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:49:46 2026] POST /v2.0/routers => generated 731 bytes in 1824 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/842] 10.0.0.206 () {34 vars in 1107 bytes} [Thu Sep 3 03:49:47 2026] GET /v2.0/networks/865d7e56-2392-42ee-996c-6dfe2e3f7533?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:48.026 7 INFO neutron_taas.services.taas.taas_plugin [None req-689203ea-4d2e-4172-84cd-9492b7d35922 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] TaaS: Handle Delete Port: 0bf8b75d-1343-4975-8760-2f5345eca0a8 2026-09-03 03:49:48.030 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-689203ea-4d2e-4172-84cd-9492b7d35922 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Tap Mirror: Handle Delete Port: 0bf8b75d-1343-4975-8760-2f5345eca0a8 2026-09-03 03:49:48.311 7 INFO neutron.services.segments.plugin [-] Segment 108f1451-7496-4a77-a2d9-2560a9df1d48 resource provider aggregate not found 2026-09-03 03:49:48.322 7 INFO neutron.services.segments.plugin [-] Segment 108f1451-7496-4a77-a2d9-2560a9df1d48 resource provider aggregate not found 2026-09-03 03:49:48.329 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 108f1451-7496-4a77-a2d9-2560a9df1d48 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 108f1451-7496-4a77-a2d9-2560a9df1d48 found for delete ", "request_id": "req-97867862-1b52-4fc1-b520-d77b61d46424"}]} 2026-09-03 03:49:48.333 7 INFO neutron.db.l3_hamode_db [None req-689203ea-4d2e-4172-84cd-9492b7d35922 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] HA network 70da1a9c-5f14-4658-8e00-ea525ba1681e was deleted as no HA routers are present in tenant fe90162f2396415694a5f5cdf34762d3. [pid: 7|app: 0|req: 441/843] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:47 2026] DELETE /v2.0/routers/13549231-5082-4c02-bc0c-fe30cca23ee5 => generated 0 bytes in 509 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:49:48.340 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 108f1451-7496-4a77-a2d9-2560a9df1d48 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 108f1451-7496-4a77-a2d9-2560a9df1d48 found for delete ", "request_id": "req-6bb2d6eb-7a5e-475e-b152-3e8baf73734e"}]} [pid: 7|app: 0|req: 442/844] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:48 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/845] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:48 2026] DELETE /v2.0/subnets/2f93c1f6-f177-44ed-8325-674f3df3475c => 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: 444/846] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:49:48 2026] DELETE /v2.0/networks/9c55a31d-45b9-4acc-879e-ec1ea29c7c7c => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:49:48.797 7 INFO neutron.db.segments_db [None req-e231b56d-985e-4963-8dce-29eecdb1fd3c 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Added segment 536256fc-d349-4906-8ae2-50de79a7dbdb of type vxlan for network 1770e5c8-0232-4b7a-be59-1ec11d47a792 2026-09-03 03:49:49.047 7 INFO neutron.db.l3_hamode_db [None req-e231b56d-985e-4963-8dce-29eecdb1fd3c 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 403/847] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:49:47 2026] PUT /v2.0/routers/937cd70c-1dec-4f49-8009-cac46b5c44c1/add_router_interface => generated 309 bytes in 1258 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/848] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:49 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/851] 10.0.0.13 () {34 vars in 683 bytes} [Thu Sep 3 03:49:49 2026] POST /v2.0/security-groups => generated 1660 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-03 03:49:49.938 7 INFO neutron.db.l3_hamode_db [None req-e231b56d-985e-4963-8dce-29eecdb1fd3c 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 408/852] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:49:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/853] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:49:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:49:50.373 7 INFO neutron.services.segments.plugin [-] Segment 942e5fad-1b49-45de-bf22-4a78acdc175b resource provider aggregate not found 2026-09-03 03:49:50.377 7 INFO neutron.services.segments.plugin [-] Segment 942e5fad-1b49-45de-bf22-4a78acdc175b resource provider aggregate not found 2026-09-03 03:49:50.390 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 942e5fad-1b49-45de-bf22-4a78acdc175b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 942e5fad-1b49-45de-bf22-4a78acdc175b found for delete ", "request_id": "req-1a28ce09-fbb2-4879-983d-b57ee24300c0"}]} 2026-09-03 03:49:50.392 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 942e5fad-1b49-45de-bf22-4a78acdc175b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 942e5fad-1b49-45de-bf22-4a78acdc175b found for delete ", "request_id": "req-6b83db58-23c9-43b5-8df1-44526dcce2e4"}]} [pid: 8|app: 0|req: 410/854] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:49:50 2026] POST /v2.0/floatingips => generated 552 bytes in 626 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/855] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:49:48 2026] POST /v2.0/routers => generated 688 bytes in 2036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/856] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:50 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => 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/857] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:49:50 2026] GET /v2.0/routers/c01d045f-9ce3-4377-aee9-dd9d8ecb534f => generated 694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/858] 10.0.0.13 () {32 vars in 645 bytes} [Thu Sep 3 03:49:50 2026] GET /v2.0/routers => generated 697 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/859] 10.0.0.206 () {34 vars in 1099 bytes} [Thu Sep 3 03:49:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1653828601&fields=id&tenant_id=25372b36810846d584b02602c37b7fa7 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/860] 10.0.0.206 () {34 vars in 981 bytes} [Thu Sep 3 03:49:51 2026] GET /v2.0/networks?id=2e021b42-6246-42b4-afbe-bf58e78b71d0 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/861] 10.0.0.206 () {34 vars in 964 bytes} [Thu Sep 3 03:49:51 2026] GET /v2.0/quotas/25372b36810846d584b02602c37b7fa7 => 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: 447/862] 10.0.0.13 () {34 vars in 739 bytes} [Thu Sep 3 03:49:50 2026] PUT /v2.0/routers/c01d045f-9ce3-4377-aee9-dd9d8ecb534f => generated 701 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/863] 10.0.0.206 () {34 vars in 1001 bytes} [Thu Sep 3 03:49:51 2026] GET /v2.0/ports?tenant_id=25372b36810846d584b02602c37b7fa7&fields=id => generated 103 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/864] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:49:51 2026] GET /v2.0/routers/c01d045f-9ce3-4377-aee9-dd9d8ecb534f => generated 701 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/865] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:49:51 2026] GET /v2.0/ports?device_id=c01d045f-9ce3-4377-aee9-dd9d8ecb534f => 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: 417/866] 10.0.0.206 () {34 vars in 1007 bytes} [Thu Sep 3 03:49:51 2026] GET /v2.0/networks/2e021b42-6246-42b4-afbe-bf58e78b71d0?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: 450/867] 10.0.0.206 () {34 vars in 1107 bytes} [Thu Sep 3 03:49:51 2026] GET /v2.0/networks/2e021b42-6246-42b4-afbe-bf58e78b71d0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/868] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:51 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:51.741 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d1dd143-4b4c-4742-a194-5dbb2de796a7 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] TaaS: Handle Delete Port: 8dff997f-ee69-4fa8-9de0-2ccfaccecafd 2026-09-03 03:49:51.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d1dd143-4b4c-4742-a194-5dbb2de796a7 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Tap Mirror: Handle Delete Port: 8dff997f-ee69-4fa8-9de0-2ccfaccecafd [pid: 7|app: 0|req: 452/869] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:51 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:52.049 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d1dd143-4b4c-4742-a194-5dbb2de796a7 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] TaaS: Handle Delete Port: 93d4efcf-d956-4976-bdb8-23b4835d7274 2026-09-03 03:49:52.053 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d1dd143-4b4c-4742-a194-5dbb2de796a7 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] Tap Mirror: Handle Delete Port: 93d4efcf-d956-4976-bdb8-23b4835d7274 2026-09-03 03:49:52.421 8 INFO neutron.services.segments.plugin [-] Segment 536256fc-d349-4906-8ae2-50de79a7dbdb resource provider aggregate not found 2026-09-03 03:49:52.427 8 INFO neutron.services.segments.plugin [-] Segment 536256fc-d349-4906-8ae2-50de79a7dbdb resource provider aggregate not found [pid: 7|app: 0|req: 453/870] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:49:52 2026] GET /v2.0/networks?id=865d7e56-2392-42ee-996c-6dfe2e3f7533 => generated 676 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:52.445 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 536256fc-d349-4906-8ae2-50de79a7dbdb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 536256fc-d349-4906-8ae2-50de79a7dbdb found for delete ", "request_id": "req-2d935184-c10a-4163-a991-7afed7f89eb0"}]} 2026-09-03 03:49:52.446 8 INFO neutron.db.l3_hamode_db [None req-3d1dd143-4b4c-4742-a194-5dbb2de796a7 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] HA network 1770e5c8-0232-4b7a-be59-1ec11d47a792 was deleted as no HA routers are present in tenant fe90162f2396415694a5f5cdf34762d3. 2026-09-03 03:49:52.452 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 536256fc-d349-4906-8ae2-50de79a7dbdb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 536256fc-d349-4906-8ae2-50de79a7dbdb found for delete ", "request_id": "req-64476b5d-8f3b-4b48-9e68-83ee1e21052d"}]} [pid: 8|app: 0|req: 418/871] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:51 2026] DELETE /v2.0/routers/c01d045f-9ce3-4377-aee9-dd9d8ecb534f => generated 0 bytes in 960 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/872] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:49:52 2026] GET /v2.0/ports?device_id=c01d045f-9ce3-4377-aee9-dd9d8ecb534f => 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: 454/873] 162.253.55.242 () {34 vars in 1049 bytes} [Thu Sep 3 03:49:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3fa9a4d90c17489e82a455bf77b79d3c => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:52.499 8 INFO neutron.api.v2.resource [None req-720eb7b2-de38-461d-b00d-035b32f2f0ff 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 420/874] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:52 2026] DELETE /v2.0/routers/c01d045f-9ce3-4377-aee9-dd9d8ecb534f => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/875] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:49:52 2026] GET /v2.0/ports?device_id=13549231-5082-4c02-bc0c-fe30cca23ee5 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:52.545 8 INFO neutron.api.v2.resource [None req-f7db0f1c-ffe3-4dc5-b728-c9eee54a047c 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 422/876] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:52 2026] DELETE /v2.0/routers/13549231-5082-4c02-bc0c-fe30cca23ee5 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:49:52.560 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7bd5f37b-2232-4c5e-bdce-85fbdffda1e1 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 423/877] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:52 2026] DELETE /v2.0/subnets/2f93c1f6-f177-44ed-8325-674f3df3475c => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/878] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:49:52 2026] GET /v2.0/ports?device_id=740ba51e-12bc-4898-a7b8-cacc7fe89fcd => generated 12 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:52.595 8 INFO neutron.api.v2.resource [None req-7f7e85b6-2212-472c-b20b-1292c0758de4 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 425/879] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:52 2026] DELETE /v2.0/routers/740ba51e-12bc-4898-a7b8-cacc7fe89fcd => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:49:52.615 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e4548efb-92b2-46da-84e4-d7528c909682 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 426/880] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:52 2026] DELETE /v2.0/subnets/24b2d08d-3ae5-4599-a937-3cab74b1e0c7 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/881] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:49:52 2026] GET /v2.0/ports?device_id=96575e2b-47eb-4ecd-aa81-7af21f80d1d4 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:49:52.657 8 INFO neutron.api.v2.resource [None req-65b2eebb-afe5-46e3-b5d7-9c860f4d85f1 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 428/882] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:52 2026] DELETE /v2.0/routers/96575e2b-47eb-4ecd-aa81-7af21f80d1d4 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:49:52.673 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3660b72-8f09-4528-9f78-9eb8f1d4650a 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 429/883] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:52 2026] DELETE /v2.0/subnets/e7673a55-5b77-448b-b8de-10a5bdd4f5c2 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:49:52.690 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c1a1d05-79a5-4f08-a4fb-a223a16071b0 9f30fab3858a449c9f34ce3869519f44 fe90162f2396415694a5f5cdf34762d3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 430/884] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:49:52 2026] DELETE /v2.0/subnets/c2b8fa6b-6a71-46e0-8061-dc75e64534f1 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/885] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:52 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/886] 162.253.55.242 () {38 vars in 954 bytes} [Thu Sep 3 03:49:52 2026] POST /v2.0/ports => generated 958 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 456/887] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:52 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 961 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/888] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:53 2026] GET /v2.0/security-groups?id=06e91b97-75cf-48e3-8df8-d115498b3861&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/889] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:49:52 2026] PUT /v2.0/ports/a7a3ecc0-c4be-4846-bf04-c1f12b75450d => generated 1239 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:49:53.198 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-30f603e3-1a8d-4247-a25a-8cb4890fd87e'] response: {'name': 'network-changed', 'server_uuid': 'fb93a824-e20d-4faa-99b8-581326145042', 'tag': 'a7a3ecc0-c4be-4846-bf04-c1f12b75450d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 458/890] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:49:53 2026] GET /v2.0/security-groups?tenant_id=fe90162f2396415694a5f5cdf34762d3&name=default => generated 2925 bytes in 116 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: 433/891] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:53 2026] DELETE /v2.0/security-groups/bf8f5a49-7a64-4178-9662-cecd35cfda20 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/892] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:49:53 2026] GET /v2.0/ports?tenant_id=3fa9a4d90c17489e82a455bf77b79d3c&device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 1242 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/893] 162.253.55.242 () {34 vars in 1017 bytes} [Thu Sep 3 03:49:53 2026] GET /v2.0/networks?tenant_id=3fa9a4d90c17489e82a455bf77b79d3c&shared=False => generated 772 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/894] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:53 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => 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: 460/895] 162.253.55.242 () {34 vars in 929 bytes} [Thu Sep 3 03:49:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/896] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:54 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 973 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/897] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:54 2026] GET /v2.0/security-groups?id=06e91b97-75cf-48e3-8df8-d115498b3861&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/898] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:54 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => 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: 437/899] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:49:54 2026] GET /v2.0/ports?tenant_id=3fa9a4d90c17489e82a455bf77b79d3c&device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/900] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:49:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a7a3ecc0-c4be-4846-bf04-c1f12b75450d => 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: 464/901] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:55 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/902] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:55 2026] GET /v2.0/security-groups?id=06e91b97-75cf-48e3-8df8-d115498b3861&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/903] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:49:55 2026] GET /v2.0/subnets?id=ee9eb9c4-323e-4cfc-83cd-6f6b52a5688a => generated 694 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/904] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:49:55 2026] GET /v2.0/ports?network_id=865d7e56-2392-42ee-996c-6dfe2e3f7533&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/905] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:49:55 2026] GET /v2.0/networks/865d7e56-2392-42ee-996c-6dfe2e3f7533?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/906] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:49:55 2026] GET /v2.0/networks/865d7e56-2392-42ee-996c-6dfe2e3f7533?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/907] 10.0.0.13 () {34 vars in 682 bytes} [Thu Sep 3 03:49:55 2026] POST /v2.0/security-groups => generated 1624 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/908] 10.0.0.13 () {32 vars in 661 bytes} [Thu Sep 3 03:49:55 2026] GET /v2.0/security-groups => generated 4529 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/909] 10.0.0.13 () {34 vars in 756 bytes} [Thu Sep 3 03:49:55 2026] PUT /v2.0/security-groups/2e63de4d-11fe-4c65-b3b5-0d85b24e686c => generated 1664 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/910] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:56 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/911] 10.0.0.13 () {32 vars in 735 bytes} [Thu Sep 3 03:49:56 2026] GET /v2.0/security-groups/2e63de4d-11fe-4c65-b3b5-0d85b24e686c => generated 1664 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/912] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:56 2026] DELETE /v2.0/security-groups/2e63de4d-11fe-4c65-b3b5-0d85b24e686c => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/913] 10.0.0.13 () {32 vars in 661 bytes} [Thu Sep 3 03:49:56 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:49:56.253 8 INFO neutron.api.v2.resource [None req-930457e6-02ea-44ce-886a-fab30bc410cd b165e38755a843f2876a75793d7b1646 942cdbde4321418b9250c24d3434c2f3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 446/914] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:56 2026] DELETE /v2.0/security-groups/2e63de4d-11fe-4c65-b3b5-0d85b24e686c => 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: 469/915] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:49:56 2026] GET /v2.0/networks?id=2e021b42-6246-42b4-afbe-bf58e78b71d0 => generated 676 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/916] 162.253.55.242 () {34 vars in 1049 bytes} [Thu Sep 3 03:49:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=25372b36810846d584b02602c37b7fa7 => 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: 447/917] 10.0.0.13 () {34 vars in 682 bytes} [Thu Sep 3 03:49:56 2026] POST /v2.0/security-groups => generated 1623 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/918] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:49:56 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: 8|app: 0|req: 449/919] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:56 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/920] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:56 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/921] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:49:56 2026] GET /v2.0/security-group-rules/e59aa980-803f-4b92-87b3-a566020bf40c => generated 601 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/922] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:56 2026] GET /v2.0/security-groups?id=06e91b97-75cf-48e3-8df8-d115498b3861&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/923] 10.0.0.13 () {32 vars in 671 bytes} [Thu Sep 3 03:49:56 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: 471/924] 162.253.55.242 () {38 vars in 954 bytes} [Thu Sep 3 03:49:56 2026] POST /v2.0/ports => generated 954 bytes in 505 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: 454/925] 10.0.0.206 () {34 vars in 970 bytes} [Thu Sep 3 03:49:56 2026] GET /v2.0/ports/08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3 => generated 972 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/926] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:49:56 2026] DELETE /v2.0/security-group-rules/e59aa980-803f-4b92-87b3-a566020bf40c => 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: 473/927] 10.0.0.13 () {32 vars in 671 bytes} [Thu Sep 3 03:49:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/928] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:49:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/929] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:49:57 2026] GET /v2.0/security-group-rules/6bbc8010-d602-45d5-a751-6bf0b2967aad => generated 601 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/930] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:49:56 2026] PUT /v2.0/ports/913d5ff1-9f70-4216-979c-562e56827426 => generated 1235 bytes in 355 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: 476/931] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:57 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:57.242 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3fe86d94-747f-4ab4-8dcb-d01d47da4a35'] response: {'name': 'network-changed', 'server_uuid': '2e1402e9-28e2-4769-b1f9-f07456452d69', 'tag': '913d5ff1-9f70-4216-979c-562e56827426', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 477/932] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:57 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&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: 456/933] 10.0.0.13 () {32 vars in 671 bytes} [Thu Sep 3 03:49:57 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/934] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:49:57 2026] DELETE /v2.0/security-group-rules/6bbc8010-d602-45d5-a751-6bf0b2967aad => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/935] 10.0.0.13 () {32 vars in 671 bytes} [Thu Sep 3 03:49:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/936] 162.253.55.242 () {34 vars in 999 bytes} [Thu Sep 3 03:49:57 2026] GET /v2.0/subnets?network_id=d0428cc3-1180-4b84-a54f-89a9623cc3a4 => generated 683 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/937] 162.253.55.242 () {34 vars in 1145 bytes} [Thu Sep 3 03:49:57 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281&device_owner=compute%3Anova&network_id=d0428cc3-1180-4b84-a54f-89a9623cc3a4 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/938] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:49:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/939] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:49:57 2026] GET /v2.0/security-group-rules/f20c512d-a62a-417a-9e3c-411a86da20ed => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/940] 10.0.0.13 () {32 vars in 671 bytes} [Thu Sep 3 03:49:57 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/941] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:49:57 2026] DELETE /v2.0/security-group-rules/f20c512d-a62a-417a-9e3c-411a86da20ed => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/942] 10.0.0.13 () {32 vars in 671 bytes} [Thu Sep 3 03:49:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/943] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:49:57 2026] GET /v2.0/ports?tenant_id=25372b36810846d584b02602c37b7fa7&device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/944] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:57 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/945] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:57 2026] DELETE /v2.0/security-groups/1790fdd7-c857-4958-bd94-bfa8557e3166 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/946] 162.253.55.242 () {34 vars in 1017 bytes} [Thu Sep 3 03:49:58 2026] GET /v2.0/networks?tenant_id=25372b36810846d584b02602c37b7fa7&shared=False => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/947] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:58 2026] GET /v2.0/security-groups?id=06e91b97-75cf-48e3-8df8-d115498b3861&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/948] 10.0.0.13 () {32 vars in 661 bytes} [Thu Sep 3 03:49:58 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/949] 162.253.55.242 () {34 vars in 929 bytes} [Thu Sep 3 03:49:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/950] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:49:57 2026] PUT /v2.0/ports/08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3 => generated 1149 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/951] 10.0.0.13 () {32 vars in 661 bytes} [Thu Sep 3 03:49:58 2026] GET /v2.0/security-groups => generated 2925 bytes in 22 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: 461/952] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:58 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/953] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:58 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/954] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:49:58 2026] GET /v2.0/ports?tenant_id=abfc5c66fe5342a382bbff3580d7159a&device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 1421 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/955] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:49:58 2026] GET /v2.0/networks?id=d0428cc3-1180-4b84-a54f-89a9623cc3a4 => generated 779 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/956] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:49:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3 => generated 861 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/957] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:49:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/958] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:49:58 2026] GET /v2.0/security-groups?tenant_id=942cdbde4321418b9250c24d3434c2f3&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/959] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:49:58 2026] GET /v2.0/subnets?id=e9ef5699-a8f7-4a6e-bb3e-cbeb53894776 => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/960] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:49:58 2026] GET /v2.0/ports?network_id=d0428cc3-1180-4b84-a54f-89a9623cc3a4&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/961] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:49:59 2026] GET /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4?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: 497/962] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:49:58 2026] DELETE /v2.0/security-groups/3992aace-4b05-4568-9352-8f695effa471 => 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: 466/963] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:49:59 2026] GET /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/964] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:49:59 2026] GET /v2.0/ports?tenant_id=25372b36810846d584b02602c37b7fa7&device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/965] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:59 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/966] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:49:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=913d5ff1-9f70-4216-979c-562e56827426 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/967] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:59 2026] GET /v2.0/security-groups?id=06e91b97-75cf-48e3-8df8-d115498b3861&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:49:59.285 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1585106-a08e-46ad-b895-d64a0524a10f'] response: {'name': 'network-changed', 'server_uuid': 'f2b74df8-6eee-4bb4-9563-b8d6e8f8d281', 'tag': '08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 500/968] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:49:59 2026] GET /v2.0/subnets?id=f1ba7118-2113-4eae-b2b7-6a40b868d710 => generated 694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/969] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:49:59 2026] GET /v2.0/ports?network_id=2e021b42-6246-42b4-afbe-bf58e78b71d0&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/970] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:49:59 2026] GET /v2.0/networks/2e021b42-6246-42b4-afbe-bf58e78b71d0?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/971] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:49:59 2026] GET /v2.0/networks/2e021b42-6246-42b4-afbe-bf58e78b71d0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/972] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:49:59 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/973] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:49:59 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/974] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:50:00 2026] GET /v2.0/ports?tenant_id=abfc5c66fe5342a382bbff3580d7159a&device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 1421 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/975] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:50:00 2026] GET /v2.0/networks?id=d0428cc3-1180-4b84-a54f-89a9623cc3a4 => generated 779 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/976] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:00 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 1152 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/977] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:50:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/978] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:00 2026] GET /v2.0/security-groups?id=0308f28d-465d-4427-bf40-0228ff8942cd&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/979] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:50:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3 => 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: 506/980] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:50:00 2026] GET /v2.0/subnets?id=e9ef5699-a8f7-4a6e-bb3e-cbeb53894776 => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/981] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:50:00 2026] GET /v2.0/ports?network_id=d0428cc3-1180-4b84-a54f-89a9623cc3a4&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/982] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:00 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 975 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/983] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:50:00 2026] GET /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4?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: 476/984] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:00 2026] GET /v2.0/security-groups?id=06e91b97-75cf-48e3-8df8-d115498b3861&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: 509/985] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:50:00 2026] GET /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/986] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:00 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/987] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:00 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/988] 162.253.55.242 () {34 vars in 1117 bytes} [Thu Sep 3 03:50:01 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1152 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:50:01.459 7 INFO neutron.db.segments_db [None req-8e5c0a1d-2ad3-46e4-959d-f4aae2d8b11d cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment 185ae569-5f0f-4505-b320-2176fb36767e of type vxlan for network af6fa8a2-4029-4b72-abf8-5c4c4b2a3fa7 [pid: 8|app: 0|req: 479/989] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:50:01 2026] PUT /v2.0/ports/08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3 => generated 972 bytes in 376 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-09-03 03:50:01.547 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-592ccf70-3f8f-4e21-b39c-faea28083cff'] response: {'name': 'network-changed', 'server_uuid': 'f2b74df8-6eee-4bb4-9563-b8d6e8f8d281', 'tag': '08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 511/990] 10.0.0.13 () {34 vars in 669 bytes} [Thu Sep 3 03:50:01 2026] POST /v2.0/networks => generated 740 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/991] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:01 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => 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: 481/992] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:01 2026] GET /v2.0/security-groups?id=06e91b97-75cf-48e3-8df8-d115498b3861&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: 482/993] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:01 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/994] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:50:01 2026] POST /v2.0/subnets => generated 687 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:50:01.828 7 INFO neutron.db.segments_db [None req-354e09fa-1182-4623-b277-5dba95c331cf cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment 8dd42d41-55e8-40ff-998c-54fe7207d0d1 of type vxlan for network ac2baa90-97dd-4cc4-835f-2dbcf962c25c 2026-09-03 03:50:02.033 8 INFO neutron.db.l3_db [None req-1d797a16-a73c-40a9-bc77-66a78f08efad 9733545f2b1c41f98930e43864009ddd 3fa9a4d90c17489e82a455bf77b79d3c - - default default] Floating IP 980413d2-059b-4b2e-b68b-677d94f63d61 associated. External IP: 10.96.250.212, port: a7a3ecc0-c4be-4846-bf04-c1f12b75450d. 2026-09-03 03:50:02.044 7 INFO neutron.db.l3_hamode_db [None req-354e09fa-1182-4623-b277-5dba95c331cf cb09360888f745afa6f83db5d4ba2616 f832594e7b9b477abf548e99f0de9fbe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 483/995] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:50:01 2026] PUT /v2.0/floatingips/980413d2-059b-4b2e-b68b-677d94f63d61 => generated 856 bytes in 593 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/996] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:02 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 969 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/997] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:50:02 2026] GET /v2.0/ports?tenant_id=abfc5c66fe5342a382bbff3580d7159a&device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/998] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:02 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&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: 487/999] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:50:02 2026] GET /v2.0/networks?id=d0428cc3-1180-4b84-a54f-89a9623cc3a4 => generated 779 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1000] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:02 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 975 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1001] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:50:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3 => 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: 490/1002] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:02 2026] GET /v2.0/security-groups?id=06e91b97-75cf-48e3-8df8-d115498b3861&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1003] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:50:02 2026] GET /v2.0/subnets?id=e9ef5699-a8f7-4a6e-bb3e-cbeb53894776 => generated 701 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1004] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:50:02 2026] GET /v2.0/ports?network_id=d0428cc3-1180-4b84-a54f-89a9623cc3a4&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1005] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:50:02 2026] GET /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4?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: 494/1006] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:50:02 2026] GET /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1007] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:02 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1008] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:02 2026] GET /v2.0/security-groups?id=06e91b97-75cf-48e3-8df8-d115498b3861&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:50:03.027 7 INFO neutron.db.l3_hamode_db [None req-354e09fa-1182-4623-b277-5dba95c331cf cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:50:03.615 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-600df56e-bda5-4e95-9f0d-d0a0ede00a6d'] response: {'name': 'network-changed', 'server_uuid': 'fb93a824-e20d-4faa-99b8-581326145042', 'tag': 'a7a3ecc0-c4be-4846-bf04-c1f12b75450d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 497/1009] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:03 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 971 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1010] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:50:03 2026] GET /v2.0/ports?tenant_id=abfc5c66fe5342a382bbff3580d7159a&device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => 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: 499/1011] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:03 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1012] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:50:03 2026] GET /v2.0/networks?id=d0428cc3-1180-4b84-a54f-89a9623cc3a4 => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1013] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:03 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1014] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:50:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3 => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1015] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:03 2026] GET /v2.0/security-groups?id=0308f28d-465d-4427-bf40-0228ff8942cd&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: 504/1016] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:50:03 2026] GET /v2.0/subnets?id=e9ef5699-a8f7-4a6e-bb3e-cbeb53894776 => generated 701 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1017] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:50:01 2026] POST /v2.0/routers => generated 727 bytes in 2215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1018] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:50:04 2026] GET /v2.0/ports?network_id=d0428cc3-1180-4b84-a54f-89a9623cc3a4&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: 515/1019] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:04 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1020] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:50:04 2026] GET /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4?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: 517/1021] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:04 2026] GET /v2.0/security-groups?id=06e91b97-75cf-48e3-8df8-d115498b3861&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1022] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:50:04 2026] GET /v2.0/ports?tenant_id=3fa9a4d90c17489e82a455bf77b79d3c&device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 1244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1023] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:50:04 2026] GET /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1024] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:50:04 2026] GET /v2.0/networks?id=865d7e56-2392-42ee-996c-6dfe2e3f7533 => generated 772 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1025] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:50:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a7a3ecc0-c4be-4846-bf04-c1f12b75450d => generated 861 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1026] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:50:04 2026] GET /v2.0/subnets?id=ee9eb9c4-323e-4cfc-83cd-6f6b52a5688a => generated 694 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1027] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:50:04 2026] GET /v2.0/ports?network_id=865d7e56-2392-42ee-996c-6dfe2e3f7533&device_owner=network%3Adhcp => generated 1244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1028] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:50:04 2026] GET /v2.0/networks/865d7e56-2392-42ee-996c-6dfe2e3f7533?fields=segments => 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: 525/1029] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:50:04 2026] GET /v2.0/networks/865d7e56-2392-42ee-996c-6dfe2e3f7533?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1032] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:04 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1033] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:04 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1034] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:05 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1035] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:05 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => 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: 532/1036] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:05 2026] GET /v2.0/security-groups?id=0308f28d-465d-4427-bf40-0228ff8942cd&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1037] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:50:04 2026] PUT /v2.0/routers/df3b2fb7-1e4c-43f1-adfd-70b5fe01743d/add_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1038] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:05 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => 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: 507/1039] 162.253.55.242 () {34 vars in 993 bytes} [Thu Sep 3 03:50:05 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => 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: 508/1040] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:05 2026] GET /v2.0/security-groups?id=06e91b97-75cf-48e3-8df8-d115498b3861&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:50:05.471 7 INFO neutron.db.l3_db [None req-e92f0639-9730-4385-9fff-6a3aadaaa35c 4db88c61130e418b8a6550fb28dd6fac 25372b36810846d584b02602c37b7fa7 - - default default] Floating IP 953a9fad-c26f-417c-a696-7d3c2014f08d associated. External IP: 10.96.250.210, port: 913d5ff1-9f70-4216-979c-562e56827426. 2026-09-03 03:50:05.558 8 INFO neutron_taas.services.taas.taas_plugin [req-4d67a052-7bce-4b65-8e25-d9463299ab80 req-9d3cdfd3-3000-4f4a-9b62-3f852c261e4b 9733545f2b1c41f98930e43864009ddd 3fa9a4d90c17489e82a455bf77b79d3c - - default default] TaaS: Handle Delete Port: a7a3ecc0-c4be-4846-bf04-c1f12b75450d 2026-09-03 03:50:05.561 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4d67a052-7bce-4b65-8e25-d9463299ab80 req-9d3cdfd3-3000-4f4a-9b62-3f852c261e4b 9733545f2b1c41f98930e43864009ddd 3fa9a4d90c17489e82a455bf77b79d3c - - default default] Tap Mirror: Handle Delete Port: a7a3ecc0-c4be-4846-bf04-c1f12b75450d 2026-09-03 03:50:05.659 8 INFO neutron.db.l3_db [req-4d67a052-7bce-4b65-8e25-d9463299ab80 req-9d3cdfd3-3000-4f4a-9b62-3f852c261e4b 9733545f2b1c41f98930e43864009ddd 3fa9a4d90c17489e82a455bf77b79d3c - - default default] Floating IP 980413d2-059b-4b2e-b68b-677d94f63d61 disassociated. External IP: 10.96.250.212, port: a7a3ecc0-c4be-4846-bf04-c1f12b75450d. [pid: 7|app: 0|req: 533/1041] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:50:05 2026] PUT /v2.0/floatingips/953a9fad-c26f-417c-a696-7d3c2014f08d => generated 855 bytes in 657 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:50:05.847 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6972f1a-f62b-4a82-8860-2861d3a6bf9e'] response: {'name': 'network-changed', 'server_uuid': '2e1402e9-28e2-4769-b1f9-f07456452d69', 'tag': '913d5ff1-9f70-4216-979c-562e56827426', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 509/1042] 162.253.55.242 () {36 vars in 996 bytes} [Thu Sep 3 03:50:05 2026] DELETE /v2.0/ports/a7a3ecc0-c4be-4846-bf04-c1f12b75450d => generated 0 bytes in 681 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:50:06.170 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a9a03d89-09d8-4887-a12a-30348a6df716'] response: {'server_uuid': 'fb93a824-e20d-4faa-99b8-581326145042', 'name': 'network-vif-deleted', 'tag': 'a7a3ecc0-c4be-4846-bf04-c1f12b75450d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 534/1043] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:06 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1044] 162.253.55.242 () {34 vars in 993 bytes} [Thu Sep 3 03:50:06 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1045] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:06 2026] GET /v2.0/security-groups?id=0308f28d-465d-4427-bf40-0228ff8942cd&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1046] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:50:06 2026] GET /v2.0/ports?tenant_id=25372b36810846d584b02602c37b7fa7&device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1047] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:50:06 2026] GET /v2.0/networks?id=2e021b42-6246-42b4-afbe-bf58e78b71d0 => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:50:06.505 7 INFO neutron_taas.services.taas.taas_plugin [req-75be2c29-de2d-4d46-ad09-27d6e90d5857 req-039729a0-8ecd-49f8-aaff-86c7e330d22b 6060a8e6ab2c4fe58287b54d5cff7b4b abfc5c66fe5342a382bbff3580d7159a - - default default] TaaS: Handle Delete Port: 08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3 2026-09-03 03:50:06.511 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-75be2c29-de2d-4d46-ad09-27d6e90d5857 req-039729a0-8ecd-49f8-aaff-86c7e330d22b 6060a8e6ab2c4fe58287b54d5cff7b4b abfc5c66fe5342a382bbff3580d7159a - - default default] Tap Mirror: Handle Delete Port: 08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3 [pid: 8|app: 0|req: 513/1048] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:50:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=913d5ff1-9f70-4216-979c-562e56827426 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1049] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:50:06 2026] GET /v2.0/subnets?id=f1ba7118-2113-4eae-b2b7-6a40b868d710 => generated 694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1050] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:06 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => 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: 516/1051] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:50:06 2026] GET /v2.0/ports?network_id=2e021b42-6246-42b4-afbe-bf58e78b71d0&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: 517/1052] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:50:06 2026] GET /v2.0/networks/2e021b42-6246-42b4-afbe-bf58e78b71d0?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:50:06.675 7 INFO neutron.db.l3_db [req-75be2c29-de2d-4d46-ad09-27d6e90d5857 req-039729a0-8ecd-49f8-aaff-86c7e330d22b 6060a8e6ab2c4fe58287b54d5cff7b4b abfc5c66fe5342a382bbff3580d7159a - - default default] Floating IP ab2dbadc-a498-427f-a558-cd2d1e4adcbb disassociated. External IP: 10.96.250.205, port: 08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3. [pid: 8|app: 0|req: 518/1053] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:50:06 2026] GET /v2.0/networks/2e021b42-6246-42b4-afbe-bf58e78b71d0?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: 536/1054] 162.253.55.242 () {36 vars in 996 bytes} [Thu Sep 3 03:50:06 2026] DELETE /v2.0/ports/08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3 => generated 0 bytes in 974 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1055] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:07 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => 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: 537/1056] 10.0.0.206 () {34 vars in 981 bytes} [Thu Sep 3 03:50:07 2026] GET /v2.0/networks?id=af6fa8a2-4029-4b72-abf8-5c4c4b2a3fa7 => generated 672 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1057] 10.0.0.206 () {34 vars in 964 bytes} [Thu Sep 3 03:50:07 2026] GET /v2.0/quotas/f832594e7b9b477abf548e99f0de9fbe => 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: 521/1058] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:07 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => 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: 538/1059] 10.0.0.206 () {34 vars in 1001 bytes} [Thu Sep 3 03:50:07 2026] GET /v2.0/ports?tenant_id=f832594e7b9b477abf548e99f0de9fbe&fields=id => generated 57 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1060] 10.0.0.206 () {34 vars in 1007 bytes} [Thu Sep 3 03:50:07 2026] GET /v2.0/networks/af6fa8a2-4029-4b72-abf8-5c4c4b2a3fa7?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1061] 10.0.0.206 () {34 vars in 1107 bytes} [Thu Sep 3 03:50:07 2026] GET /v2.0/networks/af6fa8a2-4029-4b72-abf8-5c4c4b2a3fa7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:50:07.888 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe47d891-f395-4de2-b49a-158399262d8e'] response: {'server_uuid': 'f2b74df8-6eee-4bb4-9563-b8d6e8f8d281', 'name': 'network-vif-deleted', 'tag': '08bcdfe3-5bb2-4857-ac5a-0d1ceb315fe3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 523/1062] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:07 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => 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: 540/1063] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:08 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => 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: 524/1064] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:08 2026] GET /v2.0/ports?device_id=fb93a824-e20d-4faa-99b8-581326145042 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1065] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:09 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => 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: 525/1066] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:09 2026] GET /v2.0/ports?device_id=f2b74df8-6eee-4bb4-9563-b8d6e8f8d281 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1067] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:09 2026] DELETE /v2.0/security-groups/06e91b97-75cf-48e3-8df8-d115498b3861 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:50:10.071 8 INFO neutron.api.v2.resource [None req-430c4cf7-65c6-4e15-9195-59d83bf0cee3 9733545f2b1c41f98930e43864009ddd 3fa9a4d90c17489e82a455bf77b79d3c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 526/1068] 10.0.0.13 () {32 vars in 735 bytes} [Thu Sep 3 03:50:10 2026] GET /v2.0/security-groups/06e91b97-75cf-48e3-8df8-d115498b3861 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1069] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:10 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:50:10.189 7 INFO neutron_taas.services.taas.taas_plugin [None req-184d1f88-74ac-45d1-9748-cef1b1535b08 9733545f2b1c41f98930e43864009ddd 3fa9a4d90c17489e82a455bf77b79d3c - - default default] TaaS: Handle Delete Port: b3060283-de75-4215-b69b-b37a2bba69cd 2026-09-03 03:50:10.191 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-184d1f88-74ac-45d1-9748-cef1b1535b08 9733545f2b1c41f98930e43864009ddd 3fa9a4d90c17489e82a455bf77b79d3c - - default default] Tap Mirror: Handle Delete Port: b3060283-de75-4215-b69b-b37a2bba69cd [pid: 7|app: 0|req: 543/1070] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:50:10 2026] DELETE /v2.0/floatingips/980413d2-059b-4b2e-b68b-677d94f63d61 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:50:10.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-0af836f7-c8af-4c83-b27b-e8821765efdc cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 978fbb06-f6c5-4a45-a284-2a873e91e79a 2026-09-03 03:50:10.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0af836f7-c8af-4c83-b27b-e8821765efdc cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 978fbb06-f6c5-4a45-a284-2a873e91e79a [pid: 7|app: 0|req: 544/1071] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:10 2026] DELETE /v2.0/security-groups/0308f28d-465d-4427-bf40-0228ff8942cd => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:50:10.985 7 INFO neutron.api.v2.resource [None req-9ac1b76b-f106-4890-b19a-b3d04df9b33b 6060a8e6ab2c4fe58287b54d5cff7b4b abfc5c66fe5342a382bbff3580d7159a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 545/1072] 10.0.0.13 () {32 vars in 735 bytes} [Thu Sep 3 03:50:10 2026] GET /v2.0/security-groups/0308f28d-465d-4427-bf40-0228ff8942cd => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:50:11.097 7 INFO neutron_taas.services.taas.taas_plugin [None req-acbce9b8-51f9-46e2-b6a5-5a995f44f0e3 6060a8e6ab2c4fe58287b54d5cff7b4b abfc5c66fe5342a382bbff3580d7159a - - default default] TaaS: Handle Delete Port: fe0cb68d-81f9-42e6-a3e4-16e104754e81 2026-09-03 03:50:11.102 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acbce9b8-51f9-46e2-b6a5-5a995f44f0e3 6060a8e6ab2c4fe58287b54d5cff7b4b abfc5c66fe5342a382bbff3580d7159a - - default default] Tap Mirror: Handle Delete Port: fe0cb68d-81f9-42e6-a3e4-16e104754e81 [pid: 8|app: 0|req: 528/1073] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:50:10 2026] PUT /v2.0/routers/61d46e5a-6dd5-463f-8236-1931ef32b87e/remove_router_interface => generated 309 bytes in 927 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1074] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:50:10 2026] DELETE /v2.0/floatingips/ab2dbadc-a498-427f-a558-cd2d1e4adcbb => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1075] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:11 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:50:11.476 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bb1e240-57d1-4ec4-a974-8f64785d5e5e cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 10b7eda3-f5f3-4025-9701-e3a64a30bf2f 2026-09-03 03:50:11.479 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bb1e240-57d1-4ec4-a974-8f64785d5e5e cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 10b7eda3-f5f3-4025-9701-e3a64a30bf2f 2026-09-03 03:50:11.674 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bb1e240-57d1-4ec4-a974-8f64785d5e5e cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 6e6e027f-0278-4018-b0e6-ff89d3f18fd4 2026-09-03 03:50:11.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bb1e240-57d1-4ec4-a974-8f64785d5e5e cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 6e6e027f-0278-4018-b0e6-ff89d3f18fd4 2026-09-03 03:50:11.804 7 INFO neutron_taas.services.taas.taas_plugin [None req-d55c7888-25df-45b5-a9fa-b06b4eaa0b2b cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 8158aab6-c92f-497c-82a1-80b2fca50ca6 2026-09-03 03:50:11.806 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d55c7888-25df-45b5-a9fa-b06b4eaa0b2b cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 8158aab6-c92f-497c-82a1-80b2fca50ca6 2026-09-03 03:50:12.000 8 INFO neutron.services.segments.plugin [-] Segment 7219450e-7d1f-4c97-9303-e990a7797833 resource provider aggregate not found 2026-09-03 03:50:12.006 8 INFO neutron.services.segments.plugin [-] Segment 7219450e-7d1f-4c97-9303-e990a7797833 resource provider aggregate not found 2026-09-03 03:50:12.022 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7219450e-7d1f-4c97-9303-e990a7797833 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7219450e-7d1f-4c97-9303-e990a7797833 found for delete ", "request_id": "req-a66bad18-f660-4e4c-8ad4-2c340d570af0"}]} 2026-09-03 03:50:12.024 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7219450e-7d1f-4c97-9303-e990a7797833 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7219450e-7d1f-4c97-9303-e990a7797833 found for delete ", "request_id": "req-3128420c-45fd-46d7-8443-966f92559c44"}]} 2026-09-03 03:50:12.026 8 INFO neutron.db.l3_hamode_db [None req-7bb1e240-57d1-4ec4-a974-8f64785d5e5e cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] HA network 21f0ed95-6b29-4eaa-b8fe-ac87a72dac97 was deleted as no HA routers are present in tenant 3fa9a4d90c17489e82a455bf77b79d3c. [pid: 8|app: 0|req: 529/1076] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:50:11 2026] DELETE /v2.0/routers/61d46e5a-6dd5-463f-8236-1931ef32b87e => generated 0 bytes in 766 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1077] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:50:12 2026] DELETE /v2.0/subnets/ee9eb9c4-323e-4cfc-83cd-6f6b52a5688a => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:50:12.297 8 INFO neutron_taas.services.taas.taas_plugin [None req-3276f9b3-071c-4677-b8c5-f6fa91be41c6 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: bae13f7a-9f16-42ad-ae29-e0ac84432d40 2026-09-03 03:50:12.306 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3276f9b3-071c-4677-b8c5-f6fa91be41c6 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: bae13f7a-9f16-42ad-ae29-e0ac84432d40 [pid: 7|app: 0|req: 548/1078] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:50:11 2026] PUT /v2.0/routers/de9f1533-80c4-4239-8e8a-ef6bcb19987e/remove_router_interface => generated 309 bytes in 957 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1079] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:50:12 2026] DELETE /v2.0/networks/865d7e56-2392-42ee-996c-6dfe2e3f7533 => generated 0 bytes in 409 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1080] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:12 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:50:12.656 7 INFO neutron_taas.services.taas.taas_plugin [None req-ebf51fad-c0dd-4db9-b41b-6d0543729ae9 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 99fe027f-d53b-44db-9a55-63712a3df1c8 2026-09-03 03:50:12.659 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebf51fad-c0dd-4db9-b41b-6d0543729ae9 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 99fe027f-d53b-44db-9a55-63712a3df1c8 [pid: 8|app: 0|req: 533/1081] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:50:12 2026] GET /v2.0/networks?id=af6fa8a2-4029-4b72-abf8-5c4c4b2a3fa7 => generated 672 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1082] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:12 2026] GET /v2.0/security-groups?tenant_id=3fa9a4d90c17489e82a455bf77b79d3c&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:50:12.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-ebf51fad-c0dd-4db9-b41b-6d0543729ae9 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 075292f3-458e-40d8-8824-7cd154454143 2026-09-03 03:50:12.956 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebf51fad-c0dd-4db9-b41b-6d0543729ae9 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 075292f3-458e-40d8-8824-7cd154454143 [pid: 8|app: 0|req: 535/1083] 162.253.55.242 () {38 vars in 954 bytes} [Thu Sep 3 03:50:12 2026] POST /v2.0/ports => generated 954 bytes in 567 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-09-03 03:50:13.392 7 INFO neutron.services.segments.plugin [-] Segment 1ec862e0-9cdd-4f7d-9203-7ccdd346217c resource provider aggregate not found 2026-09-03 03:50:13.399 7 INFO neutron.services.segments.plugin [-] Segment 1ec862e0-9cdd-4f7d-9203-7ccdd346217c resource provider aggregate not found 2026-09-03 03:50:13.428 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1ec862e0-9cdd-4f7d-9203-7ccdd346217c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ec862e0-9cdd-4f7d-9203-7ccdd346217c found for delete ", "request_id": "req-10c394b9-7148-4bcf-beb3-944d50241fde"}]} 2026-09-03 03:50:13.428 7 INFO neutron.db.l3_hamode_db [None req-ebf51fad-c0dd-4db9-b41b-6d0543729ae9 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] HA network cc4a7c05-0235-4658-bea2-2785122976c2 was deleted as no HA routers are present in tenant abfc5c66fe5342a382bbff3580d7159a. [pid: 8|app: 0|req: 536/1084] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:13 2026] DELETE /v2.0/security-groups/a59247e5-1870-4f23-983f-ab501e5374c3 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:50:13.443 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1ec862e0-9cdd-4f7d-9203-7ccdd346217c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ec862e0-9cdd-4f7d-9203-7ccdd346217c found for delete ", "request_id": "req-224bead2-59b9-44e5-bbaf-38fb872127cb"}]} [pid: 7|app: 0|req: 549/1085] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:50:12 2026] DELETE /v2.0/routers/de9f1533-80c4-4239-8e8a-ef6bcb19987e => generated 0 bytes in 1088 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1086] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:50:13 2026] DELETE /v2.0/subnets/e9ef5699-a8f7-4a6e-bb3e-cbeb53894776 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:50:13.786 7 INFO neutron_taas.services.taas.taas_plugin [None req-6273b7a6-7f39-41c2-ad69-19f0f7277d73 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 219bfe02-f0a2-47f6-b5f2-b3d25ce37597 2026-09-03 03:50:13.790 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6273b7a6-7f39-41c2-ad69-19f0f7277d73 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 219bfe02-f0a2-47f6-b5f2-b3d25ce37597 [pid: 8|app: 0|req: 537/1087] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:50:13 2026] PUT /v2.0/ports/8b3a0fbb-a6e4-4706-9a7d-d3cb3b94909f => generated 1235 bytes in 397 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: 538/1088] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:13 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:50:13.898 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd391953-5ed4-4bf4-a7d7-15887e8efa41'] response: {'name': 'network-changed', 'server_uuid': '7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd', 'tag': '8b3a0fbb-a6e4-4706-9a7d-d3cb3b94909f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 539/1089] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:13 2026] GET /v2.0/security-groups?id=8ac6be7a-d0a6-45a0-a802-cb193217a3d4&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1090] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:50:13 2026] DELETE /v2.0/networks/d0428cc3-1180-4b84-a54f-89a9623cc3a4 => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:50:14.041 8 INFO neutron.services.segments.plugin [-] Segment ea6da1f8-350e-4deb-8982-8072e74a441d resource provider aggregate not found 2026-09-03 03:50:14.046 8 INFO neutron.services.segments.plugin [-] Segment ea6da1f8-350e-4deb-8982-8072e74a441d resource provider aggregate not found 2026-09-03 03:50:14.064 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ea6da1f8-350e-4deb-8982-8072e74a441d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea6da1f8-350e-4deb-8982-8072e74a441d found for delete ", "request_id": "req-794f1733-bae5-4437-83eb-9b6c4d3b31e9"}]} 2026-09-03 03:50:14.066 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ea6da1f8-350e-4deb-8982-8072e74a441d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea6da1f8-350e-4deb-8982-8072e74a441d found for delete ", "request_id": "req-8c9d45e5-45aa-4712-a6f4-66ec86bcb81b"}]} [pid: 8|app: 0|req: 540/1091] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:14 2026] GET /v2.0/security-groups?tenant_id=abfc5c66fe5342a382bbff3580d7159a&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1092] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:14 2026] DELETE /v2.0/security-groups/0de4bceb-25e8-41fa-8823-9b825ae1684e => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1093] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:50:14 2026] GET /v2.0/ports?tenant_id=f832594e7b9b477abf548e99f0de9fbe&device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => generated 1238 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1094] 162.253.55.242 () {34 vars in 1017 bytes} [Thu Sep 3 03:50:14 2026] GET /v2.0/networks?tenant_id=f832594e7b9b477abf548e99f0de9fbe&shared=False => generated 768 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1095] 162.253.55.242 () {34 vars in 929 bytes} [Thu Sep 3 03:50:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1096] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:14 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1097] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:15 2026] GET /v2.0/security-groups?id=8ac6be7a-d0a6-45a0-a802-cb193217a3d4&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-09-03 03:50:15.448 7 INFO neutron.services.segments.plugin [-] Segment a7d230ab-215c-4176-9a81-1f7fc653ab77 resource provider aggregate not found 2026-09-03 03:50:15.473 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a7d230ab-215c-4176-9a81-1f7fc653ab77 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7d230ab-215c-4176-9a81-1f7fc653ab77 found for delete ", "request_id": "req-64764e88-77cf-4261-85d6-49e705d0c419"}]} 2026-09-03 03:50:15.474 7 INFO neutron.services.segments.plugin [-] Segment a7d230ab-215c-4176-9a81-1f7fc653ab77 resource provider aggregate not found 2026-09-03 03:50:15.492 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a7d230ab-215c-4176-9a81-1f7fc653ab77 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7d230ab-215c-4176-9a81-1f7fc653ab77 found for delete ", "request_id": "req-d8af1f75-2be4-49bb-9043-e3f13cae3070"}]} [pid: 8|app: 0|req: 544/1098] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:50:15 2026] GET /v2.0/ports?tenant_id=f832594e7b9b477abf548e99f0de9fbe&device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1099] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:50:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=8b3a0fbb-a6e4-4706-9a7d-d3cb3b94909f => 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: 546/1100] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:50:15 2026] GET /v2.0/subnets?id=1b87f990-da47-4c84-819b-8843ec68c57f => 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: 555/1101] 10.0.0.182 () {34 vars in 989 bytes} [Thu Sep 3 03:50:15 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 1240 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1102] 10.0.0.182 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:15 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1103] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:50:15 2026] GET /v2.0/ports?network_id=af6fa8a2-4029-4b72-abf8-5c4c4b2a3fa7&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: 557/1104] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:50:15 2026] GET /v2.0/networks/af6fa8a2-4029-4b72-abf8-5c4c4b2a3fa7?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: 548/1105] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:50:15 2026] GET /v2.0/networks/af6fa8a2-4029-4b72-abf8-5c4c4b2a3fa7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1106] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:16 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1107] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:16 2026] GET /v2.0/security-groups?id=8ac6be7a-d0a6-45a0-a802-cb193217a3d4&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:50:16.361 7 INFO neutron.db.segments_db [None req-999fba9f-be5a-4300-a5b6-29da6ce140fc cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment e26f8e81-e849-494e-ab53-04ca53532379 of type vxlan for network 0bdaf355-09b3-41c4-b2fd-f431b333d2d5 [pid: 7|app: 0|req: 558/1108] 10.0.0.13 () {34 vars in 669 bytes} [Thu Sep 3 03:50:16 2026] POST /v2.0/networks => generated 746 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1109] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:50:16 2026] POST /v2.0/subnets => generated 693 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:50:16.710 7 INFO neutron.db.segments_db [None req-3bf026fe-09c5-496b-998d-8e58d341fa1c cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment f76b9f53-92ed-4d5f-a3c1-060d88394cac of type vxlan for network 18c4ef3c-88dc-45bf-8822-8a0b9bcc5b51 2026-09-03 03:50:17.002 7 INFO neutron.db.l3_hamode_db [None req-3bf026fe-09c5-496b-998d-8e58d341fa1c cb09360888f745afa6f83db5d4ba2616 e0e89906cba74d859904cd25a0ee71f7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 552/1110] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:17 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1111] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:17 2026] GET /v2.0/security-groups?id=8ac6be7a-d0a6-45a0-a802-cb193217a3d4&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:50:18.045 7 INFO neutron.db.l3_hamode_db [None req-3bf026fe-09c5-496b-998d-8e58d341fa1c cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 554/1112] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:18 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => generated 969 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1113] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:18 2026] GET /v2.0/security-groups?tenant_id=4fa31006599e4f5d9d44e8fafe030ad5&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1114] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:19 2026] GET /v2.0/security-groups?id=8ac6be7a-d0a6-45a0-a802-cb193217a3d4&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1115] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:50:16 2026] POST /v2.0/routers => generated 733 bytes in 2468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1116] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:19 2026] DELETE /v2.0/security-groups/d1260c37-cf48-4886-83f8-a9dbfdd09e9c => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1117] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:19 2026] GET /v2.0/security-groups?tenant_id=323ca09559d44cfda8c69a68ebfb56c2&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1118] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:19 2026] DELETE /v2.0/security-groups/b27a8366-248c-4e5d-9405-e6d3d228f9e4 => 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: 560/1121] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:50:19 2026] PUT /v2.0/routers/486e9c60-8506-43f7-ab5e-70db782f5b00/add_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1122] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:20 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => 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: 561/1123] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:20 2026] GET /v2.0/security-groups?id=8ac6be7a-d0a6-45a0-a802-cb193217a3d4&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: 563/1124] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:21 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1125] 10.0.0.206 () {34 vars in 981 bytes} [Thu Sep 3 03:50:21 2026] GET /v2.0/networks?id=0bdaf355-09b3-41c4-b2fd-f431b333d2d5 => generated 678 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1126] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:21 2026] GET /v2.0/security-groups?id=8ac6be7a-d0a6-45a0-a802-cb193217a3d4&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: 7|app: 0|req: 563/1127] 10.0.0.206 () {34 vars in 964 bytes} [Thu Sep 3 03:50:21 2026] GET /v2.0/quotas/e0e89906cba74d859904cd25a0ee71f7 => 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: 565/1128] 10.0.0.206 () {34 vars in 1001 bytes} [Thu Sep 3 03:50:21 2026] GET /v2.0/ports?tenant_id=e0e89906cba74d859904cd25a0ee71f7&fields=id => generated 103 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1129] 10.0.0.206 () {34 vars in 1007 bytes} [Thu Sep 3 03:50:21 2026] GET /v2.0/networks/0bdaf355-09b3-41c4-b2fd-f431b333d2d5?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1130] 10.0.0.206 () {34 vars in 1107 bytes} [Thu Sep 3 03:50:21 2026] GET /v2.0/networks/0bdaf355-09b3-41c4-b2fd-f431b333d2d5?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: 565/1131] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:21 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => 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: 567/1132] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:22 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => 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: 566/1133] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:22 2026] GET /v2.0/security-groups?id=8ac6be7a-d0a6-45a0-a802-cb193217a3d4&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: 568/1134] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:22 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => 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: 567/1135] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:23 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => 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: 569/1136] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:24 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => 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: 568/1137] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:24 2026] GET /v2.0/security-groups?id=8ac6be7a-d0a6-45a0-a802-cb193217a3d4&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: 570/1138] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:25 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1139] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:25 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1140] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:25 2026] GET /v2.0/security-groups?id=8ac6be7a-d0a6-45a0-a802-cb193217a3d4&fields=id&fields=name => generated 88 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1141] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:50:26 2026] GET /v2.0/networks?id=0bdaf355-09b3-41c4-b2fd-f431b333d2d5 => generated 678 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1142] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:26 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => 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: 573/1143] 162.253.55.242 () {34 vars in 993 bytes} [Thu Sep 3 03:50:26 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:50:26.614 8 INFO neutron_taas.services.taas.taas_plugin [req-8fd50d3c-ca7d-491d-897e-1500454b1db4 req-bdb07788-1f7e-4af4-ab59-f671ca3a5e43 3950cf1adba9470d87393e9b35369321 f832594e7b9b477abf548e99f0de9fbe - - default default] TaaS: Handle Delete Port: 8b3a0fbb-a6e4-4706-9a7d-d3cb3b94909f 2026-09-03 03:50:26.617 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8fd50d3c-ca7d-491d-897e-1500454b1db4 req-bdb07788-1f7e-4af4-ab59-f671ca3a5e43 3950cf1adba9470d87393e9b35369321 f832594e7b9b477abf548e99f0de9fbe - - default default] Tap Mirror: Handle Delete Port: 8b3a0fbb-a6e4-4706-9a7d-d3cb3b94909f [pid: 7|app: 0|req: 571/1144] 162.253.55.242 () {38 vars in 954 bytes} [Thu Sep 3 03:50:26 2026] POST /v2.0/ports => generated 958 bytes in 450 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: 572/1145] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:26 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1146] 162.253.55.242 () {36 vars in 996 bytes} [Thu Sep 3 03:50:26 2026] DELETE /v2.0/ports/8b3a0fbb-a6e4-4706-9a7d-d3cb3b94909f => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1147] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:26 2026] GET /v2.0/security-groups?id=8ac6be7a-d0a6-45a0-a802-cb193217a3d4&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:50:26.831 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9926b49c-89c0-4417-8615-4f9f92dda760'] response: {'server_uuid': '7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd', 'name': 'network-vif-deleted', 'tag': '8b3a0fbb-a6e4-4706-9a7d-d3cb3b94909f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 573/1148] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:50:26 2026] PUT /v2.0/ports/a87f5e7e-0b89-457b-b41a-9fdb50709d49 => generated 1239 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:50:27.039 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1b596ae3-a2f3-49cb-9e05-b0f7108d5fac'] response: {'name': 'network-changed', 'server_uuid': 'cc6d9f63-c578-4da7-bad0-1f0df4d162ab', 'tag': 'a87f5e7e-0b89-457b-b41a-9fdb50709d49', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 576/1149] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:26 2026] GET /v2.0/security-groups?tenant_id=b1b3bd2e5d7f4c60b70b5d3be9f0e61e&name=default => generated 2925 bytes in 306 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: 574/1150] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:27 2026] DELETE /v2.0/security-groups/cec478ea-c6e8-46d8-996d-ecd50533acf7 => 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: 577/1151] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:27 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1152] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:27 2026] GET /v2.0/security-groups?id=7a04e85e-49a6-4ccb-8712-79e425938165&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: 7|app: 0|req: 575/1153] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:27 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => 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: 576/1154] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:27 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1155] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:27 2026] GET /v2.0/security-groups?tenant_id=bf0199330ec64090976d390131c6a150&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1156] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:50:27 2026] GET /v2.0/ports?tenant_id=e0e89906cba74d859904cd25a0ee71f7&device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1157] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:27 2026] DELETE /v2.0/security-groups/f8fef1eb-b2ae-4f3d-a210-5be0719590a3 => 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: 581/1158] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:27 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => 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: 578/1159] 162.253.55.242 () {34 vars in 1017 bytes} [Thu Sep 3 03:50:27 2026] GET /v2.0/networks?tenant_id=e0e89906cba74d859904cd25a0ee71f7&shared=False => generated 774 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1160] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:27 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1161] 162.253.55.242 () {34 vars in 929 bytes} [Thu Sep 3 03:50:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1162] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:28 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => 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: 580/1163] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:28 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => 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: 584/1164] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:28 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1165] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:28 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1166] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:28 2026] GET /v2.0/security-groups?id=7a04e85e-49a6-4ccb-8712-79e425938165&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1167] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:50:28 2026] GET /v2.0/ports?tenant_id=e0e89906cba74d859904cd25a0ee71f7&device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1168] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:50:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a87f5e7e-0b89-457b-b41a-9fdb50709d49 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1169] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:50:28 2026] GET /v2.0/subnets?id=231ea540-dfbd-4461-86b4-4eacd0370fea => generated 696 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1170] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:50:28 2026] GET /v2.0/ports?network_id=0bdaf355-09b3-41c4-b2fd-f431b333d2d5&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1171] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:50:29 2026] GET /v2.0/networks/0bdaf355-09b3-41c4-b2fd-f431b333d2d5?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1172] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:50:29 2026] GET /v2.0/networks/0bdaf355-09b3-41c4-b2fd-f431b333d2d5?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: 585/1173] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:29 2026] GET /v2.0/ports?device_id=7715e5e6-e6c2-4cb5-bdb9-f2af3a0d36bd => 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: 589/1174] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:29 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1175] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:29 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1176] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:29 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1177] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:50:29 2026] GET /v2.0/ports?tenant_id=25372b36810846d584b02602c37b7fa7&device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 1240 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1178] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:29 2026] GET /v2.0/security-groups?id=7a04e85e-49a6-4ccb-8712-79e425938165&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1179] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:50:29 2026] GET /v2.0/networks?id=2e021b42-6246-42b4-afbe-bf58e78b71d0 => generated 772 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1180] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:50:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=913d5ff1-9f70-4216-979c-562e56827426 => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1181] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:50:29 2026] GET /v2.0/subnets?id=f1ba7118-2113-4eae-b2b7-6a40b868d710 => generated 694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1182] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:50:29 2026] GET /v2.0/ports?network_id=2e021b42-6246-42b4-afbe-bf58e78b71d0&device_owner=network%3Adhcp => generated 1244 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1183] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:50:30 2026] GET /v2.0/networks/2e021b42-6246-42b4-afbe-bf58e78b71d0?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: 594/1184] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:50:30 2026] GET /v2.0/networks/2e021b42-6246-42b4-afbe-bf58e78b71d0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1185] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:30 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1186] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:30 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1187] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:30 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1188] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:30 2026] GET /v2.0/security-groups?id=7a04e85e-49a6-4ccb-8712-79e425938165&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1189] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:31 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => 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: 598/1190] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:31 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:50:31.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a9b7b25-57ca-4d9f-98d6-6145ba0ac4d4 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 96c8218e-b8db-42a1-8ee2-be0d595f7a9a 2026-09-03 03:50:31.927 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a9b7b25-57ca-4d9f-98d6-6145ba0ac4d4 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 96c8218e-b8db-42a1-8ee2-be0d595f7a9a [pid: 8|app: 0|req: 599/1191] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:31 2026] GET /v2.0/security-groups?tenant_id=1d7e4c5f0f174bed8fb9c055a57328ce&name=default => generated 2925 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1192] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:50:31 2026] PUT /v2.0/routers/df3b2fb7-1e4c-43f1-adfd-70b5fe01743d/remove_router_interface => generated 309 bytes in 1045 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1193] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:32 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1194] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:32 2026] DELETE /v2.0/security-groups/9910c155-570a-4de9-9324-cc097fd087a8 => 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: 595/1195] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:32 2026] GET /v2.0/security-groups?id=7a04e85e-49a6-4ccb-8712-79e425938165&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1196] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:32 2026] GET /v2.0/security-groups?tenant_id=f54e7e3df8174918a1cc56fd2ca74b8e&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:50:32.817 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c59ea4c-95f7-445a-9e32-003fbf152ea3 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 3e2769b2-0f97-49b2-9f89-1a1e3add4cd9 2026-09-03 03:50:32.822 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c59ea4c-95f7-445a-9e32-003fbf152ea3 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 3e2769b2-0f97-49b2-9f89-1a1e3add4cd9 [pid: 7|app: 0|req: 597/1197] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:32 2026] DELETE /v2.0/security-groups/7934a084-a887-469e-990c-a0b0f0f6f197 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1198] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:32 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 971 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1199] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:33 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&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-09-03 03:50:33.123 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c59ea4c-95f7-445a-9e32-003fbf152ea3 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 7d029c8e-dbfb-4dea-8498-8fd8e77da608 2026-09-03 03:50:33.126 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c59ea4c-95f7-445a-9e32-003fbf152ea3 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 7d029c8e-dbfb-4dea-8498-8fd8e77da608 2026-09-03 03:50:33.438 8 INFO neutron.services.segments.plugin [-] Segment 8dd42d41-55e8-40ff-998c-54fe7207d0d1 resource provider aggregate not found 2026-09-03 03:50:33.443 8 INFO neutron.services.segments.plugin [-] Segment 8dd42d41-55e8-40ff-998c-54fe7207d0d1 resource provider aggregate not found 2026-09-03 03:50:33.462 8 INFO neutron.db.l3_hamode_db [None req-5c59ea4c-95f7-445a-9e32-003fbf152ea3 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] HA network ac2baa90-97dd-4cc4-835f-2dbcf962c25c was deleted as no HA routers are present in tenant f832594e7b9b477abf548e99f0de9fbe. 2026-09-03 03:50:33.468 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8dd42d41-55e8-40ff-998c-54fe7207d0d1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dd42d41-55e8-40ff-998c-54fe7207d0d1 found for delete ", "request_id": "req-4a8a9468-f71e-4293-a77c-0927da867631"}]} [pid: 8|app: 0|req: 601/1200] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:50:32 2026] DELETE /v2.0/routers/df3b2fb7-1e4c-43f1-adfd-70b5fe01743d => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:50:33.469 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8dd42d41-55e8-40ff-998c-54fe7207d0d1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dd42d41-55e8-40ff-998c-54fe7207d0d1 found for delete ", "request_id": "req-e29766f4-dfd7-41de-bc8b-d544315533c7"}]} [pid: 7|app: 0|req: 600/1201] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:50:33 2026] DELETE /v2.0/subnets/1b87f990-da47-4c84-819b-8843ec68c57f => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1202] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:33 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1203] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:33 2026] GET /v2.0/security-groups?id=7a04e85e-49a6-4ccb-8712-79e425938165&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-09-03 03:50:33.866 7 INFO neutron_taas.services.taas.taas_plugin [None req-a273d49a-d8c2-46e4-aa5c-041096d31833 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: e24ee2a8-d1b4-43c8-b9f6-52c5f3ece554 2026-09-03 03:50:33.870 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a273d49a-d8c2-46e4-aa5c-041096d31833 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: e24ee2a8-d1b4-43c8-b9f6-52c5f3ece554 2026-09-03 03:50:34.090 7 INFO neutron.services.segments.plugin [-] Segment 185ae569-5f0f-4505-b320-2176fb36767e resource provider aggregate not found 2026-09-03 03:50:34.096 7 INFO neutron.services.segments.plugin [-] Segment 185ae569-5f0f-4505-b320-2176fb36767e resource provider aggregate not found 2026-09-03 03:50:34.123 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 185ae569-5f0f-4505-b320-2176fb36767e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 185ae569-5f0f-4505-b320-2176fb36767e found for delete ", "request_id": "req-6c57385d-d24d-4830-84b9-73ef3e1fd9bd"}]} 2026-09-03 03:50:34.126 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 185ae569-5f0f-4505-b320-2176fb36767e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 185ae569-5f0f-4505-b320-2176fb36767e found for delete ", "request_id": "req-4cddfacc-f77d-4281-a90f-4ece8b10e48c"}]} [pid: 7|app: 0|req: 601/1204] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:50:33 2026] DELETE /v2.0/networks/af6fa8a2-4029-4b72-abf8-5c4c4b2a3fa7 => generated 0 bytes in 434 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1205] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:34 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1206] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:34 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1207] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:34 2026] GET /v2.0/security-groups?tenant_id=f832594e7b9b477abf548e99f0de9fbe&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1208] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:34 2026] DELETE /v2.0/security-groups/8ac6be7a-d0a6-45a0-a802-cb193217a3d4 => 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: 607/1211] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:34 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1212] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:34 2026] GET /v2.0/security-groups?id=7a04e85e-49a6-4ccb-8712-79e425938165&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1213] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:35 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => 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: 609/1214] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:35 2026] GET /v2.0/security-groups?id=7a04e85e-49a6-4ccb-8712-79e425938165&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1215] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:35 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 969 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1216] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:35 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&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: 607/1217] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:36 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => generated 975 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1218] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:36 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1219] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:36 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1220] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:36 2026] GET /v2.0/security-groups?id=7a04e85e-49a6-4ccb-8712-79e425938165&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1221] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:37 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => 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: 610/1222] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:37 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => 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: 611/1223] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:37 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1224] 162.253.55.242 () {34 vars in 993 bytes} [Thu Sep 3 03:50:37 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => generated 975 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1225] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:37 2026] GET /v2.0/security-groups?id=7a04e85e-49a6-4ccb-8712-79e425938165&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:50:37.952 8 INFO neutron_taas.services.taas.taas_plugin [req-8cdb4504-3b41-4cab-ad7f-53aae94fd738 req-8425dd00-1cc1-4e95-80a7-c24483835639 ff9a11fa21b8430c9753a20fb432508d e0e89906cba74d859904cd25a0ee71f7 - - default default] TaaS: Handle Delete Port: a87f5e7e-0b89-457b-b41a-9fdb50709d49 2026-09-03 03:50:37.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8cdb4504-3b41-4cab-ad7f-53aae94fd738 req-8425dd00-1cc1-4e95-80a7-c24483835639 ff9a11fa21b8430c9753a20fb432508d e0e89906cba74d859904cd25a0ee71f7 - - default default] Tap Mirror: Handle Delete Port: a87f5e7e-0b89-457b-b41a-9fdb50709d49 [pid: 8|app: 0|req: 614/1226] 162.253.55.242 () {36 vars in 996 bytes} [Thu Sep 3 03:50:37 2026] DELETE /v2.0/ports/a87f5e7e-0b89-457b-b41a-9fdb50709d49 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:50:38.158 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6fccb23d-04df-4c78-a92d-f53c09ba18a2'] response: {'server_uuid': 'cc6d9f63-c578-4da7-bad0-1f0df4d162ab', 'name': 'network-vif-deleted', 'tag': 'a87f5e7e-0b89-457b-b41a-9fdb50709d49', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 615/1227] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:38 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1228] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:38 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1229] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:38 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&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: 614/1230] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:39 2026] GET /v2.0/security-groups?tenant_id=b344f4fd560443158c0be6c2a7033044&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1231] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:40 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1232] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:40 2026] DELETE /v2.0/security-groups/a720dc08-dc81-4e75-8fa2-63fa7f586c52 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1233] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:40 2026] GET /v2.0/security-groups?tenant_id=1e362ccc1b3c488bb51b4ae971675b86&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: 616/1234] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:40 2026] DELETE /v2.0/security-groups/fb91b93b-e823-4a74-b418-73a86aa50657 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1235] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:41 2026] GET /v2.0/ports?device_id=cc6d9f63-c578-4da7-bad0-1f0df4d162ab => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:50:42.705 7 INFO neutron_taas.services.taas.taas_plugin [None req-53dc1f20-fe86-4fe8-bf65-8ed643c25a76 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: f167c776-95e8-4957-a340-1e6a1be2b9ae 2026-09-03 03:50:42.712 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53dc1f20-fe86-4fe8-bf65-8ed643c25a76 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: f167c776-95e8-4957-a340-1e6a1be2b9ae [pid: 7|app: 0|req: 617/1236] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:50:42 2026] PUT /v2.0/routers/486e9c60-8506-43f7-ab5e-70db782f5b00/remove_router_interface => generated 309 bytes in 1042 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:50:43.564 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb48dbd2-f16a-4be9-a130-d642bd5dc175 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 6e345508-6750-48f4-a919-46004d797be4 2026-09-03 03:50:43.567 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb48dbd2-f16a-4be9-a130-d642bd5dc175 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 6e345508-6750-48f4-a919-46004d797be4 2026-09-03 03:50:43.840 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb48dbd2-f16a-4be9-a130-d642bd5dc175 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 8fcde827-712b-4734-88d9-e1c194c19c8a 2026-09-03 03:50:43.844 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb48dbd2-f16a-4be9-a130-d642bd5dc175 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 8fcde827-712b-4734-88d9-e1c194c19c8a 2026-09-03 03:50:44.294 8 INFO neutron.services.segments.plugin [-] Segment f76b9f53-92ed-4d5f-a3c1-060d88394cac resource provider aggregate not found 2026-09-03 03:50:44.299 8 INFO neutron.services.segments.plugin [-] Segment f76b9f53-92ed-4d5f-a3c1-060d88394cac resource provider aggregate not found 2026-09-03 03:50:44.313 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f76b9f53-92ed-4d5f-a3c1-060d88394cac resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f76b9f53-92ed-4d5f-a3c1-060d88394cac found for delete ", "request_id": "req-d20cddf3-295e-4fbb-b62b-b87d37cee6ac"}]} 2026-09-03 03:50:44.319 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f76b9f53-92ed-4d5f-a3c1-060d88394cac resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f76b9f53-92ed-4d5f-a3c1-060d88394cac found for delete ", "request_id": "req-cc0cf3dc-0f2c-4760-93d6-0a73be97f567"}]} 2026-09-03 03:50:44.338 8 INFO neutron.db.l3_hamode_db [None req-eb48dbd2-f16a-4be9-a130-d642bd5dc175 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] HA network 18c4ef3c-88dc-45bf-8822-8a0b9bcc5b51 was deleted as no HA routers are present in tenant e0e89906cba74d859904cd25a0ee71f7. [pid: 8|app: 0|req: 620/1237] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:50:43 2026] DELETE /v2.0/routers/486e9c60-8506-43f7-ab5e-70db782f5b00 => generated 0 bytes in 977 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1238] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:50:44 2026] DELETE /v2.0/subnets/231ea540-dfbd-4461-86b4-4eacd0370fea => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:50:44.646 8 INFO neutron_taas.services.taas.taas_plugin [None req-453a6704-aedd-4ccb-950c-f99602ea30aa cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 158a1000-f522-4dd1-8467-5edeaea88e67 2026-09-03 03:50:44.650 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-453a6704-aedd-4ccb-950c-f99602ea30aa cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 158a1000-f522-4dd1-8467-5edeaea88e67 [pid: 8|app: 0|req: 621/1239] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:50:44 2026] DELETE /v2.0/networks/0bdaf355-09b3-41c4-b2fd-f431b333d2d5 => generated 0 bytes in 379 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1240] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:45 2026] GET /v2.0/security-groups?tenant_id=e0e89906cba74d859904cd25a0ee71f7&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1241] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:44 2026] GET /v2.0/security-groups?tenant_id=735881c622ae43bb8a6cb1f779721606&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1242] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:45 2026] DELETE /v2.0/security-groups/7a04e85e-49a6-4ccb-8712-79e425938165 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1243] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:45 2026] DELETE /v2.0/security-groups/b60bd35f-fe00-4085-9843-4556f74cd70e => 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: 620/1244] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:45 2026] GET /v2.0/security-groups?tenant_id=4fc1ed0166654bb0a0b878baf09d326b&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1245] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:45 2026] DELETE /v2.0/security-groups/9b97dd20-2cc3-4aec-8ec4-574a693f21af => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1246] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:45 2026] GET /v2.0/security-groups?tenant_id=afb51b1932034b42b39fecdc56cbc244&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1247] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:45 2026] DELETE /v2.0/security-groups/8acd0402-2b62-49d7-b14e-ef422e7db627 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:50:46.334 8 INFO neutron.services.segments.plugin [-] Segment e26f8e81-e849-494e-ab53-04ca53532379 resource provider aggregate not found 2026-09-03 03:50:46.345 8 INFO neutron.services.segments.plugin [-] Segment e26f8e81-e849-494e-ab53-04ca53532379 resource provider aggregate not found 2026-09-03 03:50:46.351 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e26f8e81-e849-494e-ab53-04ca53532379 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e26f8e81-e849-494e-ab53-04ca53532379 found for delete ", "request_id": "req-c9de46ab-9e8f-45c1-899a-e30351050714"}]} 2026-09-03 03:50:46.371 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e26f8e81-e849-494e-ab53-04ca53532379 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e26f8e81-e849-494e-ab53-04ca53532379 found for delete ", "request_id": "req-1ec2728c-80b4-49ad-8672-85ca14f7db76"}]} 2026-09-03 03:50:47.546 7 INFO neutron.db.segments_db [None req-0ff98da7-6ee2-4f48-b46c-55d024b5defc cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment 70bb6dbe-971d-42cd-93fd-b2c8155fc1e2 of type vxlan for network a2b438ad-b0e0-46e4-9434-5f39cbfab3b8 [pid: 7|app: 0|req: 622/1248] 10.0.0.13 () {34 vars in 669 bytes} [Thu Sep 3 03:50:47 2026] POST /v2.0/networks => generated 739 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1249] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:50:47 2026] POST /v2.0/subnets => generated 686 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:50:47.958 7 INFO neutron.db.segments_db [None req-6b69f905-4cbb-4449-9876-da4613673eb1 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment b4c3c9eb-9a39-4327-a7b1-cecbe3f46915 of type vxlan for network eb323bec-ac2d-40e3-8b1d-f57d1f29bc76 2026-09-03 03:50:48.217 7 INFO neutron.db.l3_hamode_db [None req-6b69f905-4cbb-4449-9876-da4613673eb1 cb09360888f745afa6f83db5d4ba2616 fe8cb661b9a84434a5ce4a6ce9b92b07 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:50:49.224 7 INFO neutron.db.l3_hamode_db [None req-6b69f905-4cbb-4449-9876-da4613673eb1 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 623/1252] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:50:47 2026] POST /v2.0/routers => generated 726 bytes in 2307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1253] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:50 2026] GET /v2.0/security-groups?tenant_id=3eb8f782bf744a1bb4cbd6996b63b61d&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1254] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:50 2026] GET /v2.0/security-groups?tenant_id=080c3766c4d9457da40b3c060c9ed72a&name=default => generated 2925 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1255] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:50 2026] DELETE /v2.0/security-groups/874607ae-fd2f-482e-ada7-499ef1ecec24 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1256] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:50 2026] DELETE /v2.0/security-groups/90de957e-7291-49ae-9f82-83c7433e1019 => 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: 628/1257] 10.0.0.182 () {34 vars in 989 bytes} [Thu Sep 3 03:50:51 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1258] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:50:50 2026] PUT /v2.0/routers/48446caf-98f4-4730-b0c7-c04a82324a8a/add_router_interface => generated 309 bytes in 1140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1259] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:51 2026] GET /v2.0/security-groups?tenant_id=71a893ac997b481ab47e702d2a00d0a7&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1260] 10.0.0.182 () {34 vars in 1039 bytes} [Thu Sep 3 03:50:51 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1261] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:51 2026] DELETE /v2.0/security-groups/e2034d99-0aec-4692-b83b-636d715ff7d7 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:50:52.683 8 INFO neutron.db.segments_db [None req-0aee1302-662a-4865-8a1d-597dc92a658a cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment de24e982-51ae-47ae-b5d2-361e1175651b of type vxlan for network f6542cae-44b2-45f4-b34f-927947a04caa [pid: 8|app: 0|req: 632/1262] 10.0.0.13 () {34 vars in 669 bytes} [Thu Sep 3 03:50:52 2026] POST /v2.0/networks => generated 741 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1263] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:50:52 2026] POST /v2.0/subnets => generated 688 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:50:53.068 7 INFO neutron.db.segments_db [None req-cff9ecac-6b55-49b9-a9a7-35585ac8f0d2 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Added segment 9185a637-b12f-4ad4-bcf6-6be7228dd83b of type vxlan for network 034beb76-b184-4d0f-958d-4ea9083b0fe5 2026-09-03 03:50:53.143 8 INFO neutron.db.segments_db [None req-aa862325-1687-4387-814c-46ced33a5e1e 0241e6d1c0d34f34a69c0115f3547e2e d67302f533d8449bbfbffd7a4d1d5bdd - - default default] Added segment 1ecdd346-e6af-41d6-a7db-36dbf80d400a of type vxlan for network a6300167-619c-42fe-bb45-01c4519cfcf8 [pid: 8|app: 0|req: 633/1264] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:50:52 2026] POST /v2.0/networks => generated 644 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:50:53.321 7 INFO neutron.db.l3_hamode_db [None req-cff9ecac-6b55-49b9-a9a7-35585ac8f0d2 cb09360888f745afa6f83db5d4ba2616 a7a467afbe1f4860b714b5704a18d190 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 634/1265] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:50:53 2026] POST /v2.0/subnets => generated 641 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:50:53.466 8 INFO neutron.db.segments_db [None req-f36f6e7a-c462-40fb-b312-fb974a289211 0241e6d1c0d34f34a69c0115f3547e2e d67302f533d8449bbfbffd7a4d1d5bdd - - default default] Added segment 629a0716-10be-4617-9202-6e79eb372458 of type vxlan for network 54f8d070-e204-4087-9f4b-43884aeffd60 [pid: 8|app: 0|req: 635/1266] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:50:53 2026] POST /v2.0/networks => generated 643 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1267] 10.0.0.13 () {34 vars in 741 bytes} [Thu Sep 3 03:50:53 2026] PUT /v2.0/networks/54f8d070-e204-4087-9f4b-43884aeffd60 => generated 592 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1268] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:50:53 2026] POST /v2.0/subnets => generated 626 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1269] 10.0.0.13 () {34 vars in 739 bytes} [Thu Sep 3 03:50:53 2026] PUT /v2.0/subnets/7a561484-48d3-46c2-ae23-2eb877ed9971 => generated 636 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:50:53.935 7 INFO neutron.db.l3_hamode_db [None req-cff9ecac-6b55-49b9-a9a7-35585ac8f0d2 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:50:54.070 8 INFO neutron.services.segments.plugin [-] Segment 629a0716-10be-4617-9202-6e79eb372458 resource provider aggregate not found 2026-09-03 03:50:54.077 8 INFO neutron.services.segments.plugin [-] Segment 629a0716-10be-4617-9202-6e79eb372458 resource provider aggregate not found 2026-09-03 03:50:54.093 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 629a0716-10be-4617-9202-6e79eb372458 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 629a0716-10be-4617-9202-6e79eb372458 found for delete ", "request_id": "req-32cd003a-bcf1-42d5-bbca-246659a99b57"}]} 2026-09-03 03:50:54.095 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 629a0716-10be-4617-9202-6e79eb372458 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 629a0716-10be-4617-9202-6e79eb372458 found for delete ", "request_id": "req-cc8e3612-f336-4156-bfcf-c4c969562233"}]} [pid: 8|app: 0|req: 639/1270] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:50:53 2026] DELETE /v2.0/networks/54f8d070-e204-4087-9f4b-43884aeffd60 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:50:54.146 8 INFO neutron.pecan_wsgi.hooks.translation [None req-15fed6f5-1947-4eda-b478-a64c32671b8f 0241e6d1c0d34f34a69c0115f3547e2e d67302f533d8449bbfbffd7a4d1d5bdd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 640/1271] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:50:54 2026] DELETE /v2.0/networks/54f8d070-e204-4087-9f4b-43884aeffd60 => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1272] 10.0.0.13 () {32 vars in 692 bytes} [Thu Sep 3 03:50:54 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: 642/1273] 10.0.0.13 () {32 vars in 740 bytes} [Thu Sep 3 03:50:54 2026] GET /v2.0/subnets?network_id=37732c79-5609-48fe-9150-4ac22ced0d35 => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1274] 10.0.0.13 () {32 vars in 651 bytes} [Thu Sep 3 03:50:54 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1275] 10.0.0.13 () {32 vars in 647 bytes} [Thu Sep 3 03:50:54 2026] GET /v2.0/networks => generated 1309 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1276] 10.0.0.13 () {32 vars in 645 bytes} [Thu Sep 3 03:50:54 2026] GET /v2.0/subnets => generated 1280 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1277] 10.0.0.13 () {32 vars in 721 bytes} [Thu Sep 3 03:50:54 2026] GET /v2.0/networks/a6300167-619c-42fe-bb45-01c4519cfcf8 => generated 669 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1278] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:50:54 2026] GET /v2.0/subnets/3c85c971-2110-484b-8280-c45f86c8166f => generated 641 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:50:54.466 8 INFO neutron.pecan_wsgi.hooks.translation [None req-067f0ea2-0a3a-4b5b-b3e6-c5e77a995556 0241e6d1c0d34f34a69c0115f3547e2e d67302f533d8449bbfbffd7a4d1d5bdd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 648/1279] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:50:54 2026] DELETE /v2.0/subnets/7a561484-48d3-46c2-ae23-2eb877ed9971 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:50:54.479 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ba475859-ff51-4c37-aec4-b474d005fd73 0241e6d1c0d34f34a69c0115f3547e2e d67302f533d8449bbfbffd7a4d1d5bdd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 649/1280] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:50:54 2026] DELETE /v2.0/networks/54f8d070-e204-4087-9f4b-43884aeffd60 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1281] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:50:54 2026] DELETE /v2.0/subnets/3c85c971-2110-484b-8280-c45f86c8166f => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1282] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:50:54 2026] DELETE /v2.0/networks/a6300167-619c-42fe-bb45-01c4519cfcf8 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1283] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:50:53 2026] POST /v2.0/routers => generated 728 bytes in 1693 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1284] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:55 2026] GET /v2.0/security-groups?tenant_id=d67302f533d8449bbfbffd7a4d1d5bdd&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: 634/1285] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:55 2026] DELETE /v2.0/security-groups/6fb6f056-6a80-488e-bfdb-06c503a94653 => 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: 635/1286] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:55 2026] GET /v2.0/security-groups?tenant_id=c35de1a4e6dc4d7382914ef0ae848f5d&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1287] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:50:54 2026] PUT /v2.0/routers/a92fa6b6-d1fa-4896-8d88-65c797fe6dad/add_router_interface => generated 309 bytes in 1102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1288] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:50:55 2026] DELETE /v2.0/security-groups/99f72b41-2356-4212-8ef8-7a8db172b56f => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:50:56.118 8 INFO neutron.services.segments.plugin [-] Segment 1ecdd346-e6af-41d6-a7db-36dbf80d400a resource provider aggregate not found 2026-09-03 03:50:56.123 8 INFO neutron.services.segments.plugin [-] Segment 1ecdd346-e6af-41d6-a7db-36dbf80d400a resource provider aggregate not found 2026-09-03 03:50:56.142 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1ecdd346-e6af-41d6-a7db-36dbf80d400a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ecdd346-e6af-41d6-a7db-36dbf80d400a found for delete ", "request_id": "req-fd70792f-9367-4be6-83d0-5f6231424454"}]} 2026-09-03 03:50:56.150 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1ecdd346-e6af-41d6-a7db-36dbf80d400a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ecdd346-e6af-41d6-a7db-36dbf80d400a found for delete ", "request_id": "req-6a2ee72d-b0c3-47d9-9403-7c40d26cf3c9"}]} [pid: 8|app: 0|req: 653/1289] 10.0.0.13 () {34 vars in 683 bytes} [Thu Sep 3 03:50:56 2026] POST /v2.0/security-groups => generated 1675 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1290] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:50:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1291] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:50:56 2026] POST /v2.0/security-group-rules => generated 596 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1292] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:50:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1293] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:50:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:50:57.454 7 INFO neutron.db.securitygroups_db [None req-5c3dd94a-3c10-4e9d-b6ad-b429772f1af7 a6cd092250ac4cbbbf5fcbed5509ca34 fe8cb661b9a84434a5ce4a6ce9b92b07 - - default default] Project fe8cb661b9a84434a5ce4a6ce9b92b07 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: 639/1294] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:50:57 2026] POST /v2.0/security-group-rules => generated 607 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:50:57.625 8 INFO neutron.db.securitygroups_db [None req-293faf1d-3eed-4efe-92b7-dd9f8b89c2d7 a6cd092250ac4cbbbf5fcbed5509ca34 fe8cb661b9a84434a5ce4a6ce9b92b07 - - default default] Project fe8cb661b9a84434a5ce4a6ce9b92b07 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: 656/1295] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:50:57 2026] POST /v2.0/security-group-rules => generated 606 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:50:58.046 7 INFO neutron.db.segments_db [None req-67dfea49-6cd9-4660-8697-27b2a6dae52d 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] Added segment 1308558a-989e-451c-951a-f6a40a693337 of type vxlan for network c54c1164-c999-4c55-bd65-41660cf454f6 [pid: 7|app: 0|req: 640/1296] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:50:57 2026] POST /v2.0/networks => generated 648 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1297] 10.0.0.13 () {34 vars in 683 bytes} [Thu Sep 3 03:50:58 2026] POST /v2.0/security-groups => generated 1659 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1298] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:50:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1299] 10.0.0.13 () {34 vars in 663 bytes} [Thu Sep 3 03:50:58 2026] POST /v2.0/ports => generated 778 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-03 03:50:58.586 7 INFO neutron.db.segments_db [None req-2baf3752-1114-4e35-a9ed-8ef14b80bae1 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] Added segment ede08afc-36c4-4ff5-834f-748c8d0c25be of type vxlan for network 69f8da29-7982-4634-b4bc-7a9e45a42ef9 [pid: 8|app: 0|req: 659/1300] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:50:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1301] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:50:58 2026] POST /v2.0/networks => generated 635 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1302] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:50:58 2026] POST /v2.0/subnets => generated 646 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1303] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:50:58 2026] POST /v2.0/floatingips => generated 552 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1304] 10.0.0.13 () {34 vars in 663 bytes} [Thu Sep 3 03:50:58 2026] POST /v2.0/ports => generated 965 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1305] 10.0.0.206 () {34 vars in 1099 bytes} [Thu Sep 3 03:50:59 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1882271981&fields=id&tenant_id=fe8cb661b9a84434a5ce4a6ce9b92b07 => generated 69 bytes in 46 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: 662/1306] 10.0.0.206 () {34 vars in 1097 bytes} [Thu Sep 3 03:50:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--278987731&fields=id&tenant_id=fe8cb661b9a84434a5ce4a6ce9b92b07 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:50:59.384 7 INFO neutron_taas.services.taas.taas_plugin [None req-1eef2e28-8a77-4e91-ac95-fa6cbbb9a437 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] TaaS: Handle Delete Port: 44ef48af-3071-447e-a5da-e8c83a34cf61 2026-09-03 03:50:59.387 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1eef2e28-8a77-4e91-ac95-fa6cbbb9a437 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] Tap Mirror: Handle Delete Port: 44ef48af-3071-447e-a5da-e8c83a34cf61 [pid: 8|app: 0|req: 663/1307] 10.0.0.206 () {34 vars in 981 bytes} [Thu Sep 3 03:50:59 2026] GET /v2.0/networks?id=a2b438ad-b0e0-46e4-9434-5f39cbfab3b8 => generated 671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1308] 10.0.0.206 () {34 vars in 964 bytes} [Thu Sep 3 03:50:59 2026] GET /v2.0/quotas/fe8cb661b9a84434a5ce4a6ce9b92b07 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1309] 10.0.0.206 () {34 vars in 1001 bytes} [Thu Sep 3 03:50:59 2026] GET /v2.0/ports?tenant_id=fe8cb661b9a84434a5ce4a6ce9b92b07&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1310] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:50:59 2026] DELETE /v2.0/ports/44ef48af-3071-447e-a5da-e8c83a34cf61 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1311] 10.0.0.206 () {34 vars in 1007 bytes} [Thu Sep 3 03:50:59 2026] GET /v2.0/networks/a2b438ad-b0e0-46e4-9434-5f39cbfab3b8?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1312] 10.0.0.206 () {34 vars in 1107 bytes} [Thu Sep 3 03:50:59 2026] GET /v2.0/networks/a2b438ad-b0e0-46e4-9434-5f39cbfab3b8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:50:59.886 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2bec598d-f53c-435d-b3dc-d1a56bfa5f6f 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 666/1313] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:50:59 2026] DELETE /v2.0/ports/44ef48af-3071-447e-a5da-e8c83a34cf61 => generated 132 bytes in 367 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1314] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:50:59 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:50:59.918 8 INFO neutron.pecan_wsgi.hooks.translation [None req-82b77ce5-8c45-49c8-a41d-1f55c2ac6996 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 668/1315] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:50:59 2026] GET /v2.0/ports/44ef48af-3071-447e-a5da-e8c83a34cf61 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1316] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:50:59 2026] GET /v2.0/security-groups?tenant_id=8bb33e2df6c741959f9ff532a0c55d5b&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1317] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:50:59 2026] DELETE /v2.0/subnets/910da6d1-e490-4e70-bd7d-9bc456d42423 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1318] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:00 2026] DELETE /v2.0/security-groups/06193b20-d152-4917-8819-5949cd926384 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:51:00.185 8 INFO neutron.services.segments.plugin [-] Segment ede08afc-36c4-4ff5-834f-748c8d0c25be resource provider aggregate not found 2026-09-03 03:51:00.191 8 INFO neutron.services.segments.plugin [-] Segment ede08afc-36c4-4ff5-834f-748c8d0c25be resource provider aggregate not found 2026-09-03 03:51:00.209 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ede08afc-36c4-4ff5-834f-748c8d0c25be resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ede08afc-36c4-4ff5-834f-748c8d0c25be found for delete ", "request_id": "req-ac5d1ee5-5db6-4667-9fd9-0f84fefeff7b"}]} 2026-09-03 03:51:00.209 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ede08afc-36c4-4ff5-834f-748c8d0c25be resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ede08afc-36c4-4ff5-834f-748c8d0c25be found for delete ", "request_id": "req-c1c298b9-45bf-46e2-b7f8-d7110a7d37e9"}]} [pid: 8|app: 0|req: 670/1319] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:00 2026] DELETE /v2.0/networks/69f8da29-7982-4634-b4bc-7a9e45a42ef9 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:00.333 7 INFO neutron.db.segments_db [None req-2487689c-4a4e-423f-9b62-989ebcdb30ec 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] Added segment b0adcb96-baf0-42c5-a33b-cc38a6f653ed of type vxlan for network 2d0d5c89-e781-4d34-8dcc-e616a5adea6e [pid: 7|app: 0|req: 650/1320] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:51:00 2026] POST /v2.0/networks => generated 635 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1321] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:00 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1322] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:51:00 2026] POST /v2.0/subnets => generated 646 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1323] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:00 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&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: 653/1324] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:00 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1325] 10.0.0.13 () {34 vars in 663 bytes} [Thu Sep 3 03:51:00 2026] POST /v2.0/ports => generated 923 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1326] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:00 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => 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: 673/1327] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:00 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:01.191 7 INFO neutron_taas.services.taas.taas_plugin [None req-e761ccc7-7219-4020-b577-65313cdc8207 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] TaaS: Handle Delete Port: 30a8e4d4-8ea6-47e6-a523-08159d004d10 2026-09-03 03:51:01.194 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e761ccc7-7219-4020-b577-65313cdc8207 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] Tap Mirror: Handle Delete Port: 30a8e4d4-8ea6-47e6-a523-08159d004d10 [pid: 7|app: 0|req: 655/1328] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:51:01 2026] DELETE /v2.0/ports/30a8e4d4-8ea6-47e6-a523-08159d004d10 => generated 0 bytes in 623 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:01.675 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36361edf-0f1d-40e7-a1b8-368cd1573dc0 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 674/1329] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:51:01 2026] GET /v2.0/ports/30a8e4d4-8ea6-47e6-a523-08159d004d10 => generated 132 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1330] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:01 2026] DELETE /v2.0/subnets/9affde20-0bc8-451c-b50d-93545515b3a8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1331] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:01 2026] DELETE /v2.0/networks/2d0d5c89-e781-4d34-8dcc-e616a5adea6e => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1332] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:02 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => 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: 677/1333] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:02 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:02.232 8 INFO neutron.services.segments.plugin [-] Segment b0adcb96-baf0-42c5-a33b-cc38a6f653ed resource provider aggregate not found 2026-09-03 03:51:02.235 8 INFO neutron.services.segments.plugin [-] Segment b0adcb96-baf0-42c5-a33b-cc38a6f653ed resource provider aggregate not found [pid: 8|app: 0|req: 678/1334] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:02 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:02.257 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b0adcb96-baf0-42c5-a33b-cc38a6f653ed resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0adcb96-baf0-42c5-a33b-cc38a6f653ed found for delete ", "request_id": "req-b7d6ffaf-aa8c-4d9a-9455-52d107897d57"}]} 2026-09-03 03:51:02.258 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b0adcb96-baf0-42c5-a33b-cc38a6f653ed resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0adcb96-baf0-42c5-a33b-cc38a6f653ed found for delete ", "request_id": "req-036947fd-cd27-41eb-95dc-16ccc73a3865"}]} [pid: 7|app: 0|req: 657/1335] 10.0.0.13 () {34 vars in 663 bytes} [Thu Sep 3 03:51:01 2026] POST /v2.0/ports => generated 779 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1336] 10.0.0.13 () {34 vars in 735 bytes} [Thu Sep 3 03:51:02 2026] PUT /v2.0/ports/fb70ec2f-ea96-4707-99ab-b936b15200ed => generated 752 bytes in 199 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-09-03 03:51:02.593 7 INFO neutron_taas.services.taas.taas_plugin [None req-889dd6dc-42a3-4997-8f69-f9770b52e91e 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] TaaS: Handle Delete Port: fb70ec2f-ea96-4707-99ab-b936b15200ed 2026-09-03 03:51:02.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-889dd6dc-42a3-4997-8f69-f9770b52e91e 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] Tap Mirror: Handle Delete Port: fb70ec2f-ea96-4707-99ab-b936b15200ed [pid: 7|app: 0|req: 658/1337] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:51:02 2026] DELETE /v2.0/ports/fb70ec2f-ea96-4707-99ab-b936b15200ed => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 680/1338] 10.0.0.13 () {32 vars in 641 bytes} [Thu Sep 3 03:51:02 2026] GET /v2.0/ports => generated 781 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:02.805 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c92fae64-22fb-4bf4-802c-d160fa37d86d 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 659/1339] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:51:02 2026] GET /v2.0/ports/fb70ec2f-ea96-4707-99ab-b936b15200ed => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1340] 10.0.0.13 () {32 vars in 641 bytes} [Thu Sep 3 03:51:02 2026] GET /v2.0/ports => generated 781 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1341] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:51:02 2026] GET /v2.0/ports/fda53227-5a01-409b-8802-492ab70743d9 => generated 778 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:02.910 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eed5cefa-1497-4f6b-a832-6ac5a25a1015 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 682/1342] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:51:02 2026] DELETE /v2.0/ports/30a8e4d4-8ea6-47e6-a523-08159d004d10 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:51:02.934 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2775bb9e-bee2-4e88-81d1-445214662aed 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 661/1343] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:02 2026] DELETE /v2.0/subnets/9affde20-0bc8-451c-b50d-93545515b3a8 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:51:02.970 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c7b5afc-6361-494e-b608-5b22dd180caf 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 683/1344] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:02 2026] DELETE /v2.0/subnets/910da6d1-e490-4e70-bd7d-9bc456d42423 => generated 136 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:51:03.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-198faeea-ce21-48fc-81ca-a0a76ec7d833 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] TaaS: Handle Delete Port: fda53227-5a01-409b-8802-492ab70743d9 2026-09-03 03:51:03.086 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-198faeea-ce21-48fc-81ca-a0a76ec7d833 4a1b03a58b2f40d6acb0f13db2331574 2bfdac0e265c4214aa3ab547b9495413 - - default default] Tap Mirror: Handle Delete Port: fda53227-5a01-409b-8802-492ab70743d9 [pid: 7|app: 0|req: 662/1345] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:51:02 2026] DELETE /v2.0/ports/fda53227-5a01-409b-8802-492ab70743d9 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1346] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:03 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:03.321 7 INFO neutron.services.segments.plugin [-] Segment 1308558a-989e-451c-951a-f6a40a693337 resource provider aggregate not found 2026-09-03 03:51:03.328 7 INFO neutron.services.segments.plugin [-] Segment 1308558a-989e-451c-951a-f6a40a693337 resource provider aggregate not found 2026-09-03 03:51:03.346 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1308558a-989e-451c-951a-f6a40a693337 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1308558a-989e-451c-951a-f6a40a693337 found for delete ", "request_id": "req-f4d3f1f7-bd03-4cd0-afa0-9e97bdbb4c1b"}]} 2026-09-03 03:51:03.356 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1308558a-989e-451c-951a-f6a40a693337 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1308558a-989e-451c-951a-f6a40a693337 found for delete ", "request_id": "req-d4497287-4f0d-402d-8a63-8f9d4b7bca4e"}]} [pid: 7|app: 0|req: 664/1347] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:03 2026] DELETE /v2.0/networks/c54c1164-c999-4c55-bd65-41660cf454f6 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1348] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:03 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1349] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:03 2026] GET /v2.0/security-groups?id=dcacf5e9-1dee-4977-8e9e-41dd30d8184a&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:03.537 8 INFO neutron.db.segments_db [None req-c365e554-11f5-438e-813f-a29183a6808a d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Added segment 101c3daa-39d1-4e20-ab8c-8266ac58f970 of type vxlan for network c5ad2f50-2575-4a13-a0b1-a2d13e95e93d [pid: 8|app: 0|req: 684/1350] 10.0.0.13 () {34 vars in 669 bytes} [Thu Sep 3 03:51:03 2026] POST /v2.0/networks => generated 632 bytes in 485 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1351] 162.253.55.242 () {34 vars in 993 bytes} [Thu Sep 3 03:51:03 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:03.667 8 INFO neutron.db.segments_db [None req-a9df25c9-7382-48d5-887a-bb9063e210ba d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Added segment fdfd9c7d-08b7-4adb-a1c7-913a690e6588 of type vxlan for network aa61afd4-2b3b-4f3d-9b1b-19c420b19251 2026-09-03 03:51:03.807 7 INFO neutron_taas.services.taas.taas_plugin [req-32644b43-f5e7-41db-9a8c-8662d5c19693 req-31bc229a-dfcb-46bb-b4ea-bab6236fabf2 4db88c61130e418b8a6550fb28dd6fac 25372b36810846d584b02602c37b7fa7 - - default default] TaaS: Handle Delete Port: 913d5ff1-9f70-4216-979c-562e56827426 2026-09-03 03:51:03.810 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-32644b43-f5e7-41db-9a8c-8662d5c19693 req-31bc229a-dfcb-46bb-b4ea-bab6236fabf2 4db88c61130e418b8a6550fb28dd6fac 25372b36810846d584b02602c37b7fa7 - - default default] Tap Mirror: Handle Delete Port: 913d5ff1-9f70-4216-979c-562e56827426 2026-09-03 03:51:03.898 8 INFO neutron.db.l3_hamode_db [None req-a9df25c9-7382-48d5-887a-bb9063e210ba d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:51:03.926 7 INFO neutron.db.l3_db [req-32644b43-f5e7-41db-9a8c-8662d5c19693 req-31bc229a-dfcb-46bb-b4ea-bab6236fabf2 4db88c61130e418b8a6550fb28dd6fac 25372b36810846d584b02602c37b7fa7 - - default default] Floating IP 953a9fad-c26f-417c-a696-7d3c2014f08d disassociated. External IP: 10.96.250.210, port: 913d5ff1-9f70-4216-979c-562e56827426. [pid: 7|app: 0|req: 668/1352] 162.253.55.242 () {36 vars in 996 bytes} [Thu Sep 3 03:51:03 2026] DELETE /v2.0/ports/913d5ff1-9f70-4216-979c-562e56827426 => generated 0 bytes in 579 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:04.290 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-735b68d3-2d32-4e3a-9147-e8e24768746f'] response: {'server_uuid': '2e1402e9-28e2-4769-b1f9-f07456452d69', 'name': 'network-vif-deleted', 'tag': '913d5ff1-9f70-4216-979c-562e56827426', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 669/1353] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:04 2026] GET /v2.0/security-groups?tenant_id=2bfdac0e265c4214aa3ab547b9495413&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: 670/1354] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:04 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:04.513 8 INFO neutron.db.l3_hamode_db [None req-a9df25c9-7382-48d5-887a-bb9063e210ba d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 671/1355] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:04 2026] DELETE /v2.0/security-groups/b82c4f28-48e0-462f-8eca-2a434a7096a6 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1358] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:04 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => 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: 685/1359] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:51:03 2026] POST /v2.0/routers => generated 694 bytes in 1623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1360] 10.0.0.13 () {32 vars in 774 bytes} [Thu Sep 3 03:51:05 2026] GET /v2.0/subnets?project_id=6d6c490b76104a8e934b979be536c607&cidr=10.100.0.0%2F28 => generated 14 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1361] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:05 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => 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: 676/1362] 10.0.0.13 () {32 vars in 692 bytes} [Thu Sep 3 03:51:05 2026] GET /v2.0/networks?router%3Aexternal=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: 687/1363] 10.0.0.13 () {32 vars in 782 bytes} [Thu Sep 3 03:51:05 2026] GET /v2.0/subnets?network_id=37732c79-5609-48fe-9150-4ac22ced0d35&cidr=10.100.0.0%2F28 => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1364] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:05 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => 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: 677/1365] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:51:05 2026] POST /v2.0/subnets => generated 656 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:51:06.701 7 INFO neutron.db.segments_db [None req-f333ebac-5481-45b9-b08b-310d2b125f8d d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Added segment b3a463f0-1ee1-4c4e-a603-00d6af026215 of type vxlan for network 3ff1ae76-8383-4183-b2c1-336b999e68ea [pid: 7|app: 0|req: 678/1366] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:51:06 2026] POST /v2.0/networks => generated 633 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1367] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:51:06 2026] GET /v2.0/networks?id=a2b438ad-b0e0-46e4-9434-5f39cbfab3b8 => generated 671 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1368] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:06 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => 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: 681/1369] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:06 2026] GET /v2.0/ports?device_id=2e1402e9-28e2-4769-b1f9-f07456452d69 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:06.955 7 INFO neutron.db.segments_db [None req-914f0717-4218-4170-9889-ff886674ac2e d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Added segment c74f9101-a051-4ca7-8eaf-619e0189880b of type vxlan for network f7b76281-3e50-4a8b-b169-b59a9152813a [pid: 7|app: 0|req: 682/1370] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:51:06 2026] POST /v2.0/networks => generated 634 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1371] 162.253.55.242 () {34 vars in 1049 bytes} [Thu Sep 3 03:51:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fe8cb661b9a84434a5ce4a6ce9b92b07 => generated 273 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1372] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:51:05 2026] PUT /v2.0/routers/f376f05c-52c4-4e4b-a82f-0537eb9ac551/add_router_interface => generated 309 bytes in 1311 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1373] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:51:07 2026] POST /v2.0/subnets => generated 646 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1374] 10.0.0.13 () {32 vars in 647 bytes} [Thu Sep 3 03:51:07 2026] GET /v2.0/networks => generated 9400 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1375] 162.253.55.242 () {38 vars in 954 bytes} [Thu Sep 3 03:51:07 2026] POST /v2.0/ports => generated 997 bytes in 304 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: 691/1376] 10.0.0.13 () {32 vars in 645 bytes} [Thu Sep 3 03:51:07 2026] GET /v2.0/subnets => generated 7149 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1377] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:51:07 2026] POST /v2.0/subnets => generated 655 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1378] 10.0.0.13 () {32 vars in 645 bytes} [Thu Sep 3 03:51:07 2026] GET /v2.0/routers => generated 2910 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:51:07.738 7 INFO neutron.db.segments_db [None req-eb4f14bd-cd38-44fb-9ea8-e4c27ec1390c d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Added segment c78696f2-de1c-43ea-94d2-0daace67663a of type vxlan for network d319bcdb-ed84-4630-a5f5-39cafad223f2 [pid: 8|app: 0|req: 692/1379] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:51:07 2026] PUT /v2.0/ports/730c177d-7aa5-4c2f-baf4-33e819524a66 => generated 1278 bytes in 325 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-09-03 03:51:07.920 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b8327e1-78e5-46ba-8798-f36664509b01'] response: {'name': 'network-changed', 'server_uuid': 'b47a165b-ab73-463e-8f19-d1aaa140bd63', 'tag': '730c177d-7aa5-4c2f-baf4-33e819524a66', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 693/1380] 10.0.0.13 () {34 vars in 683 bytes} [Thu Sep 3 03:51:07 2026] POST /v2.0/security-groups => generated 1673 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1381] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:08 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:51:08.100 7 INFO neutron.db.l3_hamode_db [None req-eb4f14bd-cd38-44fb-9ea8-e4c27ec1390c d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 695/1382] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:08 2026] DELETE /v2.0/security-groups/dcacf5e9-1dee-4977-8e9e-41dd30d8184a => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:51:08.213 7 INFO neutron.db.l3_hamode_db [None req-eb4f14bd-cd38-44fb-9ea8-e4c27ec1390c d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 696/1383] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:51:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1384] 10.0.0.206 () {34 vars in 1119 bytes} [Thu Sep 3 03:51:08 2026] GET /v2.0/security-groups?id=b59e22da-f049-44be-b428-526ec297814e&id=7474dff7-5aee-49cc-b856-920df97e39d8&fields=id&fields=name => generated 206 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:08.282 8 INFO neutron.api.v2.resource [None req-49171a01-e0ee-4596-a120-196b81b7f761 4db88c61130e418b8a6550fb28dd6fac 25372b36810846d584b02602c37b7fa7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 698/1385] 10.0.0.13 () {32 vars in 735 bytes} [Thu Sep 3 03:51:08 2026] GET /v2.0/security-groups/dcacf5e9-1dee-4977-8e9e-41dd30d8184a => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1386] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:51:08 2026] POST /v2.0/security-group-rules => generated 596 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:51:08.472 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed35177b-df96-4dc7-9a6b-8cc370568d0f 4db88c61130e418b8a6550fb28dd6fac 25372b36810846d584b02602c37b7fa7 - - default default] TaaS: Handle Delete Port: 1734c4e0-f75c-4eea-b516-6231b59ad8cf 2026-09-03 03:51:08.474 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed35177b-df96-4dc7-9a6b-8cc370568d0f 4db88c61130e418b8a6550fb28dd6fac 25372b36810846d584b02602c37b7fa7 - - default default] Tap Mirror: Handle Delete Port: 1734c4e0-f75c-4eea-b516-6231b59ad8cf [pid: 8|app: 0|req: 700/1387] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:51:08 2026] DELETE /v2.0/floatingips/953a9fad-c26f-417c-a696-7d3c2014f08d => generated 0 bytes in 226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1388] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:51:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1389] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:51:07 2026] POST /v2.0/routers => generated 511 bytes in 1038 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1390] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:51:08 2026] GET /v2.0/ports?tenant_id=fe8cb661b9a84434a5ce4a6ce9b92b07&device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1281 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1391] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:51:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:51:09.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c6a1a3b-77cb-4f38-abc5-b8dc84cdef81 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 96aa9f2e-fb4f-4711-92ed-ff4040497415 2026-09-03 03:51:09.067 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c6a1a3b-77cb-4f38-abc5-b8dc84cdef81 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 96aa9f2e-fb4f-4711-92ed-ff4040497415 [pid: 7|app: 0|req: 689/1392] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:51:08 2026] PUT /v2.0/routers/937cd70c-1dec-4f49-8009-cac46b5c44c1/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: 690/1393] 162.253.55.242 () {34 vars in 1017 bytes} [Thu Sep 3 03:51:09 2026] GET /v2.0/networks?tenant_id=fe8cb661b9a84434a5ce4a6ce9b92b07&shared=False => generated 767 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:09.579 7 INFO neutron.db.securitygroups_db [None req-f4d442c4-92e3-4940-9c32-d2621a19e5ac d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Project 6d6c490b76104a8e934b979be536c607 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: 691/1394] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:51:09 2026] POST /v2.0/security-group-rules => generated 607 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1395] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:09 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1012 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1396] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:51:08 2026] PUT /v2.0/routers/15d8f681-e6f7-4488-9aaf-dbdbe75af5fa/add_router_interface => generated 309 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1397] 162.253.55.242 () {34 vars in 929 bytes} [Thu Sep 3 03:51:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:09.906 8 INFO neutron.db.securitygroups_db [None req-3093dcc5-298e-4a17-8eea-112b2f307aea d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Project 6d6c490b76104a8e934b979be536c607 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: 706/1398] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:51:09 2026] POST /v2.0/security-group-rules => generated 606 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:51:09.979 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5aaa3ef-38f1-423f-a484-8011904068c1 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: a4ff0f79-e1d9-47e9-948f-3059237ee13e 2026-09-03 03:51:09.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5aaa3ef-38f1-423f-a484-8011904068c1 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: a4ff0f79-e1d9-47e9-948f-3059237ee13e [pid: 8|app: 0|req: 707/1399] 10.0.0.206 () {34 vars in 1119 bytes} [Thu Sep 3 03:51:09 2026] GET /v2.0/security-groups?id=b59e22da-f049-44be-b428-526ec297814e&id=7474dff7-5aee-49cc-b856-920df97e39d8&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1400] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:51:10 2026] GET /v2.0/ports/3dadb6cd-e8e6-495c-bf69-4067e57bfda2 => generated 959 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:10.236 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5aaa3ef-38f1-423f-a484-8011904068c1 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 50e91c09-4ee0-46cb-a0bf-d2cac4fa95c8 2026-09-03 03:51:10.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5aaa3ef-38f1-423f-a484-8011904068c1 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 50e91c09-4ee0-46cb-a0bf-d2cac4fa95c8 2026-09-03 03:51:10.543 7 INFO neutron.services.segments.plugin [-] Segment 972f7cf2-62c0-4d44-83b9-441cbcc2b392 resource provider aggregate not found 2026-09-03 03:51:10.550 7 INFO neutron.services.segments.plugin [-] Segment 972f7cf2-62c0-4d44-83b9-441cbcc2b392 resource provider aggregate not found 2026-09-03 03:51:10.566 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 972f7cf2-62c0-4d44-83b9-441cbcc2b392 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 972f7cf2-62c0-4d44-83b9-441cbcc2b392 found for delete ", "request_id": "req-1082da2f-bcd2-4f3d-8599-72e1285851b9"}]} 2026-09-03 03:51:10.570 7 INFO neutron.db.l3_hamode_db [None req-b5aaa3ef-38f1-423f-a484-8011904068c1 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] HA network 86407ee3-c104-4063-a948-419e05ba067f was deleted as no HA routers are present in tenant 25372b36810846d584b02602c37b7fa7. [pid: 7|app: 0|req: 693/1401] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:09 2026] DELETE /v2.0/routers/937cd70c-1dec-4f49-8009-cac46b5c44c1 => generated 0 bytes in 832 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:51:10.585 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 972f7cf2-62c0-4d44-83b9-441cbcc2b392 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 972f7cf2-62c0-4d44-83b9-441cbcc2b392 found for delete ", "request_id": "req-7f8277e7-efbc-4360-be0d-857cf5051fae"}]} [pid: 7|app: 0|req: 694/1402] 10.0.0.13 () {32 vars in 647 bytes} [Thu Sep 3 03:51:10 2026] GET /v2.0/networks => generated 1297 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1403] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:10 2026] DELETE /v2.0/subnets/f1ba7118-2113-4eae-b2b7-6a40b868d710 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1404] 10.0.0.206 () {34 vars in 1097 bytes} [Thu Sep 3 03:51:10 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-688006411&fields=id&tenant_id=6d6c490b76104a8e934b979be536c607 => generated 69 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:10.961 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5798b30-ba88-4e58-9194-4d79cd7dc12a cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 8bae2539-74fb-4ce5-a77b-5145d922c7f9 2026-09-03 03:51:10.966 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5798b30-ba88-4e58-9194-4d79cd7dc12a cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 8bae2539-74fb-4ce5-a77b-5145d922c7f9 [pid: 8|app: 0|req: 709/1405] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:51:10 2026] PUT /v2.0/routers/15d8f681-e6f7-4488-9aaf-dbdbe75af5fa/add_router_interface => generated 309 bytes in 944 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1406] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:51:11 2026] GET /v2.0/ports?tenant_id=fe8cb661b9a84434a5ce4a6ce9b92b07&device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1281 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1407] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:10 2026] DELETE /v2.0/networks/2e021b42-6246-42b4-afbe-bf58e78b71d0 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1408] 10.0.0.206 () {34 vars in 981 bytes} [Thu Sep 3 03:51:11 2026] GET /v2.0/networks?id=c5ad2f50-2575-4a13-a0b1-a2d13e95e93d => generated 660 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1409] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:51:11 2026] GET /v2.0/ports/cbfe0508-ea51-4807-8ce0-ab26ec8c9e4a => generated 967 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1410] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:51:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=730c177d-7aa5-4c2f-baf4-33e819524a66 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1411] 10.0.0.206 () {34 vars in 964 bytes} [Thu Sep 3 03:51:11 2026] GET /v2.0/quotas/6d6c490b76104a8e934b979be536c607 => 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: 699/1412] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:11 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1012 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1413] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:51:11 2026] GET /v2.0/subnets?id=056a90aa-e425-4868-8f94-680a8c1c6ae7 => generated 689 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1414] 10.0.0.206 () {34 vars in 1001 bytes} [Thu Sep 3 03:51:11 2026] GET /v2.0/ports?tenant_id=6d6c490b76104a8e934b979be536c607&fields=id => generated 57 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1415] 10.0.0.206 () {34 vars in 1119 bytes} [Thu Sep 3 03:51:11 2026] GET /v2.0/security-groups?id=b59e22da-f049-44be-b428-526ec297814e&id=7474dff7-5aee-49cc-b856-920df97e39d8&fields=id&fields=name => generated 206 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1416] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:51:11 2026] GET /v2.0/ports?network_id=a2b438ad-b0e0-46e4-9434-5f39cbfab3b8&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1417] 10.0.0.206 () {34 vars in 1007 bytes} [Thu Sep 3 03:51:11 2026] GET /v2.0/networks/c5ad2f50-2575-4a13-a0b1-a2d13e95e93d?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1418] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:11 2026] GET /v2.0/security-groups?tenant_id=25372b36810846d584b02602c37b7fa7&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1419] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:51:11 2026] GET /v2.0/networks/a2b438ad-b0e0-46e4-9434-5f39cbfab3b8?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: 707/1420] 10.0.0.206 () {34 vars in 1107 bytes} [Thu Sep 3 03:51:11 2026] GET /v2.0/networks/c5ad2f50-2575-4a13-a0b1-a2d13e95e93d?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-09-03 03:51:11.494 8 INFO neutron_taas.services.taas.taas_plugin [None req-04d05e6d-499c-480c-bb1b-2b5f121682ad d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] TaaS: Handle Delete Port: cbfe0508-ea51-4807-8ce0-ab26ec8c9e4a 2026-09-03 03:51:11.497 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04d05e6d-499c-480c-bb1b-2b5f121682ad d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Tap Mirror: Handle Delete Port: cbfe0508-ea51-4807-8ce0-ab26ec8c9e4a [pid: 7|app: 0|req: 708/1421] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:11 2026] DELETE /v2.0/security-groups/a4bf2a75-3cf5-4032-81f8-adfdc0364173 => 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: 709/1422] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:51:11 2026] GET /v2.0/networks/a2b438ad-b0e0-46e4-9434-5f39cbfab3b8?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: 710/1423] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:11 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1424] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:51:11 2026] PUT /v2.0/routers/15d8f681-e6f7-4488-9aaf-dbdbe75af5fa/remove_router_interface => generated 309 bytes in 801 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:12.307 7 INFO neutron_taas.services.taas.taas_plugin [None req-f777680b-3a4b-4296-b30d-13bfdcfd18d4 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] TaaS: Handle Delete Port: 3dadb6cd-e8e6-495c-bf69-4067e57bfda2 2026-09-03 03:51:12.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f777680b-3a4b-4296-b30d-13bfdcfd18d4 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Tap Mirror: Handle Delete Port: 3dadb6cd-e8e6-495c-bf69-4067e57bfda2 [pid: 8|app: 0|req: 715/1425] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:12 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1012 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1426] 10.0.0.206 () {34 vars in 1119 bytes} [Thu Sep 3 03:51:12 2026] GET /v2.0/security-groups?id=b59e22da-f049-44be-b428-526ec297814e&id=7474dff7-5aee-49cc-b856-920df97e39d8&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:12.595 7 INFO neutron.services.segments.plugin [-] Segment c90dad1b-2df5-416c-b098-63e269f664f4 resource provider aggregate not found 2026-09-03 03:51:12.614 7 INFO neutron.services.segments.plugin [-] Segment c90dad1b-2df5-416c-b098-63e269f664f4 resource provider aggregate not found 2026-09-03 03:51:12.617 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c90dad1b-2df5-416c-b098-63e269f664f4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c90dad1b-2df5-416c-b098-63e269f664f4 found for delete ", "request_id": "req-440aeea6-3ccd-4854-9450-2de5550f96c5"}]} 2026-09-03 03:51:12.636 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c90dad1b-2df5-416c-b098-63e269f664f4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c90dad1b-2df5-416c-b098-63e269f664f4 found for delete ", "request_id": "req-b0fdc2ba-c1dc-4a56-baf8-d1f72d7cb4fd"}]} [pid: 7|app: 0|req: 711/1427] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:51:11 2026] PUT /v2.0/routers/15d8f681-e6f7-4488-9aaf-dbdbe75af5fa/remove_router_interface => generated 309 bytes in 780 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1428] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:51:12 2026] GET /v2.0/ports?device_id=15d8f681-e6f7-4488-9aaf-dbdbe75af5fa => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1429] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:12 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:12.888 7 INFO neutron_taas.services.taas.taas_plugin [None req-df5a28d1-eeac-4395-a2ea-4009df9e8dc8 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] TaaS: Handle Delete Port: 4950326b-df3e-46a4-9c62-84dabae834d4 2026-09-03 03:51:12.891 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df5a28d1-eeac-4395-a2ea-4009df9e8dc8 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Tap Mirror: Handle Delete Port: 4950326b-df3e-46a4-9c62-84dabae834d4 2026-09-03 03:51:13.409 7 INFO neutron.db.l3_hamode_db [None req-df5a28d1-eeac-4395-a2ea-4009df9e8dc8 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] HA network d319bcdb-ed84-4630-a5f5-39cafad223f2 was deleted as no HA routers are present in tenant 2baf7cf6124d4c4a88e7b7ce74201f72. [pid: 7|app: 0|req: 713/1430] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:12 2026] DELETE /v2.0/routers/15d8f681-e6f7-4488-9aaf-dbdbe75af5fa => generated 0 bytes in 669 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1431] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:13 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1012 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1432] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:13 2026] DELETE /v2.0/subnets/aa82c1c1-a2b9-429c-a6ac-58202a29d08f => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1433] 10.0.0.206 () {34 vars in 1119 bytes} [Thu Sep 3 03:51:13 2026] GET /v2.0/security-groups?id=b59e22da-f049-44be-b428-526ec297814e&id=7474dff7-5aee-49cc-b856-920df97e39d8&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: 716/1434] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:13 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => 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: 719/1435] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:13 2026] DELETE /v2.0/subnets/45e49a4a-f0b9-42b4-a27f-01be04d8a0a5 => 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: 717/1436] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:13 2026] DELETE /v2.0/networks/f7b76281-3e50-4a8b-b169-b59a9152813a => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:14.186 8 INFO neutron_taas.services.taas.taas_plugin [None req-ecb66f9a-a83d-4bd2-8f11-99e4b9352273 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] TaaS: Handle Delete Port: 0dcc89cf-9d80-4ca1-9df2-220c8337881c 2026-09-03 03:51:14.188 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecb66f9a-a83d-4bd2-8f11-99e4b9352273 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Tap Mirror: Handle Delete Port: 0dcc89cf-9d80-4ca1-9df2-220c8337881c 2026-09-03 03:51:14.363 8 INFO neutron.services.segments.plugin [-] Segment b3a463f0-1ee1-4c4e-a603-00d6af026215 resource provider aggregate not found 2026-09-03 03:51:14.372 8 INFO neutron.services.segments.plugin [-] Segment b3a463f0-1ee1-4c4e-a603-00d6af026215 resource provider aggregate not found 2026-09-03 03:51:14.389 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b3a463f0-1ee1-4c4e-a603-00d6af026215 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3a463f0-1ee1-4c4e-a603-00d6af026215 found for delete ", "request_id": "req-c77d583c-e5ee-442e-9a95-767a6e90e987"}]} 2026-09-03 03:51:14.394 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b3a463f0-1ee1-4c4e-a603-00d6af026215 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3a463f0-1ee1-4c4e-a603-00d6af026215 found for delete ", "request_id": "req-dc7d4544-45c1-4c98-bcc0-0d619843375e"}]} [pid: 8|app: 0|req: 720/1437] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:14 2026] DELETE /v2.0/networks/3ff1ae76-8383-4183-b2c1-336b999e68ea => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:14.482 8 INFO neutron.db.segments_db [None req-3202959c-acce-4718-b34d-9dcecb0fcf7c d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Added segment 1c5cad75-bc76-459e-a9c3-ea0cf96878dd of type vxlan for network 8c914b73-0680-4d16-b3f3-aa9d680c27d4 [pid: 8|app: 0|req: 721/1438] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:51:14 2026] POST /v2.0/networks => generated 634 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:51:14.649 7 INFO neutron.services.segments.plugin [-] Segment c78696f2-de1c-43ea-94d2-0daace67663a resource provider aggregate not found 2026-09-03 03:51:14.673 7 INFO neutron.services.segments.plugin [-] Segment c78696f2-de1c-43ea-94d2-0daace67663a resource provider aggregate not found 2026-09-03 03:51:14.686 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c78696f2-de1c-43ea-94d2-0daace67663a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c78696f2-de1c-43ea-94d2-0daace67663a found for delete ", "request_id": "req-a1a23fd7-7cbc-4523-a03f-e05fa046bef6"}]} 2026-09-03 03:51:14.708 7 INFO neutron.services.segments.plugin [-] Segment c74f9101-a051-4ca7-8eaf-619e0189880b resource provider aggregate not found 2026-09-03 03:51:14.714 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c78696f2-de1c-43ea-94d2-0daace67663a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c78696f2-de1c-43ea-94d2-0daace67663a found for delete ", "request_id": "req-2afaf2ed-d7cd-43da-909b-043b7a06a7f9"}]} 2026-09-03 03:51:14.739 7 INFO neutron.services.segments.plugin [-] Segment c74f9101-a051-4ca7-8eaf-619e0189880b resource provider aggregate not found 2026-09-03 03:51:14.743 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c74f9101-a051-4ca7-8eaf-619e0189880b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c74f9101-a051-4ca7-8eaf-619e0189880b found for delete ", "request_id": "req-8685072d-b15c-44d6-9c6f-c671d360db34"}]} [pid: 7|app: 0|req: 718/1439] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:14 2026] GET /v2.0/security-groups?tenant_id=d13621b8c91e4590937257d02ee442ec&name=default => generated 2925 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:51:14.762 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c74f9101-a051-4ca7-8eaf-619e0189880b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c74f9101-a051-4ca7-8eaf-619e0189880b found for delete ", "request_id": "req-8291b8e9-3e52-4e4d-8471-833a33f65744"}]} [pid: 7|app: 0|req: 719/1440] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:14 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1012 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1441] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:51:14 2026] POST /v2.0/subnets => generated 646 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1442] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:14 2026] DELETE /v2.0/security-groups/01134934-8420-4160-9c30-2a31156b5525 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1443] 162.253.55.242 () {34 vars in 993 bytes} [Thu Sep 3 03:51:14 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1281 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1444] 10.0.0.206 () {34 vars in 1119 bytes} [Thu Sep 3 03:51:14 2026] GET /v2.0/security-groups?id=b59e22da-f049-44be-b428-526ec297814e&id=7474dff7-5aee-49cc-b856-920df97e39d8&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1445] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:15 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => 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: 725/1446] 162.253.55.242 () {34 vars in 1123 bytes} [Thu Sep 3 03:51:15 2026] GET /v2.0/security-groups?id=7474dff7-5aee-49cc-b856-920df97e39d8&id=b59e22da-f049-44be-b428-526ec297814e&fields=id&fields=name => generated 206 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:15.069 7 INFO neutron.db.segments_db [None req-89b5ac0f-8719-4d1b-895c-e5b87133d933 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Added segment 3dfed53e-3058-4b20-9152-d152318e9070 of type vxlan for network eadd5482-f8c5-41fc-80b0-f2aa0ed02ac4 2026-09-03 03:51:15.363 7 INFO neutron.db.l3_hamode_db [None req-89b5ac0f-8719-4d1b-895c-e5b87133d933 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:51:15.492 7 INFO neutron.db.l3_hamode_db [None req-89b5ac0f-8719-4d1b-895c-e5b87133d933 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 726/1447] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:51:15 2026] GET /v2.0/networks?id=c5ad2f50-2575-4a13-a0b1-a2d13e95e93d => generated 660 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1448] 162.253.55.242 () {34 vars in 1049 bytes} [Thu Sep 3 03:51:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6d6c490b76104a8e934b979be536c607 => generated 180 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1449] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:51:15 2026] POST /v2.0/routers => generated 511 bytes in 1041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1450] 162.253.55.242 () {38 vars in 954 bytes} [Thu Sep 3 03:51:16 2026] POST /v2.0/ports => generated 954 bytes in 514 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: 723/1451] 10.0.0.13 () {34 vars in 663 bytes} [Thu Sep 3 03:51:16 2026] POST /v2.0/ports => generated 963 bytes in 492 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: 729/1452] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:16 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => generated 957 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1453] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:16 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1454] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:51:16 2026] PUT /v2.0/ports/bd5edb03-62a5-4247-9358-3c98041fa095 => generated 1235 bytes in 386 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: 731/1455] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:16 2026] GET /v2.0/security-groups?id=fde17c6b-2202-4095-8071-0b2604c7c75e&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-09-03 03:51:17.032 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9fb83d78-01a4-4229-a590-88e870076e71'] response: {'name': 'network-changed', 'server_uuid': 'c3f95acc-be92-497a-a3e4-c52f132e82f6', 'tag': 'bd5edb03-62a5-4247-9358-3c98041fa095', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 732/1456] 10.0.0.206 () {34 vars in 1119 bytes} [Thu Sep 3 03:51:16 2026] GET /v2.0/security-groups?id=b59e22da-f049-44be-b428-526ec297814e&id=7474dff7-5aee-49cc-b856-920df97e39d8&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1457] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:51:16 2026] PUT /v2.0/routers/1e4f31f8-07ab-43c5-a7b3-813e96e0c58e/add_router_interface => generated 309 bytes in 870 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1458] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:51:17 2026] GET /v2.0/ports/9b60c090-a69f-4070-bae1-2586030390dc => generated 1037 bytes in 24 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: 734/1459] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:51:17 2026] GET /v2.0/ports?tenant_id=6d6c490b76104a8e934b979be536c607&device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1460] 162.253.55.242 () {34 vars in 1017 bytes} [Thu Sep 3 03:51:17 2026] GET /v2.0/networks?tenant_id=6d6c490b76104a8e934b979be536c607&shared=False => generated 756 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1461] 162.253.55.242 () {34 vars in 929 bytes} [Thu Sep 3 03:51:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:17.824 7 INFO neutron_taas.services.taas.taas_plugin [None req-652a4373-dc1d-438a-9b5f-9bad49d76ab5 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] TaaS: Handle Delete Port: 9b60c090-a69f-4070-bae1-2586030390dc 2026-09-03 03:51:17.826 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-652a4373-dc1d-438a-9b5f-9bad49d76ab5 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Tap Mirror: Handle Delete Port: 9b60c090-a69f-4070-bae1-2586030390dc [pid: 8|app: 0|req: 737/1462] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:18 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1463] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:51:17 2026] PUT /v2.0/routers/1e4f31f8-07ab-43c5-a7b3-813e96e0c58e/remove_router_interface => generated 309 bytes in 627 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: 727/1464] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:18 2026] GET /v2.0/security-groups?id=fde17c6b-2202-4095-8071-0b2604c7c75e&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1465] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:18 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1014 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1466] 10.0.0.206 () {34 vars in 1119 bytes} [Thu Sep 3 03:51:18 2026] GET /v2.0/security-groups?id=b59e22da-f049-44be-b428-526ec297814e&id=7474dff7-5aee-49cc-b856-920df97e39d8&fields=id&fields=name => generated 206 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:18.231 7 INFO neutron.api.v2.resource [None req-fc5bbe31-4e4a-4958-9dc2-8c0ef4f29c31 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 728/1467] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:51:18 2026] PUT /v2.0/routers/1e4f31f8-07ab-43c5-a7b3-813e96e0c58e/remove_router_interface => generated 197 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1468] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:51:18 2026] GET /v2.0/ports?device_id=1e4f31f8-07ab-43c5-a7b3-813e96e0c58e => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1469] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:18 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1014 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:51:18.363 7 INFO neutron_taas.services.taas.taas_plugin [None req-45396eed-fc11-49ce-a393-f052c16d1cee d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] TaaS: Handle Delete Port: 0fcd88d8-9628-4e83-97b9-d1a000488788 2026-09-03 03:51:18.365 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45396eed-fc11-49ce-a393-f052c16d1cee d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Tap Mirror: Handle Delete Port: 0fcd88d8-9628-4e83-97b9-d1a000488788 2026-09-03 03:51:18.592 7 INFO neutron.db.l3_hamode_db [None req-45396eed-fc11-49ce-a393-f052c16d1cee d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] HA network eadd5482-f8c5-41fc-80b0-f2aa0ed02ac4 was deleted as no HA routers are present in tenant 2baf7cf6124d4c4a88e7b7ce74201f72. [pid: 7|app: 0|req: 729/1470] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:18 2026] DELETE /v2.0/routers/1e4f31f8-07ab-43c5-a7b3-813e96e0c58e => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:51:18.600 7 INFO neutron.services.segments.plugin [-] Segment 3dfed53e-3058-4b20-9152-d152318e9070 resource provider aggregate not found 2026-09-03 03:51:18.605 7 INFO neutron.services.segments.plugin [-] Segment 3dfed53e-3058-4b20-9152-d152318e9070 resource provider aggregate not found 2026-09-03 03:51:18.623 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3dfed53e-3058-4b20-9152-d152318e9070 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dfed53e-3058-4b20-9152-d152318e9070 found for delete ", "request_id": "req-4c657f02-920a-4f5b-a650-7602cfee28e5"}]} 2026-09-03 03:51:18.627 8 INFO neutron.db.l3_db [None req-de0e7927-d62d-4658-9d22-2077a132c052 a6cd092250ac4cbbbf5fcbed5509ca34 fe8cb661b9a84434a5ce4a6ce9b92b07 - - default default] Floating IP dabce2ee-e4f2-414e-8b6d-61b44a24c590 associated. External IP: 10.96.250.211, port: 730c177d-7aa5-4c2f-baf4-33e819524a66. 2026-09-03 03:51:18.629 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3dfed53e-3058-4b20-9152-d152318e9070 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dfed53e-3058-4b20-9152-d152318e9070 found for delete ", "request_id": "req-ab3c044b-c6d1-4c5e-991a-ca3b0512a396"}]} [pid: 7|app: 0|req: 730/1471] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:18 2026] DELETE /v2.0/subnets/594339fe-b13c-44f7-81a2-e2fcc626184e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1472] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:51:18 2026] GET /v2.0/ports?tenant_id=6d6c490b76104a8e934b979be536c607&device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => 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: 732/1473] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:18 2026] DELETE /v2.0/networks/8c914b73-0680-4d16-b3f3-aa9d680c27d4 => 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: 733/1474] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:51:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=bd5edb03-62a5-4247-9358-3c98041fa095 => 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: 742/1475] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:51:18 2026] PUT /v2.0/floatingips/dabce2ee-e4f2-414e-8b6d-61b44a24c590 => generated 856 bytes in 620 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1476] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:51:18 2026] GET /v2.0/subnets?id=4ce798b0-2528-477b-acc0-802aa86f7c99 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1477] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:51:19 2026] GET /v2.0/ports?network_id=c5ad2f50-2575-4a13-a0b1-a2d13e95e93d&device_owner=network%3Adhcp => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:51:19.041 7 INFO neutron.db.segments_db [None req-b9a89c5e-f851-4fc0-91e9-aa7bfeb76362 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Added segment d60b74b7-2c99-41bc-bf16-e44cb0414acd of type vxlan for network 2c8936c1-d436-408e-a9be-4a6843501fd8 2026-09-03 03:51:19.087 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-636ab889-a418-410c-a275-9b1ad8b45ae1'] response: {'name': 'network-changed', 'server_uuid': 'b47a165b-ab73-463e-8f19-d1aaa140bd63', 'tag': '730c177d-7aa5-4c2f-baf4-33e819524a66', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 745/1478] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:51:19 2026] GET /v2.0/networks/c5ad2f50-2575-4a13-a0b1-a2d13e95e93d?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: 746/1479] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:51:19 2026] GET /v2.0/networks/c5ad2f50-2575-4a13-a0b1-a2d13e95e93d?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: 734/1480] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:51:18 2026] POST /v2.0/networks => generated 634 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1481] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:19 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => generated 969 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1482] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:19 2026] GET /v2.0/security-groups?id=fde17c6b-2202-4095-8071-0b2604c7c75e&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: 747/1485] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:51:19 2026] POST /v2.0/subnets => generated 646 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:51:19.666 7 INFO neutron.db.segments_db [None req-4a530e0a-2064-40e3-95a4-d81fe3eb8117 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Added segment 33810f71-d416-4a01-b5d4-8089e2ac5420 of type vxlan for network e243986f-bc35-4ba9-baef-84348547cbe7 [pid: 8|app: 0|req: 748/1486] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:51:19 2026] GET /v2.0/ports?tenant_id=fe8cb661b9a84434a5ce4a6ce9b92b07&device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1283 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1487] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:51:19 2026] GET /v2.0/networks?id=a2b438ad-b0e0-46e4-9434-5f39cbfab3b8 => generated 767 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1488] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:51:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=730c177d-7aa5-4c2f-baf4-33e819524a66 => generated 859 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1489] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:51:19 2026] GET /v2.0/subnets?id=056a90aa-e425-4868-8f94-680a8c1c6ae7 => generated 689 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1490] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:51:19 2026] GET /v2.0/ports?network_id=a2b438ad-b0e0-46e4-9434-5f39cbfab3b8&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: 753/1491] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:51:19 2026] GET /v2.0/networks/a2b438ad-b0e0-46e4-9434-5f39cbfab3b8?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:19.951 7 INFO neutron.db.l3_hamode_db [None req-4a530e0a-2064-40e3-95a4-d81fe3eb8117 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 754/1492] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:51:19 2026] GET /v2.0/networks/a2b438ad-b0e0-46e4-9434-5f39cbfab3b8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:20.118 7 INFO neutron.db.l3_hamode_db [None req-4a530e0a-2064-40e3-95a4-d81fe3eb8117 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 755/1493] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:20 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1494] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:20 2026] GET /v2.0/security-groups?id=fde17c6b-2202-4095-8071-0b2604c7c75e&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:20.657 7 INFO neutron.services.segments.plugin [-] Segment 1c5cad75-bc76-459e-a9c3-ea0cf96878dd resource provider aggregate not found 2026-09-03 03:51:20.662 7 INFO neutron.services.segments.plugin [-] Segment 1c5cad75-bc76-459e-a9c3-ea0cf96878dd resource provider aggregate not found 2026-09-03 03:51:20.686 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1c5cad75-bc76-459e-a9c3-ea0cf96878dd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c5cad75-bc76-459e-a9c3-ea0cf96878dd found for delete ", "request_id": "req-d7060a52-6350-4440-a973-3b1de4166d2b"}]} 2026-09-03 03:51:20.691 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1c5cad75-bc76-459e-a9c3-ea0cf96878dd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c5cad75-bc76-459e-a9c3-ea0cf96878dd found for delete ", "request_id": "req-aa7dcf54-25b2-47f7-aafe-d235f26de6ef"}]} [pid: 7|app: 0|req: 739/1495] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:51:19 2026] POST /v2.0/routers => generated 511 bytes in 1207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1496] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:21 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => 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: 741/1497] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:21 2026] GET /v2.0/security-groups?id=fde17c6b-2202-4095-8071-0b2604c7c75e&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: 757/1498] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:51:20 2026] PUT /v2.0/routers/78674b10-dfac-4630-a15c-c1e2929acb50/add_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1499] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:51:21 2026] GET /v2.0/ports/2ccd7b13-d59b-4ac0-b773-ebdb1cb56200 => generated 959 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:22.141 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1413f03-a479-4e08-a05d-ae24de3c7005 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] TaaS: Handle Delete Port: 2ccd7b13-d59b-4ac0-b773-ebdb1cb56200 2026-09-03 03:51:22.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1413f03-a479-4e08-a05d-ae24de3c7005 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Tap Mirror: Handle Delete Port: 2ccd7b13-d59b-4ac0-b773-ebdb1cb56200 [pid: 7|app: 0|req: 742/1500] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:21 2026] GET /v2.0/security-groups?tenant_id=0e8a2053a6f64244aa4013488d418ae6&name=default => generated 2925 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1501] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:22 2026] DELETE /v2.0/security-groups/460b6578-c491-4736-8798-650ec075a651 => 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: 759/1502] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:51:21 2026] PUT /v2.0/routers/78674b10-dfac-4630-a15c-c1e2929acb50/remove_router_interface => generated 309 bytes in 588 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1503] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:51:22 2026] GET /v2.0/ports?device_id=78674b10-dfac-4630-a15c-c1e2929acb50 => 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: 744/1504] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:22 2026] GET /v2.0/security-groups?tenant_id=e945824dbbd446a784477e614fb49bb3&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:51:22.649 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b1984c5-8861-4d8f-87fe-5841cae34622 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] TaaS: Handle Delete Port: 545a841a-9e2a-4d53-8357-d8d38c16e8df 2026-09-03 03:51:22.651 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b1984c5-8861-4d8f-87fe-5841cae34622 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Tap Mirror: Handle Delete Port: 545a841a-9e2a-4d53-8357-d8d38c16e8df [pid: 7|app: 0|req: 745/1505] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:22 2026] DELETE /v2.0/security-groups/9610a437-e0e2-4f94-9198-c14ea56ba75f => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1506] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:22 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1507] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:22 2026] GET /v2.0/security-groups?id=fde17c6b-2202-4095-8071-0b2604c7c75e&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:23.145 8 INFO neutron.services.segments.plugin [-] Segment 33810f71-d416-4a01-b5d4-8089e2ac5420 resource provider aggregate not found 2026-09-03 03:51:23.153 8 INFO neutron.services.segments.plugin [-] Segment 33810f71-d416-4a01-b5d4-8089e2ac5420 resource provider aggregate not found 2026-09-03 03:51:23.175 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 33810f71-d416-4a01-b5d4-8089e2ac5420 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33810f71-d416-4a01-b5d4-8089e2ac5420 found for delete ", "request_id": "req-9279b2b0-c0da-4780-96e2-4341a2c26226"}]} 2026-09-03 03:51:23.182 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 33810f71-d416-4a01-b5d4-8089e2ac5420 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33810f71-d416-4a01-b5d4-8089e2ac5420 found for delete ", "request_id": "req-5de19161-c5b2-4e74-b13a-7cb556dd2ace"}]} 2026-09-03 03:51:23.191 8 INFO neutron.db.l3_hamode_db [None req-3b1984c5-8861-4d8f-87fe-5841cae34622 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] HA network e243986f-bc35-4ba9-baef-84348547cbe7 was deleted as no HA routers are present in tenant 2baf7cf6124d4c4a88e7b7ce74201f72. [pid: 8|app: 0|req: 761/1508] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:22 2026] DELETE /v2.0/routers/78674b10-dfac-4630-a15c-c1e2929acb50 => generated 0 bytes in 686 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1509] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:23 2026] DELETE /v2.0/subnets/8f950f76-baae-4a7b-9961-ef16e3e9f63b => 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: 762/1510] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:23 2026] DELETE /v2.0/networks/2c8936c1-d436-408e-a9be-4a6843501fd8 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:23.663 7 INFO neutron.db.segments_db [None req-8e76c435-df48-499d-9b2d-6f77def75e6f d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Added segment 7a74091b-5b82-46bc-b63e-3cf0390112b1 of type vxlan for network 28d31185-68f7-4c57-b5c6-2db4d8c96728 2026-09-03 03:51:23.955 7 INFO neutron.db.l3_hamode_db [None req-8e76c435-df48-499d-9b2d-6f77def75e6f d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 763/1511] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:24 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1512] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:24 2026] GET /v2.0/security-groups?id=fde17c6b-2202-4095-8071-0b2604c7c75e&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: 8|app: 0|req: 765/1513] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:24 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1514] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:24 2026] GET /v2.0/security-groups?id=fde17c6b-2202-4095-8071-0b2604c7c75e&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1515] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:51:24 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => generated 1240 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:51:24.892 7 INFO neutron.db.l3_hamode_db [None req-8e76c435-df48-499d-9b2d-6f77def75e6f d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:51:25.217 8 INFO neutron.services.segments.plugin [-] Segment d60b74b7-2c99-41bc-bf16-e44cb0414acd resource provider aggregate not found 2026-09-03 03:51:25.222 8 INFO neutron.services.segments.plugin [-] Segment d60b74b7-2c99-41bc-bf16-e44cb0414acd resource provider aggregate not found 2026-09-03 03:51:25.237 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d60b74b7-2c99-41bc-bf16-e44cb0414acd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d60b74b7-2c99-41bc-bf16-e44cb0414acd found for delete ", "request_id": "req-1ded3fa1-3ea5-49cd-916e-ba510c89af33"}]} 2026-09-03 03:51:25.241 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d60b74b7-2c99-41bc-bf16-e44cb0414acd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d60b74b7-2c99-41bc-bf16-e44cb0414acd found for delete ", "request_id": "req-fb148e69-a101-4c0c-984f-2dc94d0be74e"}]} 2026-09-03 03:51:25.260 8 INFO neutron.db.l3_db [None req-744a81d6-452c-4620-8c68-5e1c09788f8c d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Floating IP 514d13ff-9ff4-4586-9e00-5db18ffcce81 associated. External IP: 10.96.250.203, port: bd5edb03-62a5-4247-9358-3c98041fa095. [pid: 8|app: 0|req: 768/1516] 10.0.0.13 () {34 vars in 675 bytes} [Thu Sep 3 03:51:24 2026] POST /v2.0/floatingips => generated 855 bytes in 1017 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:51:25.601 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bdf47c7c-c2bf-404a-94b3-8749abc7db4e'] response: {'name': 'network-changed', 'server_uuid': 'c3f95acc-be92-497a-a3e4-c52f132e82f6', 'tag': 'bd5edb03-62a5-4247-9358-3c98041fa095', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 749/1517] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:51:23 2026] POST /v2.0/routers => generated 691 bytes in 2029 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1518] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:51:25 2026] GET /v2.0/floatingips/514d13ff-9ff4-4586-9e00-5db18ffcce81 => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1519] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:51:25 2026] GET /v2.0/routers/305d07e2-cb4a-486a-92fa-d3b8ce4af91d => generated 697 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1520] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:25 2026] GET /v2.0/security-groups?tenant_id=8c4336411b9f4f579fc97ecbe8398012&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1521] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:25 2026] DELETE /v2.0/security-groups/9e5cafd1-2f42-4cf5-b2cc-401c2e30fe7a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1522] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:51:26 2026] GET /v2.0/ports?tenant_id=6d6c490b76104a8e934b979be536c607&device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1523] 10.0.0.13 () {32 vars in 645 bytes} [Thu Sep 3 03:51:25 2026] GET /v2.0/routers => generated 700 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1524] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:51:26 2026] GET /v2.0/networks?id=c5ad2f50-2575-4a13-a0b1-a2d13e95e93d => generated 756 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1525] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:51:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=bd5edb03-62a5-4247-9358-3c98041fa095 => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1526] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:51:26 2026] GET /v2.0/subnets?id=4ce798b0-2528-477b-acc0-802aa86f7c99 => 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: 775/1527] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:51:26 2026] GET /v2.0/ports?network_id=c5ad2f50-2575-4a13-a0b1-a2d13e95e93d&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: 776/1528] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:51:26 2026] GET /v2.0/networks/c5ad2f50-2575-4a13-a0b1-a2d13e95e93d?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: 777/1529] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:51:26 2026] GET /v2.0/networks/c5ad2f50-2575-4a13-a0b1-a2d13e95e93d?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: 753/1530] 10.0.0.13 () {34 vars in 739 bytes} [Thu Sep 3 03:51:26 2026] PUT /v2.0/routers/305d07e2-cb4a-486a-92fa-d3b8ce4af91d => generated 704 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1531] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:51:26 2026] GET /v2.0/routers/305d07e2-cb4a-486a-92fa-d3b8ce4af91d => generated 704 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1532] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:51:26 2026] GET /v2.0/ports?device_id=305d07e2-cb4a-486a-92fa-d3b8ce4af91d => 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: 779/1533] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:51:26 2026] GET /v2.0/floatingips/514d13ff-9ff4-4586-9e00-5db18ffcce81 => generated 855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:26.890 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ca963f2-3144-419c-9284-c138e5091312 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] TaaS: Handle Delete Port: 4e004eeb-4340-4143-a3da-5b2d28bdd8f8 2026-09-03 03:51:26.892 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ca963f2-3144-419c-9284-c138e5091312 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Tap Mirror: Handle Delete Port: 4e004eeb-4340-4143-a3da-5b2d28bdd8f8 2026-09-03 03:51:27.080 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ca963f2-3144-419c-9284-c138e5091312 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] TaaS: Handle Delete Port: fe4eb656-fe58-4066-97b8-41e92635e1ed 2026-09-03 03:51:27.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ca963f2-3144-419c-9284-c138e5091312 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] Tap Mirror: Handle Delete Port: fe4eb656-fe58-4066-97b8-41e92635e1ed 2026-09-03 03:51:27.343 7 INFO neutron.services.segments.plugin [-] Segment 7a74091b-5b82-46bc-b63e-3cf0390112b1 resource provider aggregate not found 2026-09-03 03:51:27.349 7 INFO neutron.services.segments.plugin [-] Segment 7a74091b-5b82-46bc-b63e-3cf0390112b1 resource provider aggregate not found 2026-09-03 03:51:27.360 7 INFO neutron.db.l3_hamode_db [None req-2ca963f2-3144-419c-9284-c138e5091312 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] HA network 28d31185-68f7-4c57-b5c6-2db4d8c96728 was deleted as no HA routers are present in tenant 2baf7cf6124d4c4a88e7b7ce74201f72. [pid: 7|app: 0|req: 755/1534] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:26 2026] DELETE /v2.0/routers/305d07e2-cb4a-486a-92fa-d3b8ce4af91d => generated 0 bytes in 677 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:51:27.367 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7a74091b-5b82-46bc-b63e-3cf0390112b1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a74091b-5b82-46bc-b63e-3cf0390112b1 found for delete ", "request_id": "req-2cefdc11-9da7-449e-a81f-e545ad5799f2"}]} 2026-09-03 03:51:27.371 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7a74091b-5b82-46bc-b63e-3cf0390112b1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a74091b-5b82-46bc-b63e-3cf0390112b1 found for delete ", "request_id": "req-02b5fede-7c38-4254-aecb-fe81cf766fd1"}]} [pid: 8|app: 0|req: 780/1535] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:51:27 2026] GET /v2.0/ports?device_id=305d07e2-cb4a-486a-92fa-d3b8ce4af91d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:27.415 7 INFO neutron.api.v2.resource [None req-11ff92c3-c6c4-4edb-80d8-ec18b5f068f4 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 756/1536] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:27 2026] DELETE /v2.0/routers/305d07e2-cb4a-486a-92fa-d3b8ce4af91d => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1537] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:51:27 2026] GET /v2.0/ports?device_id=78674b10-dfac-4630-a15c-c1e2929acb50 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:27.476 7 INFO neutron.api.v2.resource [None req-09b62f25-9a9c-4a0c-9958-86266d5099b4 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 757/1538] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:27 2026] DELETE /v2.0/routers/78674b10-dfac-4630-a15c-c1e2929acb50 => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:51:27.498 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a5bcabc9-62dc-48d6-b976-41cb81c15a44 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 782/1539] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:27 2026] DELETE /v2.0/subnets/8f950f76-baae-4a7b-9961-ef16e3e9f63b => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1540] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:51:27 2026] GET /v2.0/ports?device_id=1e4f31f8-07ab-43c5-a7b3-813e96e0c58e => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:27.587 8 INFO neutron.api.v2.resource [None req-44e737df-b172-471f-b357-61a45b375e6e d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 783/1541] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:27 2026] DELETE /v2.0/routers/1e4f31f8-07ab-43c5-a7b3-813e96e0c58e => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:51:27.608 7 INFO neutron.pecan_wsgi.hooks.translation [None req-802913d6-1b33-4b7a-984e-2439266143d0 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 759/1542] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:27 2026] DELETE /v2.0/subnets/594339fe-b13c-44f7-81a2-e2fcc626184e => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1543] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:51:27 2026] GET /v2.0/ports?device_id=15d8f681-e6f7-4488-9aaf-dbdbe75af5fa => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:27.669 7 INFO neutron.api.v2.resource [None req-8da62332-a5a7-46e4-9e13-475c71a4f29f d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 760/1544] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:27 2026] DELETE /v2.0/routers/15d8f681-e6f7-4488-9aaf-dbdbe75af5fa => generated 135 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:51:27.691 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1f5b2bdc-7897-411f-b0ee-e0b4a4fc1ced d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 785/1545] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:27 2026] DELETE /v2.0/subnets/aa82c1c1-a2b9-429c-a6ac-58202a29d08f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:51:27.718 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d931a8d4-9676-47ef-a19f-2026d838bde4 d97964aedb884b04a16ab8d0166ab30a 2baf7cf6124d4c4a88e7b7ce74201f72 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 761/1546] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:27 2026] DELETE /v2.0/subnets/45e49a4a-f0b9-42b4-a27f-01be04d8a0a5 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1547] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:51:27 2026] GET /v2.0/floatingips/514d13ff-9ff4-4586-9e00-5db18ffcce81 => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1548] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:28 2026] GET /v2.0/security-groups?tenant_id=2baf7cf6124d4c4a88e7b7ce74201f72&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1549] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:28 2026] GET /v2.0/security-groups?tenant_id=a8a274169cd64eaa8cc6d719a3f3759a&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1550] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:28 2026] DELETE /v2.0/security-groups/75bcb988-1f8a-4316-972a-07dc8e571d67 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1551] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:28 2026] DELETE /v2.0/security-groups/ac10ea88-c1e4-440d-8302-e74c0196da6a => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1552] 10.0.0.13 () {32 vars in 651 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions => generated 21537 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1553] 10.0.0.13 () {32 vars in 679 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1554] 10.0.0.13 () {32 vars in 679 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1555] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1556] 10.0.0.13 () {32 vars in 663 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1557] 10.0.0.13 () {32 vars in 697 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1558] 10.0.0.13 () {32 vars in 695 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1559] 10.0.0.13 () {32 vars in 699 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1560] 10.0.0.13 () {32 vars in 687 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1561] 10.0.0.13 () {32 vars in 701 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1562] 10.0.0.13 () {32 vars in 691 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1563] 10.0.0.13 () {32 vars in 693 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1564] 10.0.0.13 () {32 vars in 683 bytes} [Thu Sep 3 03:51:30 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: 777/1565] 10.0.0.13 () {32 vars in 685 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1566] 10.0.0.13 () {32 vars in 659 bytes} [Thu Sep 3 03:51:30 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: 779/1567] 10.0.0.13 () {32 vars in 697 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1568] 10.0.0.13 () {32 vars in 677 bytes} [Thu Sep 3 03:51:30 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) [pid: 7|app: 0|req: 781/1569] 10.0.0.13 () {32 vars in 681 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1570] 10.0.0.13 () {32 vars in 673 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1571] 10.0.0.13 () {32 vars in 687 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1572] 10.0.0.13 () {32 vars in 721 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1573] 10.0.0.13 () {32 vars in 685 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1574] 10.0.0.13 () {32 vars in 667 bytes} [Thu Sep 3 03:51:30 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1575] 10.0.0.13 () {32 vars in 685 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1576] 10.0.0.13 () {34 vars in 682 bytes} [Thu Sep 3 03:51:30 2026] POST /v2.0/security-groups => generated 1625 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1577] 10.0.0.13 () {32 vars in 679 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1578] 10.0.0.13 () {32 vars in 697 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1579] 10.0.0.13 () {32 vars in 677 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1580] 10.0.0.13 () {32 vars in 665 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1581] 10.0.0.13 () {32 vars in 661 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/security-groups => generated 4530 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1582] 10.0.0.13 () {32 vars in 675 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1583] 10.0.0.13 () {32 vars in 663 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/l3-ha => 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: 794/1584] 10.0.0.13 () {32 vars in 673 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1585] 10.0.0.13 () {32 vars in 711 bytes} [Thu Sep 3 03:51:31 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) [pid: 7|app: 0|req: 796/1586] 10.0.0.13 () {32 vars in 689 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1587] 10.0.0.13 () {32 vars in 681 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1588] 10.0.0.13 () {32 vars in 667 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1589] 10.0.0.13 () {32 vars in 685 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1590] 10.0.0.13 () {34 vars in 756 bytes} [Thu Sep 3 03:51:31 2026] PUT /v2.0/security-groups/ade4c040-47c7-48a8-801f-1d42be12cbeb => generated 1662 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1591] 10.0.0.13 () {32 vars in 703 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1592] 10.0.0.13 () {32 vars in 673 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1593] 10.0.0.13 () {32 vars in 699 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1594] 10.0.0.13 () {32 vars in 735 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/security-groups/ade4c040-47c7-48a8-801f-1d42be12cbeb => generated 1662 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1595] 10.0.0.13 () {32 vars in 673 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1596] 10.0.0.13 () {32 vars in 691 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1597] 10.0.0.13 () {32 vars in 687 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1598] 10.0.0.13 () {32 vars in 707 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1599] 10.0.0.13 () {32 vars in 703 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1600] 10.0.0.13 () {32 vars in 717 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1601] 10.0.0.13 () {32 vars in 695 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1602] 10.0.0.13 () {32 vars in 709 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1603] 10.0.0.13 () {32 vars in 667 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/binding => 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: 812/1604] 10.0.0.13 () {32 vars in 685 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1605] 10.0.0.13 () {32 vars in 679 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1606] 10.0.0.13 () {32 vars in 673 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1607] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:31 2026] DELETE /v2.0/security-groups/ade4c040-47c7-48a8-801f-1d42be12cbeb => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1608] 10.0.0.13 () {32 vars in 669 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1609] 10.0.0.13 () {32 vars in 659 bytes} [Thu Sep 3 03:51:31 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: 817/1610] 10.0.0.13 () {32 vars in 697 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1611] 10.0.0.13 () {32 vars in 697 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1612] 10.0.0.13 () {32 vars in 661 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1613] 10.0.0.13 () {32 vars in 675 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:31.280 7 INFO neutron.api.v2.resource [None req-d40985e1-b3d5-40a7-a371-96afbe85de60 99a50a4c30254a0c8112e2be5a5a7e63 f1099dc689b34b599225bb114c5b5f49 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 819/1614] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:31 2026] DELETE /v2.0/security-groups/ade4c040-47c7-48a8-801f-1d42be12cbeb => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1615] 10.0.0.13 () {32 vars in 667 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1616] 10.0.0.13 () {32 vars in 681 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1617] 10.0.0.13 () {32 vars in 699 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1618] 10.0.0.13 () {32 vars in 683 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1619] 10.0.0.13 () {32 vars in 705 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1620] 10.0.0.13 () {32 vars in 667 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1621] 10.0.0.13 () {32 vars in 695 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1622] 10.0.0.13 () {32 vars in 693 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1623] 10.0.0.13 () {32 vars in 683 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1624] 10.0.0.13 () {32 vars in 687 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1625] 10.0.0.13 () {32 vars in 703 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1626] 10.0.0.13 () {32 vars in 665 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1627] 10.0.0.13 () {32 vars in 679 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1628] 10.0.0.13 () {32 vars in 679 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1629] 10.0.0.13 () {32 vars in 689 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1630] 10.0.0.13 () {32 vars in 689 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1631] 10.0.0.13 () {32 vars in 693 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1632] 10.0.0.13 () {34 vars in 682 bytes} [Thu Sep 3 03:51:31 2026] POST /v2.0/security-groups => generated 1624 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1633] 10.0.0.13 () {32 vars in 683 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1634] 10.0.0.13 () {32 vars in 687 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1635] 10.0.0.13 () {32 vars in 699 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1636] 10.0.0.13 () {32 vars in 701 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1637] 10.0.0.13 () {32 vars in 711 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1638] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1639] 10.0.0.13 () {32 vars in 713 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1640] 10.0.0.13 () {32 vars in 725 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1641] 10.0.0.13 () {32 vars in 739 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1642] 10.0.0.13 () {32 vars in 717 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1643] 10.0.0.13 () {32 vars in 681 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1644] 10.0.0.13 () {32 vars in 667 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/segment => generated 145 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1645] 10.0.0.13 () {32 vars in 717 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1646] 10.0.0.13 () {32 vars in 677 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1647] 10.0.0.13 () {32 vars in 667 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1648] 10.0.0.13 () {32 vars in 695 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1649] 10.0.0.13 () {32 vars in 703 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1650] 10.0.0.13 () {32 vars in 699 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1651] 10.0.0.13 () {32 vars in 699 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1652] 10.0.0.13 () {32 vars in 681 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1653] 10.0.0.13 () {32 vars in 703 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1654] 10.0.0.13 () {32 vars in 693 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1655] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:51:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1656] 10.0.0.13 () {32 vars in 687 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1657] 10.0.0.13 () {32 vars in 695 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1658] 10.0.0.13 () {32 vars in 677 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1659] 10.0.0.13 () {32 vars in 687 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1660] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/security-group-rules/89a70ca7-420d-4be6-be87-1728b2d83195 => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1661] 10.0.0.13 () {32 vars in 699 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1662] 10.0.0.13 () {32 vars in 663 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1663] 10.0.0.13 () {32 vars in 679 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1664] 10.0.0.13 () {32 vars in 675 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1665] 10.0.0.13 () {32 vars in 691 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1666] 10.0.0.13 () {32 vars in 675 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1667] 10.0.0.13 () {32 vars in 665 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1668] 10.0.0.13 () {32 vars in 661 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/taas => generated 175 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1669] 10.0.0.13 () {32 vars in 673 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1670] 10.0.0.13 () {32 vars in 685 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1671] 10.0.0.13 () {32 vars in 671 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1672] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:51:31 2026] DELETE /v2.0/security-group-rules/89a70ca7-420d-4be6-be87-1728b2d83195 => 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: 824/1673] 10.0.0.13 () {32 vars in 671 bytes} [Thu Sep 3 03:51:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1674] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:51:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1675] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:51:32 2026] GET /v2.0/security-group-rules/548c2cc7-ef3f-4cbc-a363-6e0dcfd87153 => generated 601 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1676] 10.0.0.13 () {32 vars in 671 bytes} [Thu Sep 3 03:51:32 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1677] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:51:32 2026] DELETE /v2.0/security-group-rules/548c2cc7-ef3f-4cbc-a363-6e0dcfd87153 => 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: 827/1678] 10.0.0.13 () {32 vars in 671 bytes} [Thu Sep 3 03:51:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:51:32.443 7 INFO neutron.db.securitygroups_db [None req-c35c8df7-a218-4b25-84e5-741238721126 99a50a4c30254a0c8112e2be5a5a7e63 f1099dc689b34b599225bb114c5b5f49 - - default default] Project f1099dc689b34b599225bb114c5b5f49 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: 828/1679] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:51:32 2026] POST /v2.0/security-group-rules => generated 607 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1680] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:51:32 2026] GET /v2.0/security-group-rules/e26f0d21-e9d5-41a7-a163-5f892fd3cdc6 => generated 607 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1681] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:32 2026] GET /v2.0/security-groups?tenant_id=7d7a994d64414ad5869b9e1ab6365f77&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1682] 10.0.0.13 () {32 vars in 671 bytes} [Thu Sep 3 03:51:32 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1683] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:51:32 2026] DELETE /v2.0/security-group-rules/e26f0d21-e9d5-41a7-a163-5f892fd3cdc6 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1684] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:32 2026] DELETE /v2.0/security-groups/ed159841-7bf9-4bff-950c-649f861e21bf => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1685] 10.0.0.13 () {32 vars in 671 bytes} [Thu Sep 3 03:51:32 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) [pid: 8|app: 0|req: 854/1686] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:32 2026] DELETE /v2.0/security-groups/8651513f-95f8-4ed5-b4b8-07fc955dba94 => 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: 833/1687] 10.0.0.13 () {32 vars in 661 bytes} [Thu Sep 3 03:51:32 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: 8|app: 0|req: 855/1688] 10.0.0.13 () {32 vars in 661 bytes} [Thu Sep 3 03:51:32 2026] GET /v2.0/security-groups => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1689] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:32 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1014 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1690] 10.0.0.206 () {34 vars in 1119 bytes} [Thu Sep 3 03:51:33 2026] GET /v2.0/security-groups?id=b59e22da-f049-44be-b428-526ec297814e&id=7474dff7-5aee-49cc-b856-920df97e39d8&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: 835/1691] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:51:33 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1283 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1692] 10.0.0.182 () {34 vars in 989 bytes} [Thu Sep 3 03:51:33 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => generated 1240 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1693] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:33 2026] GET /v2.0/security-groups?tenant_id=f1099dc689b34b599225bb114c5b5f49&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1694] 10.0.0.182 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:33 2026] GET /v2.0/security-groups?id=fde17c6b-2202-4095-8071-0b2604c7c75e&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: 857/1695] 10.0.0.13 () {32 vars in 856 bytes} [Thu Sep 3 03:51:33 2026] GET /v2.0/floatingips?floating_network_id=37732c79-5609-48fe-9150-4ac22ced0d35&port_id=730c177d-7aa5-4c2f-baf4-33e819524a66 => generated 861 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1696] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:33 2026] DELETE /v2.0/security-groups/7d541e8a-65d2-4bf9-b7c8-8780f6d652ba => 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: 841/1699] 10.0.0.182 () {34 vars in 989 bytes} [Thu Sep 3 03:51:34 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1283 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1700] 10.0.0.182 () {34 vars in 1119 bytes} [Thu Sep 3 03:51:34 2026] GET /v2.0/security-groups?id=b59e22da-f049-44be-b428-526ec297814e&id=7474dff7-5aee-49cc-b856-920df97e39d8&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:34.934 8 INFO neutron.db.segments_db [None req-490be3ee-b586-4cf9-93eb-b2103b1fd0d5 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] Added segment 9ee54f30-cc4a-4c1d-a78d-af5cba1f93b4 of type vxlan for network b2618efb-00b2-462f-ac1f-4030b95f68cd [pid: 8|app: 0|req: 859/1701] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:51:34 2026] POST /v2.0/networks => generated 650 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1702] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:51:35 2026] POST /v2.0/subnets => generated 627 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:51:35.309 8 INFO neutron.db.segments_db [None req-12126a3d-0692-47c3-a72d-2d43fb76da85 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] Added segment adc4f834-2801-4ee5-95ba-32b5fe33a3b4 of type vxlan for network b5f472c1-4a70-4807-9a01-9c0007185c40 2026-09-03 03:51:35.522 8 INFO neutron.db.l3_hamode_db [None req-12126a3d-0692-47c3-a72d-2d43fb76da85 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 844/1703] 10.0.0.13 () {34 vars in 675 bytes} [Thu Sep 3 03:51:35 2026] POST /v2.0/subnetpools => generated 549 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1704] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:51:36 2026] GET /v2.0/subnetpools/af775748-8382-4f72-bfb6-250877d99e11 => generated 549 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1705] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:51:36 2026] PUT /v2.0/subnetpools/af775748-8382-4f72-bfb6-250877d99e11 => generated 501 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1706] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:51:36 2026] DELETE /v2.0/subnetpools/af775748-8382-4f72-bfb6-250877d99e11 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:51:36.299 7 INFO neutron.api.v2.resource [None req-07a09193-cb79-4cd6-8fb6-07c244dab13f be051eafd71b461582720b696d6cd251 11103df382e848069e4bae43319e2a88 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 848/1707] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:51:36 2026] GET /v2.0/subnetpools/af775748-8382-4f72-bfb6-250877d99e11 => generated 145 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:51:36.319 7 INFO neutron.api.v2.resource [None req-5468705d-f344-469c-a20c-50d3e919efb3 be051eafd71b461582720b696d6cd251 11103df382e848069e4bae43319e2a88 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 849/1708] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:51:36 2026] DELETE /v2.0/subnetpools/af775748-8382-4f72-bfb6-250877d99e11 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:51:36.419 8 INFO neutron.db.l3_hamode_db [None req-12126a3d-0692-47c3-a72d-2d43fb76da85 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 850/1709] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:36 2026] GET /v2.0/security-groups?tenant_id=11103df382e848069e4bae43319e2a88&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: 860/1710] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:51:35 2026] POST /v2.0/routers => generated 695 bytes in 1991 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1711] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:37 2026] DELETE /v2.0/security-groups/03de8d9f-162f-41a4-8423-f8568126d2c0 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1712] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:37 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1713] 10.0.0.206 () {34 vars in 1119 bytes} [Thu Sep 3 03:51:37 2026] GET /v2.0/security-groups?id=b59e22da-f049-44be-b428-526ec297814e&id=7474dff7-5aee-49cc-b856-920df97e39d8&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1714] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:51:37 2026] PUT /v2.0/routers/a4a97c68-95ba-4716-9d29-d84cdc5b013c/add_router_interface => generated 309 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1715] 10.0.0.13 () {34 vars in 663 bytes} [Thu Sep 3 03:51:38 2026] POST /v2.0/ports => generated 955 bytes in 412 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: 862/1716] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:38 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1014 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1717] 10.0.0.206 () {34 vars in 1119 bytes} [Thu Sep 3 03:51:38 2026] GET /v2.0/security-groups?id=b59e22da-f049-44be-b428-526ec297814e&id=7474dff7-5aee-49cc-b856-920df97e39d8&fields=id&fields=name => generated 206 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1718] 10.0.0.13 () {34 vars in 663 bytes} [Thu Sep 3 03:51:38 2026] POST /v2.0/ports => generated 955 bytes in 390 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: 856/1719] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:39 2026] GET /v2.0/security-groups?tenant_id=4c923aaa656a403582b833d1a80271ab&name=default => generated 2925 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1720] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:39 2026] DELETE /v2.0/security-groups/8a830920-7aa0-4b24-b05d-5938044c71e4 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:51:40.137 8 INFO neutron.db.l3_db [None req-ba81af71-ce86-4511-8be8-a8b66ac376b5 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] Floating IP b77ffc2f-8aee-41f7-84cd-2211b93b7bfa associated. External IP: 10.96.250.202, port: 9974e90e-4670-4e88-b7b2-22a37df65e32. [pid: 7|app: 0|req: 858/1721] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:40 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1014 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1722] 162.253.55.242 () {34 vars in 993 bytes} [Thu Sep 3 03:51:40 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 1014 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1723] 10.0.0.206 () {34 vars in 1119 bytes} [Thu Sep 3 03:51:40 2026] GET /v2.0/security-groups?id=b59e22da-f049-44be-b428-526ec297814e&id=7474dff7-5aee-49cc-b856-920df97e39d8&fields=id&fields=name => generated 206 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:40.398 7 INFO neutron_taas.services.taas.taas_plugin [req-b6c7581a-05ef-4b79-8322-dfd5aad1ca07 req-ebdfd641-c916-4090-93c8-1c310d461cd6 a6cd092250ac4cbbbf5fcbed5509ca34 fe8cb661b9a84434a5ce4a6ce9b92b07 - - default default] TaaS: Handle Delete Port: 730c177d-7aa5-4c2f-baf4-33e819524a66 2026-09-03 03:51:40.400 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b6c7581a-05ef-4b79-8322-dfd5aad1ca07 req-ebdfd641-c916-4090-93c8-1c310d461cd6 a6cd092250ac4cbbbf5fcbed5509ca34 fe8cb661b9a84434a5ce4a6ce9b92b07 - - default default] Tap Mirror: Handle Delete Port: 730c177d-7aa5-4c2f-baf4-33e819524a66 [pid: 8|app: 0|req: 864/1724] 10.0.0.13 () {34 vars in 675 bytes} [Thu Sep 3 03:51:39 2026] POST /v2.0/floatingips => generated 842 bytes in 1139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:51:40.485 7 INFO neutron.db.l3_db [req-b6c7581a-05ef-4b79-8322-dfd5aad1ca07 req-ebdfd641-c916-4090-93c8-1c310d461cd6 a6cd092250ac4cbbbf5fcbed5509ca34 fe8cb661b9a84434a5ce4a6ce9b92b07 - - default default] Floating IP dabce2ee-e4f2-414e-8b6d-61b44a24c590 disassociated. External IP: 10.96.250.211, port: 730c177d-7aa5-4c2f-baf4-33e819524a66. 2026-09-03 03:51:40.528 8 INFO neutron.db.l3_db [None req-3bd62dc8-6a30-4629-974e-b0f298bb9060 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] Floating IP b77ffc2f-8aee-41f7-84cd-2211b93b7bfa disassociated. External IP: 10.96.250.202, port: 9974e90e-4670-4e88-b7b2-22a37df65e32. [pid: 7|app: 0|req: 861/1725] 162.253.55.242 () {36 vars in 996 bytes} [Thu Sep 3 03:51:40 2026] DELETE /v2.0/ports/730c177d-7aa5-4c2f-baf4-33e819524a66 => generated 0 bytes in 493 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:40.817 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8d674ab-10cd-426d-9f83-cc9c9345c0c9'] response: {'server_uuid': 'b47a165b-ab73-463e-8f19-d1aaa140bd63', 'name': 'network-vif-deleted', 'tag': '730c177d-7aa5-4c2f-baf4-33e819524a66', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 865/1726] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:51:40 2026] PUT /v2.0/floatingips/b77ffc2f-8aee-41f7-84cd-2211b93b7bfa => generated 552 bytes in 511 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:41.059 7 INFO neutron_taas.services.taas.taas_plugin [None req-73b62478-995d-4620-8c30-83f4e96f8d7b 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] TaaS: Handle Delete Port: 3c54b2ec-6617-4f23-8818-4314216fcf22 2026-09-03 03:51:41.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73b62478-995d-4620-8c30-83f4e96f8d7b 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] Tap Mirror: Handle Delete Port: 3c54b2ec-6617-4f23-8818-4314216fcf22 [pid: 7|app: 0|req: 862/1727] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:51:40 2026] DELETE /v2.0/floatingips/b77ffc2f-8aee-41f7-84cd-2211b93b7bfa => generated 0 bytes in 223 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1728] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:41 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:41.988 8 INFO neutron.db.l3_db [None req-6e62de26-aae8-4f51-a8c4-442e7b27abb9 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] Floating IP b33e7a18-5860-49fe-b016-13a4e80642cb associated. External IP: 10.96.250.207, port: ecb8cb34-9927-451e-8530-ba90e80de444. [pid: 8|app: 0|req: 866/1729] 10.0.0.13 () {34 vars in 675 bytes} [Thu Sep 3 03:51:41 2026] POST /v2.0/floatingips => generated 842 bytes in 1070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1730] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:51:42 2026] GET /v2.0/floatingips/b33e7a18-5860-49fe-b016-13a4e80642cb => generated 842 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1731] 10.0.0.13 () {32 vars in 653 bytes} [Thu Sep 3 03:51:42 2026] GET /v2.0/floatingips => generated 845 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1732] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:42 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:42.801 7 INFO neutron.db.l3_db [None req-240a1949-f60d-4578-827e-181bf7ac1781 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] Floating IP b33e7a18-5860-49fe-b016-13a4e80642cb associated. External IP: 10.96.250.207, port: ecb8cb34-9927-451e-8530-ba90e80de444. [pid: 7|app: 0|req: 865/1733] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:51:42 2026] PUT /v2.0/floatingips/b33e7a18-5860-49fe-b016-13a4e80642cb => generated 842 bytes in 1062 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1734] 10.0.0.13 () {32 vars in 824 bytes} [Thu Sep 3 03:51:43 2026] GET /v2.0/ports?project_id=6d6c490b76104a8e934b979be536c607&network_id=c5ad2f50-2575-4a13-a0b1-a2d13e95e93d => generated 3691 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:51:43.643 7 INFO neutron.db.l3_db [None req-2397cd12-3018-4c96-b2ba-1d5739137626 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] Floating IP b33e7a18-5860-49fe-b016-13a4e80642cb disassociated. External IP: 10.96.250.207, port: 9974e90e-4670-4e88-b7b2-22a37df65e32. [pid: 8|app: 0|req: 870/1735] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:43 2026] GET /v2.0/ports?device_id=b47a165b-ab73-463e-8f19-d1aaa140bd63 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1736] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:51:43 2026] PUT /v2.0/floatingips/b33e7a18-5860-49fe-b016-13a4e80642cb => generated 552 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1737] 10.0.0.13 () {32 vars in 740 bytes} [Thu Sep 3 03:51:43 2026] GET /v2.0/subnets?network_id=37732c79-5609-48fe-9150-4ac22ced0d35 => generated 667 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:44.082 7 INFO neutron_taas.services.taas.taas_plugin [None req-43efe36e-4ec7-4b5b-bfc4-cdcab56ad542 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] TaaS: Handle Delete Port: 14f96ce5-82f7-43c9-9291-da7e6315dcfe 2026-09-03 03:51:44.085 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43efe36e-4ec7-4b5b-bfc4-cdcab56ad542 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] Tap Mirror: Handle Delete Port: 14f96ce5-82f7-43c9-9291-da7e6315dcfe [pid: 7|app: 0|req: 867/1738] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:51:44 2026] DELETE /v2.0/floatingips/b33e7a18-5860-49fe-b016-13a4e80642cb => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:51:44.292 7 INFO neutron.api.v2.resource [None req-b2a78ceb-beee-459f-8c46-6727bc4b3636 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 868/1739] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:51:44 2026] DELETE /v2.0/floatingips/b33e7a18-5860-49fe-b016-13a4e80642cb => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:51:44.314 8 INFO neutron.db.l3_db [None req-36ae4430-da55-4ace-b8d9-601bc4f08970 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Floating IP 514d13ff-9ff4-4586-9e00-5db18ffcce81 disassociated. External IP: 10.96.250.203, port: bd5edb03-62a5-4247-9358-3c98041fa095. 2026-09-03 03:51:44.431 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ad0667b-f30b-4488-92c8-4f7f7e37be48 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] TaaS: Handle Delete Port: 9974e90e-4670-4e88-b7b2-22a37df65e32 2026-09-03 03:51:44.434 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ad0667b-f30b-4488-92c8-4f7f7e37be48 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] Tap Mirror: Handle Delete Port: 9974e90e-4670-4e88-b7b2-22a37df65e32 [pid: 7|app: 0|req: 869/1740] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:51:44 2026] DELETE /v2.0/ports/9974e90e-4670-4e88-b7b2-22a37df65e32 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1741] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:51:44 2026] PUT /v2.0/floatingips/514d13ff-9ff4-4586-9e00-5db18ffcce81 => generated 554 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1742] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:51:44 2026] GET /v2.0/floatingips/514d13ff-9ff4-4586-9e00-5db18ffcce81 => generated 554 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:44.695 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8c538c8-21df-4209-8ed9-bcaeabf194fb'] response: {'name': 'network-changed', 'server_uuid': 'c3f95acc-be92-497a-a3e4-c52f132e82f6', 'tag': 'bd5edb03-62a5-4247-9358-3c98041fa095', 'status': 'completed', 'code': 200} 2026-09-03 03:51:44.798 7 INFO neutron_taas.services.taas.taas_plugin [None req-5afbb4e0-09f3-408b-b5cf-d7c78c7dde90 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] TaaS: Handle Delete Port: ecb8cb34-9927-451e-8530-ba90e80de444 2026-09-03 03:51:44.803 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5afbb4e0-09f3-408b-b5cf-d7c78c7dde90 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] Tap Mirror: Handle Delete Port: ecb8cb34-9927-451e-8530-ba90e80de444 [pid: 7|app: 0|req: 870/1743] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:51:44 2026] DELETE /v2.0/ports/ecb8cb34-9927-451e-8530-ba90e80de444 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1744] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:44 2026] DELETE /v2.0/security-groups/b59e22da-f049-44be-b428-526ec297814e => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:51:44.991 8 INFO neutron.api.v2.resource [None req-bcb2eab1-ef4b-402f-9c57-c49025f68ed7 a6cd092250ac4cbbbf5fcbed5509ca34 fe8cb661b9a84434a5ce4a6ce9b92b07 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 871/1745] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:51:44 2026] GET /v2.0/ports?device_id=a4a97c68-95ba-4716-9d29-d84cdc5b013c => generated 958 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1746] 10.0.0.13 () {32 vars in 735 bytes} [Thu Sep 3 03:51:44 2026] GET /v2.0/security-groups/b59e22da-f049-44be-b428-526ec297814e => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:51:45.076 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa144ff1-ff42-4c48-a0fe-6a49b9e81401 a6cd092250ac4cbbbf5fcbed5509ca34 fe8cb661b9a84434a5ce4a6ce9b92b07 - - default default] TaaS: Handle Delete Port: 255ba5e7-6044-44c4-a593-9f5ba691175a 2026-09-03 03:51:45.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa144ff1-ff42-4c48-a0fe-6a49b9e81401 a6cd092250ac4cbbbf5fcbed5509ca34 fe8cb661b9a84434a5ce4a6ce9b92b07 - - default default] Tap Mirror: Handle Delete Port: 255ba5e7-6044-44c4-a593-9f5ba691175a [pid: 7|app: 0|req: 872/1747] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:51:44 2026] DELETE /v2.0/floatingips/dabce2ee-e4f2-414e-8b6d-61b44a24c590 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1748] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:51:45 2026] GET /v2.0/ports?tenant_id=6d6c490b76104a8e934b979be536c607&device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1749] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:45 2026] DELETE /v2.0/security-groups/7474dff7-5aee-49cc-b856-920df97e39d8 => 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: 875/1750] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:51:45 2026] GET /v2.0/networks?id=c5ad2f50-2575-4a13-a0b1-a2d13e95e93d => generated 756 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:45.467 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1495a29-6bc6-44c5-b1f6-e8e5f981a632 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] TaaS: Handle Delete Port: 61cd3ca0-4b33-4af2-b9ae-becea8821db1 2026-09-03 03:51:45.472 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1495a29-6bc6-44c5-b1f6-e8e5f981a632 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] Tap Mirror: Handle Delete Port: 61cd3ca0-4b33-4af2-b9ae-becea8821db1 [pid: 7|app: 0|req: 876/1751] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:51:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=bd5edb03-62a5-4247-9358-3c98041fa095 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:45.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-7825cd99-0110-4544-84cc-8760ebe83c9b cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: c6215ceb-7a91-44b0-872a-c1aa760d5922 2026-09-03 03:51:45.769 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7825cd99-0110-4544-84cc-8760ebe83c9b cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: c6215ceb-7a91-44b0-872a-c1aa760d5922 [pid: 8|app: 0|req: 876/1752] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:51:44 2026] PUT /v2.0/routers/a4a97c68-95ba-4716-9d29-d84cdc5b013c/remove_router_interface => generated 309 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1753] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:51:46 2026] GET /v2.0/subnets?id=4ce798b0-2528-477b-acc0-802aa86f7c99 => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1754] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:51:45 2026] PUT /v2.0/routers/48446caf-98f4-4730-b0c7-c04a82324a8a/remove_router_interface => generated 309 bytes in 715 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1755] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:51:46 2026] GET /v2.0/floatingips/514d13ff-9ff4-4586-9e00-5db18ffcce81 => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1756] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:51:46 2026] GET /v2.0/ports?network_id=c5ad2f50-2575-4a13-a0b1-a2d13e95e93d&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:51:46.335 7 INFO neutron_taas.services.taas.taas_plugin [None req-796d3e6b-2353-4ea8-b6f3-e1ddd9cb1f8f 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] TaaS: Handle Delete Port: e2b08f3e-6784-4647-894e-a2f528fed190 2026-09-03 03:51:46.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-796d3e6b-2353-4ea8-b6f3-e1ddd9cb1f8f 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] Tap Mirror: Handle Delete Port: e2b08f3e-6784-4647-894e-a2f528fed190 2026-09-03 03:51:46.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-53c1c7c5-498e-40a3-ba19-b62c9255dda9 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: c1ec3748-55f1-4581-b7d6-3078bc9fb4a2 2026-09-03 03:51:46.403 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53c1c7c5-498e-40a3-ba19-b62c9255dda9 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: c1ec3748-55f1-4581-b7d6-3078bc9fb4a2 2026-09-03 03:51:46.511 7 INFO neutron_taas.services.taas.taas_plugin [None req-796d3e6b-2353-4ea8-b6f3-e1ddd9cb1f8f 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] TaaS: Handle Delete Port: 0089d106-b9c9-4b1d-9c11-7a3195a87195 2026-09-03 03:51:46.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-796d3e6b-2353-4ea8-b6f3-e1ddd9cb1f8f 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] Tap Mirror: Handle Delete Port: 0089d106-b9c9-4b1d-9c11-7a3195a87195 2026-09-03 03:51:46.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-53c1c7c5-498e-40a3-ba19-b62c9255dda9 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: d268e0aa-f808-4edf-adba-728ee5c87e9e 2026-09-03 03:51:46.664 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53c1c7c5-498e-40a3-ba19-b62c9255dda9 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: d268e0aa-f808-4edf-adba-728ee5c87e9e 2026-09-03 03:51:46.809 7 INFO neutron.services.segments.plugin [-] Segment adc4f834-2801-4ee5-95ba-32b5fe33a3b4 resource provider aggregate not found 2026-09-03 03:51:46.814 7 INFO neutron.services.segments.plugin [-] Segment adc4f834-2801-4ee5-95ba-32b5fe33a3b4 resource provider aggregate not found 2026-09-03 03:51:46.831 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment adc4f834-2801-4ee5-95ba-32b5fe33a3b4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adc4f834-2801-4ee5-95ba-32b5fe33a3b4 found for delete ", "request_id": "req-e1119a68-1092-4ab0-aa01-156792c2f081"}]} 2026-09-03 03:51:46.832 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment adc4f834-2801-4ee5-95ba-32b5fe33a3b4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adc4f834-2801-4ee5-95ba-32b5fe33a3b4 found for delete ", "request_id": "req-73e51566-199d-4b0e-a8ac-060d7065115c"}]} 2026-09-03 03:51:46.843 7 INFO neutron.db.l3_hamode_db [None req-796d3e6b-2353-4ea8-b6f3-e1ddd9cb1f8f 97e91c79c7bb49cb882439255e821538 5c9a196335a34b89b8c764aad305f944 - - default default] HA network b5f472c1-4a70-4807-9a01-9c0007185c40 was deleted as no HA routers are present in tenant 5c9a196335a34b89b8c764aad305f944. [pid: 7|app: 0|req: 878/1757] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:46 2026] DELETE /v2.0/routers/a4a97c68-95ba-4716-9d29-d84cdc5b013c => generated 0 bytes in 651 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1758] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:51:46 2026] GET /v2.0/networks/c5ad2f50-2575-4a13-a0b1-a2d13e95e93d?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1759] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:46 2026] DELETE /v2.0/subnets/ab30eeb1-32b9-4d87-a651-81def9dd792e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:47.032 8 INFO neutron.services.segments.plugin [-] Segment b4c3c9eb-9a39-4327-a7b1-cecbe3f46915 resource provider aggregate not found [pid: 7|app: 0|req: 881/1760] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:51:46 2026] GET /v2.0/networks/c5ad2f50-2575-4a13-a0b1-a2d13e95e93d?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-09-03 03:51:47.037 8 INFO neutron.services.segments.plugin [-] Segment b4c3c9eb-9a39-4327-a7b1-cecbe3f46915 resource provider aggregate not found 2026-09-03 03:51:47.054 8 INFO neutron.db.l3_hamode_db [None req-53c1c7c5-498e-40a3-ba19-b62c9255dda9 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] HA network eb323bec-ac2d-40e3-8b1d-f57d1f29bc76 was deleted as no HA routers are present in tenant fe8cb661b9a84434a5ce4a6ce9b92b07. 2026-09-03 03:51:47.055 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b4c3c9eb-9a39-4327-a7b1-cecbe3f46915 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4c3c9eb-9a39-4327-a7b1-cecbe3f46915 found for delete ", "request_id": "req-8d0160ba-37b8-4ae6-94d0-cb71d3611345"}]} 2026-09-03 03:51:47.058 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b4c3c9eb-9a39-4327-a7b1-cecbe3f46915 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4c3c9eb-9a39-4327-a7b1-cecbe3f46915 found for delete ", "request_id": "req-7d2979bb-5b58-4f05-925d-69dea17f7ea9"}]} [pid: 8|app: 0|req: 880/1761] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:46 2026] DELETE /v2.0/routers/48446caf-98f4-4730-b0c7-c04a82324a8a => generated 0 bytes in 827 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1762] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:47 2026] DELETE /v2.0/networks/b2618efb-00b2-462f-ac1f-4030b95f68cd => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1763] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:47 2026] DELETE /v2.0/subnets/056a90aa-e425-4868-8f94-680a8c1c6ae7 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1764] 10.0.0.13 () {34 vars in 683 bytes} [Thu Sep 3 03:51:47 2026] POST /v2.0/security-groups => generated 1675 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-03 03:51:47.488 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d383f15-e0b5-48c8-b00c-0f47d42e5ba3 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 9e3e33b9-a7c3-4bf1-9b1f-30c5b9a9dc81 2026-09-03 03:51:47.493 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d383f15-e0b5-48c8-b00c-0f47d42e5ba3 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 9e3e33b9-a7c3-4bf1-9b1f-30c5b9a9dc81 [pid: 7|app: 0|req: 884/1765] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:51:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1766] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:51:47 2026] POST /v2.0/security-group-rules => generated 596 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1767] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:47 2026] DELETE /v2.0/networks/a2b438ad-b0e0-46e4-9434-5f39cbfab3b8 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1768] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:51:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1769] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:47 2026] GET /v2.0/security-groups?tenant_id=5c9a196335a34b89b8c764aad305f944&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: 888/1770] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:51:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:51:48.170 8 INFO neutron_taas.services.taas.taas_plugin [None req-f7c89879-0fa7-4671-b144-49f50f6b0edf cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 67f7432c-2750-4e0e-91e6-4433a8b74857 2026-09-03 03:51:48.173 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7c89879-0fa7-4671-b144-49f50f6b0edf cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 67f7432c-2750-4e0e-91e6-4433a8b74857 [pid: 7|app: 0|req: 889/1771] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:48 2026] DELETE /v2.0/security-groups/b6793805-9f8c-41db-a1ca-275d4bc852fb => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:51:48.247 7 INFO neutron.db.securitygroups_db [None req-37fca396-13af-42e9-8317-f5965ad27615 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Project 6d6c490b76104a8e934b979be536c607 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: 890/1772] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:51:48 2026] POST /v2.0/security-group-rules => generated 607 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:51:48.387 7 INFO neutron.db.securitygroups_db [None req-90b892a1-79c6-44f0-80da-a789e79fcd3d d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Project 6d6c490b76104a8e934b979be536c607 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: 891/1773] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:51:48 2026] POST /v2.0/security-group-rules => generated 606 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1774] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:51:47 2026] PUT /v2.0/routers/a92fa6b6-d1fa-4896-8d88-65c797fe6dad/remove_router_interface => generated 309 bytes in 1113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:48.853 7 INFO neutron.services.segments.plugin [-] Segment 9ee54f30-cc4a-4c1d-a78d-af5cba1f93b4 resource provider aggregate not found 2026-09-03 03:51:48.876 7 INFO neutron.services.segments.plugin [-] Segment 9ee54f30-cc4a-4c1d-a78d-af5cba1f93b4 resource provider aggregate not found 2026-09-03 03:51:48.885 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ee54f30-cc4a-4c1d-a78d-af5cba1f93b4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ee54f30-cc4a-4c1d-a78d-af5cba1f93b4 found for delete ", "request_id": "req-fe9c51c8-e466-4ca2-adfb-acabc365fdd5"}]} 2026-09-03 03:51:48.907 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ee54f30-cc4a-4c1d-a78d-af5cba1f93b4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ee54f30-cc4a-4c1d-a78d-af5cba1f93b4 found for delete ", "request_id": "req-65d76b5c-e27a-42eb-83a3-be65489a9e69"}]} 2026-09-03 03:51:49.080 8 INFO neutron.services.segments.plugin [-] Segment 70bb6dbe-971d-42cd-93fd-b2c8155fc1e2 resource provider aggregate not found 2026-09-03 03:51:49.093 8 INFO neutron.services.segments.plugin [-] Segment 70bb6dbe-971d-42cd-93fd-b2c8155fc1e2 resource provider aggregate not found 2026-09-03 03:51:49.099 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8b31a2c-d2f0-4aee-a065-138bcb1bf071 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 3eefda23-aa07-4c70-95ff-855c5333ecd3 2026-09-03 03:51:49.102 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8b31a2c-d2f0-4aee-a065-138bcb1bf071 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 3eefda23-aa07-4c70-95ff-855c5333ecd3 2026-09-03 03:51:49.102 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 70bb6dbe-971d-42cd-93fd-b2c8155fc1e2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70bb6dbe-971d-42cd-93fd-b2c8155fc1e2 found for delete ", "request_id": "req-660f32e8-7691-4733-b720-8c5bfd27f072"}]} 2026-09-03 03:51:49.122 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 70bb6dbe-971d-42cd-93fd-b2c8155fc1e2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70bb6dbe-971d-42cd-93fd-b2c8155fc1e2 found for delete ", "request_id": "req-e411bccd-0067-4187-928b-284c87d52f04"}]} [pid: 8|app: 0|req: 884/1775] 10.0.0.13 () {32 vars in 647 bytes} [Thu Sep 3 03:51:48 2026] GET /v2.0/networks => generated 1297 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1776] 10.0.0.206 () {34 vars in 1099 bytes} [Thu Sep 3 03:51:49 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1506185826&fields=id&tenant_id=6d6c490b76104a8e934b979be536c607 => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1777] 10.0.0.206 () {34 vars in 981 bytes} [Thu Sep 3 03:51:49 2026] GET /v2.0/networks?id=c5ad2f50-2575-4a13-a0b1-a2d13e95e93d => generated 660 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1778] 10.0.0.206 () {34 vars in 964 bytes} [Thu Sep 3 03:51:49 2026] GET /v2.0/quotas/6d6c490b76104a8e934b979be536c607 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:49.370 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8b31a2c-d2f0-4aee-a065-138bcb1bf071 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 6f8193fd-568d-414e-a71e-aa1f03f3e12a 2026-09-03 03:51:49.373 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8b31a2c-d2f0-4aee-a065-138bcb1bf071 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 6f8193fd-568d-414e-a71e-aa1f03f3e12a [pid: 8|app: 0|req: 888/1779] 10.0.0.206 () {34 vars in 1001 bytes} [Thu Sep 3 03:51:49 2026] GET /v2.0/ports?tenant_id=6d6c490b76104a8e934b979be536c607&fields=id => generated 149 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1782] 10.0.0.206 () {34 vars in 1007 bytes} [Thu Sep 3 03:51:49 2026] GET /v2.0/networks/c5ad2f50-2575-4a13-a0b1-a2d13e95e93d?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: 892/1783] 10.0.0.206 () {34 vars in 1107 bytes} [Thu Sep 3 03:51:49 2026] GET /v2.0/networks/c5ad2f50-2575-4a13-a0b1-a2d13e95e93d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1784] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:49 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:49.837 7 INFO neutron.db.l3_hamode_db [None req-c8b31a2c-d2f0-4aee-a065-138bcb1bf071 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] HA network 034beb76-b184-4d0f-958d-4ea9083b0fe5 was deleted as no HA routers are present in tenant a7a467afbe1f4860b714b5704a18d190. [pid: 7|app: 0|req: 892/1785] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:48 2026] DELETE /v2.0/routers/a92fa6b6-d1fa-4896-8d88-65c797fe6dad => generated 0 bytes in 1016 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1786] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:49 2026] DELETE /v2.0/subnets/aa2a8668-cb37-45d4-b70b-d98f3e5da01a => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:50.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-45547132-4529-424d-9657-ae73969ca071 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 013556f0-c478-442d-baf3-557553cbe23b 2026-09-03 03:51:50.127 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45547132-4529-424d-9657-ae73969ca071 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 013556f0-c478-442d-baf3-557553cbe23b [pid: 7|app: 0|req: 893/1787] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:50 2026] DELETE /v2.0/networks/f6542cae-44b2-45f4-b34f-927947a04caa => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:50.533 8 INFO neutron.db.segments_db [None req-37b41b0d-037a-451d-b1f3-52f6df058ba5 f3f0a8b34bb643709483b918c6acf9e4 264485208df743e8ba745f8198949f67 - - default default] Added segment 0f5c9ff9-1062-46a2-88cb-05b9a6a6a8f8 of type vxlan for network 101dd1e6-9e62-4091-9bcc-3ed1258dca35 2026-09-03 03:51:50.620 8 INFO neutron.db.segments_db [None req-37b41b0d-037a-451d-b1f3-52f6df058ba5 f3f0a8b34bb643709483b918c6acf9e4 264485208df743e8ba745f8198949f67 - - default default] Added segment c6df1a1a-6902-41e1-a155-9a166f124da4 of type vxlan for network 3e13df26-d426-495d-a0bf-44e13aa68130 [pid: 8|app: 0|req: 895/1788] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:51:50 2026] POST /v2.0/networks => generated 1246 bytes in 668 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1789] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:50 2026] GET /v2.0/security-groups?tenant_id=fe8cb661b9a84434a5ce4a6ce9b92b07&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1790] 10.0.0.13 () {32 vars in 647 bytes} [Thu Sep 3 03:51:50 2026] GET /v2.0/networks => generated 1845 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1791] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:50 2026] DELETE /v2.0/security-groups/7ec7d221-46bd-4068-98ab-810c91c8a29d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:51:50.927 7 INFO neutron.services.segments.plugin [-] Segment 9185a637-b12f-4ad4-bcf6-6be7228dd83b resource provider aggregate not found 2026-09-03 03:51:50.937 7 INFO neutron.services.segments.plugin [-] Segment 9185a637-b12f-4ad4-bcf6-6be7228dd83b resource provider aggregate not found [pid: 8|app: 0|req: 898/1792] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:50 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:50.950 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9185a637-b12f-4ad4-bcf6-6be7228dd83b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9185a637-b12f-4ad4-bcf6-6be7228dd83b found for delete ", "request_id": "req-c231c56b-73c6-47c8-8b69-6db1b91ffd95"}]} 2026-09-03 03:51:50.959 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9185a637-b12f-4ad4-bcf6-6be7228dd83b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9185a637-b12f-4ad4-bcf6-6be7228dd83b found for delete ", "request_id": "req-3a50eac1-4041-4e55-985c-797b0af5d47b"}]} 2026-09-03 03:51:50.972 7 INFO neutron.services.segments.plugin [-] Segment de24e982-51ae-47ae-b5d2-361e1175651b resource provider aggregate not found 2026-09-03 03:51:50.984 7 INFO neutron.services.segments.plugin [-] Segment de24e982-51ae-47ae-b5d2-361e1175651b resource provider aggregate not found 2026-09-03 03:51:51.006 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment de24e982-51ae-47ae-b5d2-361e1175651b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de24e982-51ae-47ae-b5d2-361e1175651b found for delete ", "request_id": "req-16ab7a55-ec7c-4ebf-acb1-ac5355eba86a"}]} 2026-09-03 03:51:51.014 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment de24e982-51ae-47ae-b5d2-361e1175651b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de24e982-51ae-47ae-b5d2-361e1175651b found for delete ", "request_id": "req-30db4665-2ec5-40be-b00d-3d6760465ea8"}]} [pid: 7|app: 0|req: 895/1793] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:50 2026] DELETE /v2.0/networks/101dd1e6-9e62-4091-9bcc-3ed1258dca35 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:51.139 8 INFO neutron.services.segments.plugin [-] Segment c6df1a1a-6902-41e1-a155-9a166f124da4 resource provider aggregate not found 2026-09-03 03:51:51.145 8 INFO neutron.services.segments.plugin [-] Segment c6df1a1a-6902-41e1-a155-9a166f124da4 resource provider aggregate not found 2026-09-03 03:51:51.161 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c6df1a1a-6902-41e1-a155-9a166f124da4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6df1a1a-6902-41e1-a155-9a166f124da4 found for delete ", "request_id": "req-d614126c-2456-49aa-8bce-9fa2dce33244"}]} [pid: 8|app: 0|req: 899/1794] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:51 2026] DELETE /v2.0/networks/3e13df26-d426-495d-a0bf-44e13aa68130 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:51.166 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c6df1a1a-6902-41e1-a155-9a166f124da4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6df1a1a-6902-41e1-a155-9a166f124da4 found for delete ", "request_id": "req-03a8657e-8607-4c04-b53e-79896e38af7e"}]} [pid: 7|app: 0|req: 896/1795] 10.0.0.13 () {32 vars in 647 bytes} [Thu Sep 3 03:51:51 2026] GET /v2.0/networks => generated 651 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1796] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:51 2026] GET /v2.0/security-groups?tenant_id=a7a467afbe1f4860b714b5704a18d190&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1797] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:51 2026] DELETE /v2.0/security-groups/998b543b-a574-4084-aa3a-385d0a858a7b => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:51:51.299 7 INFO neutron.db.segments_db [None req-058e189d-55aa-4c02-ba99-76f36e90bf66 f3f0a8b34bb643709483b918c6acf9e4 264485208df743e8ba745f8198949f67 - - default default] Added segment fac91e44-e1d3-4a00-b1d1-ede4f9b3f370 of type vxlan for network f373d291-9d90-4e9c-97e7-9140d6a4fedd [pid: 7|app: 0|req: 897/1798] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:51:51 2026] POST /v2.0/networks => generated 654 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:51:51.462 8 INFO neutron.db.segments_db [None req-403509b2-e24d-4def-82d9-ff3486a4c700 f3f0a8b34bb643709483b918c6acf9e4 264485208df743e8ba745f8198949f67 - - default default] Added segment e6107b59-9476-48ba-85ac-e2431c06459b of type vxlan for network 2fafe35f-de4b-44ed-930f-af57e3349630 [pid: 8|app: 0|req: 902/1799] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:51:51 2026] POST /v2.0/networks => generated 654 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1800] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:52 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => 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: 898/1801] 10.0.0.13 () {34 vars in 663 bytes} [Thu Sep 3 03:51:51 2026] POST /v2.0/ports => generated 1506 bytes in 677 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1802] 10.0.0.13 () {32 vars in 641 bytes} [Thu Sep 3 03:51:52 2026] GET /v2.0/ports => generated 1506 bytes in 143 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-09-03 03:51:52.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0c5725b-7a07-4027-99bc-b2e269239c5c f3f0a8b34bb643709483b918c6acf9e4 264485208df743e8ba745f8198949f67 - - default default] TaaS: Handle Delete Port: bb46f5a6-819b-44e7-9fd8-358b4abfa683 2026-09-03 03:51:52.498 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0c5725b-7a07-4027-99bc-b2e269239c5c f3f0a8b34bb643709483b918c6acf9e4 264485208df743e8ba745f8198949f67 - - default default] Tap Mirror: Handle Delete Port: bb46f5a6-819b-44e7-9fd8-358b4abfa683 [pid: 7|app: 0|req: 899/1803] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:51:52 2026] DELETE /v2.0/ports/bb46f5a6-819b-44e7-9fd8-358b4abfa683 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:52.759 8 INFO neutron_taas.services.taas.taas_plugin [None req-a504506f-510e-457d-bad2-31e77ce7c1ac f3f0a8b34bb643709483b918c6acf9e4 264485208df743e8ba745f8198949f67 - - default default] TaaS: Handle Delete Port: dae21b42-d718-4d8a-a87f-a1aa632e4952 2026-09-03 03:51:52.765 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a504506f-510e-457d-bad2-31e77ce7c1ac f3f0a8b34bb643709483b918c6acf9e4 264485208df743e8ba745f8198949f67 - - default default] Tap Mirror: Handle Delete Port: dae21b42-d718-4d8a-a87f-a1aa632e4952 [pid: 8|app: 0|req: 905/1804] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:51:52 2026] DELETE /v2.0/ports/dae21b42-d718-4d8a-a87f-a1aa632e4952 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1805] 10.0.0.13 () {32 vars in 641 bytes} [Thu Sep 3 03:51:52 2026] GET /v2.0/ports => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:52.967 8 INFO neutron.db.segments_db [None req-90e49174-4b24-4211-b55a-4fb497868e23 f3f0a8b34bb643709483b918c6acf9e4 264485208df743e8ba745f8198949f67 - - default default] Added segment d5d8818c-67a7-424a-852b-4ac31b168890 of type vxlan for network 58d1a695-2bb5-490d-9e34-3a96a1ef7a47 2026-09-03 03:51:53.031 7 INFO neutron.services.segments.plugin [-] Segment 0f5c9ff9-1062-46a2-88cb-05b9a6a6a8f8 resource provider aggregate not found 2026-09-03 03:51:53.036 7 INFO neutron.services.segments.plugin [-] Segment 0f5c9ff9-1062-46a2-88cb-05b9a6a6a8f8 resource provider aggregate not found 2026-09-03 03:51:53.052 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0f5c9ff9-1062-46a2-88cb-05b9a6a6a8f8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f5c9ff9-1062-46a2-88cb-05b9a6a6a8f8 found for delete ", "request_id": "req-bcb9ef43-d41d-4660-aa72-c59e9534135a"}]} 2026-09-03 03:51:53.052 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0f5c9ff9-1062-46a2-88cb-05b9a6a6a8f8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f5c9ff9-1062-46a2-88cb-05b9a6a6a8f8 found for delete ", "request_id": "req-6ec877e5-c33f-44e7-bf7c-bac4cf67965a"}]} [pid: 8|app: 0|req: 906/1806] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:51:52 2026] POST /v2.0/networks => generated 653 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1807] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:53 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:53.144 7 INFO neutron.db.segments_db [None req-6531342f-b73e-4bc1-847c-e25623c7a92d f3f0a8b34bb643709483b918c6acf9e4 264485208df743e8ba745f8198949f67 - - default default] Added segment 076cbf6e-d6b3-4498-a8a6-836ad3e3cf0e of type vxlan for network 8b1692c0-8b5a-4793-8246-62ad8b861a08 [pid: 7|app: 0|req: 901/1808] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:51:53 2026] POST /v2.0/networks => generated 653 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1809] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:51:53 2026] POST /v2.0/subnets => generated 1324 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1810] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:51:54 2026] GET /v2.0/networks?id=c5ad2f50-2575-4a13-a0b1-a2d13e95e93d => generated 660 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1811] 10.0.0.13 () {32 vars in 645 bytes} [Thu Sep 3 03:51:54 2026] GET /v2.0/subnets => generated 1960 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1812] 162.253.55.242 () {34 vars in 1049 bytes} [Thu Sep 3 03:51:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6d6c490b76104a8e934b979be536c607 => generated 273 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1813] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:54 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => 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: 902/1814] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:53 2026] GET /v2.0/security-groups?tenant_id=881e16d938944c8190fe63b1ee84f1f5&name=default => generated 2925 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1815] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:54 2026] DELETE /v2.0/subnets/ea200fe8-edea-46e0-9766-6123864b6371 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1816] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:54 2026] DELETE /v2.0/security-groups/2f295375-0fd5-4728-bbb7-69abd60614ae => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1817] 162.253.55.242 () {38 vars in 954 bytes} [Thu Sep 3 03:51:54 2026] POST /v2.0/ports => generated 954 bytes in 399 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: 915/1818] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:51:54 2026] DELETE /v2.0/subnets/c5ca2834-73dc-49ea-92e2-f5227b5cd755 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1819] 10.0.0.13 () {32 vars in 645 bytes} [Thu Sep 3 03:51:54 2026] GET /v2.0/subnets => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:54.957 8 INFO neutron.services.segments.plugin [-] Segment 076cbf6e-d6b3-4498-a8a6-836ad3e3cf0e resource provider aggregate not found 2026-09-03 03:51:54.957 8 INFO neutron.services.segments.plugin [-] Segment 076cbf6e-d6b3-4498-a8a6-836ad3e3cf0e resource provider aggregate not found 2026-09-03 03:51:54.972 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 076cbf6e-d6b3-4498-a8a6-836ad3e3cf0e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 076cbf6e-d6b3-4498-a8a6-836ad3e3cf0e found for delete ", "request_id": "req-edd3cbcc-15c5-4ac6-a4b4-5ae605346869"}]} 2026-09-03 03:51:54.973 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 076cbf6e-d6b3-4498-a8a6-836ad3e3cf0e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 076cbf6e-d6b3-4498-a8a6-836ad3e3cf0e found for delete ", "request_id": "req-99c6260d-83b3-4d68-8c4a-2dc6b5b6caa0"}]} [pid: 8|app: 0|req: 917/1820] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:54 2026] DELETE /v2.0/networks/8b1692c0-8b5a-4793-8246-62ad8b861a08 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1821] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:51:54 2026] PUT /v2.0/ports/7ae242f6-0e22-41dc-a3fd-974c41b95487 => generated 1235 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1822] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:54 2026] DELETE /v2.0/networks/58d1a695-2bb5-490d-9e34-3a96a1ef7a47 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:55.107 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9860188-e2c7-491a-b6b9-a48cab1abf6a'] response: {'name': 'network-changed', 'server_uuid': '96c820e5-321d-42cf-819e-8014014b9bde', 'tag': '7ae242f6-0e22-41dc-a3fd-974c41b95487', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-03 03:51:55.263 7 INFO neutron.services.segments.plugin [-] Segment e6107b59-9476-48ba-85ac-e2431c06459b resource provider aggregate not found 2026-09-03 03:51:55.278 7 INFO neutron.services.segments.plugin [-] Segment e6107b59-9476-48ba-85ac-e2431c06459b resource provider aggregate not found 2026-09-03 03:51:55.283 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e6107b59-9476-48ba-85ac-e2431c06459b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6107b59-9476-48ba-85ac-e2431c06459b found for delete ", "request_id": "req-8f8bfb3d-0146-4713-818d-1fb56f9baf10"}]} [pid: 7|app: 0|req: 905/1823] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:55 2026] DELETE /v2.0/networks/2fafe35f-de4b-44ed-930f-af57e3349630 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:55.304 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e6107b59-9476-48ba-85ac-e2431c06459b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6107b59-9476-48ba-85ac-e2431c06459b found for delete ", "request_id": "req-ae93f177-3ad7-4dd0-8a26-f0cad07569d3"}]} [pid: 7|app: 0|req: 906/1824] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:55 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1825] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:55 2026] GET /v2.0/security-groups?id=d95a32df-298f-499e-ade6-cad3227b3ccf&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: 919/1826] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:55 2026] DELETE /v2.0/networks/f373d291-9d90-4e9c-97e7-9140d6a4fedd => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1827] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:51:55 2026] GET /v2.0/ports?tenant_id=6d6c490b76104a8e934b979be536c607&device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 1238 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1828] 162.253.55.242 () {34 vars in 1017 bytes} [Thu Sep 3 03:51:55 2026] GET /v2.0/networks?tenant_id=6d6c490b76104a8e934b979be536c607&shared=False => generated 756 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1829] 162.253.55.242 () {34 vars in 929 bytes} [Thu Sep 3 03:51:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1830] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:51:55 2026] GET /v2.0/security-groups?tenant_id=264485208df743e8ba745f8198949f67&name=default => generated 2925 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1831] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:51:56 2026] DELETE /v2.0/security-groups/d4275042-8da0-4d5a-aba8-be3188836a6a => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1832] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:56 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 969 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1833] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:56 2026] GET /v2.0/security-groups?id=d95a32df-298f-499e-ade6-cad3227b3ccf&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1834] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:51:56 2026] GET /v2.0/ports?tenant_id=6d6c490b76104a8e934b979be536c607&device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 1238 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:51:57.048 8 INFO neutron.services.segments.plugin [-] Segment d5d8818c-67a7-424a-852b-4ac31b168890 resource provider aggregate not found 2026-09-03 03:51:57.053 8 INFO neutron.services.segments.plugin [-] Segment d5d8818c-67a7-424a-852b-4ac31b168890 resource provider aggregate not found [pid: 7|app: 0|req: 912/1835] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:51:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=7ae242f6-0e22-41dc-a3fd-974c41b95487 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:51:57.069 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d5d8818c-67a7-424a-852b-4ac31b168890 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5d8818c-67a7-424a-852b-4ac31b168890 found for delete ", "request_id": "req-110f6fce-6f4a-4ef8-a1fe-26cfcebb1c0a"}]} 2026-09-03 03:51:57.075 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d5d8818c-67a7-424a-852b-4ac31b168890 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5d8818c-67a7-424a-852b-4ac31b168890 found for delete ", "request_id": "req-cd47b7f4-07a8-4490-860f-7ab9f399494c"}]} 2026-09-03 03:51:57.092 8 INFO neutron.services.segments.plugin [-] Segment fac91e44-e1d3-4a00-b1d1-ede4f9b3f370 resource provider aggregate not found 2026-09-03 03:51:57.101 8 INFO neutron.services.segments.plugin [-] Segment fac91e44-e1d3-4a00-b1d1-ede4f9b3f370 resource provider aggregate not found 2026-09-03 03:51:57.122 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fac91e44-e1d3-4a00-b1d1-ede4f9b3f370 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fac91e44-e1d3-4a00-b1d1-ede4f9b3f370 found for delete ", "request_id": "req-03b6ebdf-1bf6-49ca-8ffc-3b90b31372dd"}]} 2026-09-03 03:51:57.124 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fac91e44-e1d3-4a00-b1d1-ede4f9b3f370 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fac91e44-e1d3-4a00-b1d1-ede4f9b3f370 found for delete ", "request_id": "req-aa4d0608-8331-443b-a2e4-9385518e842f"}]} [pid: 8|app: 0|req: 924/1836] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:51:57 2026] GET /v2.0/subnets?id=4ce798b0-2528-477b-acc0-802aa86f7c99 => generated 677 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1837] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:51:57 2026] GET /v2.0/ports?network_id=c5ad2f50-2575-4a13-a0b1-a2d13e95e93d&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1838] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:51:57 2026] GET /v2.0/networks/c5ad2f50-2575-4a13-a0b1-a2d13e95e93d?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: 914/1839] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:51:57 2026] GET /v2.0/networks/c5ad2f50-2575-4a13-a0b1-a2d13e95e93d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1840] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:57 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1841] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:57 2026] GET /v2.0/security-groups?id=d95a32df-298f-499e-ade6-cad3227b3ccf&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: 916/1842] 10.0.0.33 () {32 vars in 799 bytes} [Thu Sep 3 03:51:58 2026] GET /v2.0/extensions => generated 21537 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-09-03 03:51:58.691 8 INFO neutron.db.segments_db [None req-8492d6f1-d17a-428e-9f8d-0496e8f4e334 b59b5e8f495a45c292809234c02be96e b53a505e9d6142ff853145470bf49ed9 - - default default] Added segment 628cd1d5-2554-41be-84d5-00e80aefc96b of type vxlan for network c8c315a3-7396-4737-8a8a-fdbd9d34b738 2026-09-03 03:51:58.763 8 INFO neutron.db.segments_db [None req-8492d6f1-d17a-428e-9f8d-0496e8f4e334 b59b5e8f495a45c292809234c02be96e b53a505e9d6142ff853145470bf49ed9 - - default default] Added segment 124a251d-a8e4-4d03-9338-28f28d0d0990 of type vxlan for network 6f5f9ec6-4029-4afe-b3cb-10a87a1eef02 [pid: 8|app: 0|req: 927/1843] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:51:58 2026] POST /v2.0/networks => generated 1245 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1844] 10.0.0.13 () {32 vars in 647 bytes} [Thu Sep 3 03:51:58 2026] GET /v2.0/networks => generated 1844 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1845] 10.0.0.33 () {30 vars in 722 bytes} [Thu Sep 3 03:51:58 2026] GET /v2.0/quotas/830a08fe5e454699bf805efb3df5d2b1/details => generated 847 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1846] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:51:58 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1847] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:51:58 2026] GET /v2.0/security-groups?id=d95a32df-298f-499e-ade6-cad3227b3ccf&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-09-03 03:51:59.104 7 INFO neutron.services.segments.plugin [-] Segment 628cd1d5-2554-41be-84d5-00e80aefc96b resource provider aggregate not found 2026-09-03 03:51:59.111 7 INFO neutron.services.segments.plugin [-] Segment 628cd1d5-2554-41be-84d5-00e80aefc96b resource provider aggregate not found 2026-09-03 03:51:59.129 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 628cd1d5-2554-41be-84d5-00e80aefc96b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 628cd1d5-2554-41be-84d5-00e80aefc96b found for delete ", "request_id": "req-ae6af791-6b0b-44e7-ace8-8a0a53367dfd"}]} 2026-09-03 03:51:59.131 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 628cd1d5-2554-41be-84d5-00e80aefc96b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 628cd1d5-2554-41be-84d5-00e80aefc96b found for delete ", "request_id": "req-c1b1b80a-76f0-4f3d-b107-8fd118fad9b6"}]} [pid: 7|app: 0|req: 918/1848] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:58 2026] DELETE /v2.0/networks/c8c315a3-7396-4737-8a8a-fdbd9d34b738 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:59.232 8 INFO neutron.services.segments.plugin [-] Segment 124a251d-a8e4-4d03-9338-28f28d0d0990 resource provider aggregate not found 2026-09-03 03:51:59.236 8 INFO neutron.services.segments.plugin [-] Segment 124a251d-a8e4-4d03-9338-28f28d0d0990 resource provider aggregate not found [pid: 8|app: 0|req: 931/1849] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:51:59 2026] DELETE /v2.0/networks/6f5f9ec6-4029-4afe-b3cb-10a87a1eef02 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:51:59.258 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 124a251d-a8e4-4d03-9338-28f28d0d0990 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 124a251d-a8e4-4d03-9338-28f28d0d0990 found for delete ", "request_id": "req-221b0980-1212-4c5b-b324-5ed0f15f48e2"}]} 2026-09-03 03:51:59.264 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 124a251d-a8e4-4d03-9338-28f28d0d0990 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 124a251d-a8e4-4d03-9338-28f28d0d0990 found for delete ", "request_id": "req-dfebf730-5d7a-411d-a953-b1e9132432ef"}]} [pid: 7|app: 0|req: 919/1850] 10.0.0.13 () {32 vars in 647 bytes} [Thu Sep 3 03:51:59 2026] GET /v2.0/networks => generated 651 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:51:59.399 8 INFO neutron.db.segments_db [None req-a0360228-c63f-44e7-a7d9-a06d919a6b95 b59b5e8f495a45c292809234c02be96e b53a505e9d6142ff853145470bf49ed9 - - default default] Added segment f55b8e97-251f-4a2d-8dc6-88ea91e22fc5 of type vxlan for network 0d55f7c7-00d5-4eb7-afd4-320b7fa8a2e7 [pid: 8|app: 0|req: 932/1851] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:51:59 2026] POST /v2.0/networks => generated 650 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:51:59.554 7 INFO neutron.db.segments_db [None req-1a9de8c6-8dff-4f1d-a2d4-851e4505d760 b59b5e8f495a45c292809234c02be96e b53a505e9d6142ff853145470bf49ed9 - - default default] Added segment 0f227cb6-430b-442f-ab64-5816f9506cc3 of type vxlan for network dff233c5-9f36-47cf-99b5-ab09bf32f947 [pid: 7|app: 0|req: 920/1852] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:51:59 2026] POST /v2.0/networks => generated 650 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1853] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:00 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => 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: 922/1854] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:00 2026] GET /v2.0/security-groups?id=d95a32df-298f-499e-ade6-cad3227b3ccf&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: 933/1855] 10.0.0.13 () {34 vars in 663 bytes} [Thu Sep 3 03:51:59 2026] POST /v2.0/ports => generated 1505 bytes in 724 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1856] 10.0.0.13 () {32 vars in 641 bytes} [Thu Sep 3 03:52:00 2026] GET /v2.0/ports => generated 1505 bytes in 86 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-09-03 03:52:00.633 8 INFO neutron_taas.services.taas.taas_plugin [None req-a07760fa-bae2-4aee-bbb0-3352ea158de8 b59b5e8f495a45c292809234c02be96e b53a505e9d6142ff853145470bf49ed9 - - default default] TaaS: Handle Delete Port: e7469d8c-1f19-4e9b-bc78-8dec103f0a54 2026-09-03 03:52:00.638 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a07760fa-bae2-4aee-bbb0-3352ea158de8 b59b5e8f495a45c292809234c02be96e b53a505e9d6142ff853145470bf49ed9 - - default default] Tap Mirror: Handle Delete Port: e7469d8c-1f19-4e9b-bc78-8dec103f0a54 [pid: 8|app: 0|req: 934/1857] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:00 2026] DELETE /v2.0/ports/e7469d8c-1f19-4e9b-bc78-8dec103f0a54 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:00.881 7 INFO neutron_taas.services.taas.taas_plugin [None req-5eb6cc78-e3f7-4873-ac5d-76e11f75a871 b59b5e8f495a45c292809234c02be96e b53a505e9d6142ff853145470bf49ed9 - - default default] TaaS: Handle Delete Port: 6f92787e-3e5d-41d2-922a-2820636080b5 2026-09-03 03:52:00.885 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eb6cc78-e3f7-4873-ac5d-76e11f75a871 b59b5e8f495a45c292809234c02be96e b53a505e9d6142ff853145470bf49ed9 - - default default] Tap Mirror: Handle Delete Port: 6f92787e-3e5d-41d2-922a-2820636080b5 [pid: 7|app: 0|req: 924/1858] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:00 2026] DELETE /v2.0/ports/6f92787e-3e5d-41d2-922a-2820636080b5 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1859] 10.0.0.13 () {32 vars in 641 bytes} [Thu Sep 3 03:52:01 2026] GET /v2.0/ports => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:52:01.146 7 INFO neutron.db.segments_db [None req-8ff489c5-50a4-4801-a1c3-b15d56874ed7 b59b5e8f495a45c292809234c02be96e b53a505e9d6142ff853145470bf49ed9 - - default default] Added segment 41abd685-d509-4716-83ae-2f880a808fb3 of type vxlan for network c38c0f0c-94bb-495c-9748-bd9df87c192e [pid: 7|app: 0|req: 925/1860] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:01 2026] POST /v2.0/networks => generated 649 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:01.327 8 INFO neutron.db.segments_db [None req-3014ff5b-c46d-4fed-8f5f-a2ff09e738ff b59b5e8f495a45c292809234c02be96e b53a505e9d6142ff853145470bf49ed9 - - default default] Added segment e6a55564-d25b-4894-ba85-db9bb7bc206c of type vxlan for network d3acd8f8-d949-45b6-b837-f3028b86de4b [pid: 7|app: 0|req: 926/1861] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:01 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1862] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:01 2026] POST /v2.0/networks => generated 649 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1863] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:01 2026] GET /v2.0/security-groups?id=d95a32df-298f-499e-ade6-cad3227b3ccf&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:01.730 7 INFO neutron.db.segments_db [None req-7457e7a7-706e-468e-a4fc-9051e8060eb5 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Added segment a338ff9b-a29c-465b-9bb5-8ae224f93cd9 of type vxlan for network b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55 [pid: 7|app: 0|req: 927/1864] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:01 2026] POST /v2.0/networks => generated 638 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1865] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:01 2026] POST /v2.0/subnets => generated 1273 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1866] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:01 2026] POST /v2.0/subnets => generated 657 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1867] 10.0.0.13 () {32 vars in 645 bytes} [Thu Sep 3 03:52:02 2026] GET /v2.0/subnets => generated 1909 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1868] 10.0.0.13 () {32 vars in 720 bytes} [Thu Sep 3 03:52:02 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1869] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:52:02 2026] DELETE /v2.0/subnets/fdcb91e8-0472-4fc9-b13d-9eda71994462 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1870] 10.0.0.33 () {32 vars in 799 bytes} [Thu Sep 3 03:52:02 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1871] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:52:02 2026] DELETE /v2.0/subnets/9758c95f-d87f-4378-bf05-f53a103f8507 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1872] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:02 2026] POST /v2.0/subnets => generated 731 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1873] 10.0.0.13 () {32 vars in 645 bytes} [Thu Sep 3 03:52:02 2026] GET /v2.0/subnets => generated 649 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:02.386 7 INFO neutron.db.segments_db [None req-2f437c53-b1a3-4286-9ecc-7f777c24a189 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Added segment ffe581ef-f7d5-4dcb-b69e-c8a7c6becbd0 of type vxlan for network 015c951a-03b7-4b67-b3d7-fce00d99d195 2026-09-03 03:52:02.462 8 INFO neutron.services.segments.plugin [-] Segment e6a55564-d25b-4894-ba85-db9bb7bc206c resource provider aggregate not found 2026-09-03 03:52:02.471 8 INFO neutron.services.segments.plugin [-] Segment e6a55564-d25b-4894-ba85-db9bb7bc206c resource provider aggregate not found [pid: 7|app: 0|req: 931/1874] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:02 2026] POST /v2.0/networks => generated 637 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:02.494 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e6a55564-d25b-4894-ba85-db9bb7bc206c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6a55564-d25b-4894-ba85-db9bb7bc206c found for delete ", "request_id": "req-0b177a0a-b3b1-4542-9e25-5012a97ca7d2"}]} 2026-09-03 03:52:02.496 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e6a55564-d25b-4894-ba85-db9bb7bc206c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6a55564-d25b-4894-ba85-db9bb7bc206c found for delete ", "request_id": "req-44db6033-5c13-4f09-9f79-9bb7013f35e8"}]} [pid: 8|app: 0|req: 944/1875] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:02 2026] DELETE /v2.0/networks/d3acd8f8-d949-45b6-b837-f3028b86de4b => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1876] 10.0.0.33 () {30 vars in 722 bytes} [Thu Sep 3 03:52:02 2026] GET /v2.0/quotas/830a08fe5e454699bf805efb3df5d2b1/details => generated 847 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:02.694 7 INFO neutron.services.segments.plugin [-] Segment 41abd685-d509-4716-83ae-2f880a808fb3 resource provider aggregate not found 2026-09-03 03:52:02.702 7 INFO neutron.services.segments.plugin [-] Segment 41abd685-d509-4716-83ae-2f880a808fb3 resource provider aggregate not found 2026-09-03 03:52:02.718 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 41abd685-d509-4716-83ae-2f880a808fb3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41abd685-d509-4716-83ae-2f880a808fb3 found for delete ", "request_id": "req-087989bd-3ad6-4ed2-9938-a40b496872a9"}]} 2026-09-03 03:52:02.734 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 41abd685-d509-4716-83ae-2f880a808fb3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41abd685-d509-4716-83ae-2f880a808fb3 found for delete ", "request_id": "req-1c1b72d1-2303-40d3-b485-9393804d9b83"}]} [pid: 7|app: 0|req: 933/1877] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:02 2026] DELETE /v2.0/networks/c38c0f0c-94bb-495c-9748-bd9df87c192e => 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: 945/1878] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:02 2026] POST /v2.0/subnets => generated 656 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1879] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:02 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1880] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:02 2026] DELETE /v2.0/networks/dff233c5-9f36-47cf-99b5-ab09bf32f947 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1881] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:02 2026] GET /v2.0/security-groups?id=d95a32df-298f-499e-ade6-cad3227b3ccf&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: 948/1882] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:02 2026] DELETE /v2.0/networks/0d55f7c7-00d5-4eb7-afd4-320b7fa8a2e7 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1883] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:03 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1884] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:02 2026] POST /v2.0/subnets => generated 726 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1885] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:03 2026] GET /v2.0/security-groups?id=d95a32df-298f-499e-ade6-cad3227b3ccf&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-09-03 03:52:03.184 7 INFO neutron.db.segments_db [None req-196cb08f-6ad9-4a47-b37c-59b37e5dabdc 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Added segment 4c64d7f0-fdec-4d6b-a18e-79356ca2b541 of type vxlan for network 208afdff-77a2-466d-ac49-97a8db456aae [pid: 8|app: 0|req: 951/1886] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:52:03 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1887] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:03 2026] POST /v2.0/networks => generated 637 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1888] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:03 2026] POST /v2.0/subnets => generated 655 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:03.494 8 INFO neutron.db.l3_db [None req-d4dc312d-2919-4b40-99a8-2bc76dd14422 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Floating IP 514d13ff-9ff4-4586-9e00-5db18ffcce81 associated. External IP: 10.96.250.203, port: 7ae242f6-0e22-41dc-a3fd-974c41b95487. [pid: 7|app: 0|req: 938/1889] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:03 2026] POST /v2.0/subnets => generated 729 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1890] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:03 2026] GET /v2.0/security-groups?tenant_id=b53a505e9d6142ff853145470bf49ed9&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1891] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:52:03 2026] PUT /v2.0/floatingips/514d13ff-9ff4-4586-9e00-5db18ffcce81 => generated 855 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:03.812 7 INFO neutron.db.segments_db [None req-7b018fe0-3def-4ada-b2b1-44621bf9f22a 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Added segment a2f07033-6468-4a47-a325-a5b2c7c1d124 of type vxlan for network 7c5a6da4-9713-471a-b573-ff61b3784f17 2026-09-03 03:52:03.828 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d152671-0b75-4ebf-8c74-51baa8e6cbec'] response: {'name': 'network-changed', 'server_uuid': '96c820e5-321d-42cf-819e-8014014b9bde', 'tag': '7ae242f6-0e22-41dc-a3fd-974c41b95487', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 953/1892] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:03 2026] DELETE /v2.0/security-groups/4a7c13ad-18b3-41a0-b8f8-60b3244b98d6 => 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: 954/1893] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:52:03 2026] GET /v2.0/floatingips/514d13ff-9ff4-4586-9e00-5db18ffcce81 => generated 855 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:04.015 7 INFO neutron.db.l3_hamode_db [None req-7b018fe0-3def-4ada-b2b1-44621bf9f22a 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 955/1894] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:52:04 2026] GET /v2.0/ports?tenant_id=6d6c490b76104a8e934b979be536c607&device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1895] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:52:04 2026] GET /v2.0/networks?id=c5ad2f50-2575-4a13-a0b1-a2d13e95e93d => generated 756 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1896] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:52:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=7ae242f6-0e22-41dc-a3fd-974c41b95487 => generated 858 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:04.520 8 INFO neutron.services.segments.plugin [-] Segment 0f227cb6-430b-442f-ab64-5816f9506cc3 resource provider aggregate not found 2026-09-03 03:52:04.525 8 INFO neutron.services.segments.plugin [-] Segment 0f227cb6-430b-442f-ab64-5816f9506cc3 resource provider aggregate not found 2026-09-03 03:52:04.547 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0f227cb6-430b-442f-ab64-5816f9506cc3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f227cb6-430b-442f-ab64-5816f9506cc3 found for delete ", "request_id": "req-3c05bcfc-562b-4cab-8c0d-cb8137b03f43"}]} [pid: 8|app: 0|req: 960/1899] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:52:04 2026] GET /v2.0/subnets?id=4ce798b0-2528-477b-acc0-802aa86f7c99 => generated 677 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:04.563 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0f227cb6-430b-442f-ab64-5816f9506cc3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f227cb6-430b-442f-ab64-5816f9506cc3 found for delete ", "request_id": "req-01cd04fd-ae6f-4c6f-8bf7-f9593d026701"}]} 2026-09-03 03:52:04.571 8 INFO neutron.services.segments.plugin [-] Segment f55b8e97-251f-4a2d-8dc6-88ea91e22fc5 resource provider aggregate not found 2026-09-03 03:52:04.583 8 INFO neutron.services.segments.plugin [-] Segment f55b8e97-251f-4a2d-8dc6-88ea91e22fc5 resource provider aggregate not found 2026-09-03 03:52:04.602 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f55b8e97-251f-4a2d-8dc6-88ea91e22fc5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f55b8e97-251f-4a2d-8dc6-88ea91e22fc5 found for delete ", "request_id": "req-9629ed72-c3fc-4669-be05-f76dfb03fc96"}]} [pid: 8|app: 0|req: 961/1900] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:52:04 2026] GET /v2.0/ports?network_id=c5ad2f50-2575-4a13-a0b1-a2d13e95e93d&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:52:04.618 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f55b8e97-251f-4a2d-8dc6-88ea91e22fc5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f55b8e97-251f-4a2d-8dc6-88ea91e22fc5 found for delete ", "request_id": "req-41fa7ff2-3c74-44b4-a5b1-606fe44cb010"}]} 2026-09-03 03:52:04.628 7 INFO neutron.db.l3_hamode_db [None req-7b018fe0-3def-4ada-b2b1-44621bf9f22a 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 962/1901] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:52:04 2026] GET /v2.0/networks/c5ad2f50-2575-4a13-a0b1-a2d13e95e93d?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: 963/1902] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:52:04 2026] GET /v2.0/networks/c5ad2f50-2575-4a13-a0b1-a2d13e95e93d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1903] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:52:04 2026] GET /v2.0/floatingips/514d13ff-9ff4-4586-9e00-5db18ffcce81 => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1904] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:03 2026] POST /v2.0/routers => generated 684 bytes in 1722 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:06.066 7 INFO neutron.db.segments_db [None req-b4e04f68-3011-4639-8691-312004d92f22 6f742965a9644e67aa740b9b70208924 f108be338a304c93acdf2c3e35e646a2 - - default default] Added segment 2fec7676-feb9-473a-9071-6aa840d6b7a7 of type vxlan for network 534d0741-aa2d-4c0b-ba28-2beed70e26d5 [pid: 7|app: 0|req: 941/1905] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:05 2026] POST /v2.0/networks => generated 647 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1906] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:06 2026] GET /v2.0/security-groups?tenant_id=830a08fe5e454699bf805efb3df5d2b1&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1907] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:52:06 2026] GET /v2.0/floatingips/514d13ff-9ff4-4586-9e00-5db18ffcce81 => generated 857 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1908] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:06 2026] DELETE /v2.0/security-groups/c2bd3a86-5f10-4dd5-a94d-acda5ef74472 => 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: 965/1909] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:52:05 2026] PUT /v2.0/routers/163cecae-e43e-41bf-b15c-86a3c05300f9/add_router_interface => generated 309 bytes in 1465 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1910] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:06 2026] POST /v2.0/subnets => generated 673 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:07.057 7 INFO neutron.db.segments_db [None req-295d6475-7327-4a60-ada2-31bd190b997c 6f742965a9644e67aa740b9b70208924 f108be338a304c93acdf2c3e35e646a2 - - default default] Added segment 9d7c661e-de1b-4a21-bdf7-49f407159036 of type vxlan for network 63f1b77d-dc49-436d-a435-373accb876a0 [pid: 7|app: 0|req: 946/1911] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:06 2026] POST /v2.0/networks => generated 647 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1912] 10.0.0.13 () {34 vars in 741 bytes} [Thu Sep 3 03:52:07 2026] PUT /v2.0/networks/63f1b77d-dc49-436d-a435-373accb876a0 => generated 592 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1913] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:07 2026] POST /v2.0/subnets => generated 646 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1914] 10.0.0.13 () {34 vars in 739 bytes} [Thu Sep 3 03:52:07 2026] PUT /v2.0/subnets/94ca554b-8d47-4875-8715-c1b690abfdec => generated 656 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:07.845 7 INFO neutron.services.segments.plugin [-] Segment 9d7c661e-de1b-4a21-bdf7-49f407159036 resource provider aggregate not found 2026-09-03 03:52:07.851 7 INFO neutron.services.segments.plugin [-] Segment 9d7c661e-de1b-4a21-bdf7-49f407159036 resource provider aggregate not found 2026-09-03 03:52:07.865 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9d7c661e-de1b-4a21-bdf7-49f407159036 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d7c661e-de1b-4a21-bdf7-49f407159036 found for delete ", "request_id": "req-fc80adba-d6f9-4c40-8f80-f9883da85c12"}]} [pid: 7|app: 0|req: 950/1915] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:07 2026] DELETE /v2.0/networks/63f1b77d-dc49-436d-a435-373accb876a0 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:07.872 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9d7c661e-de1b-4a21-bdf7-49f407159036 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d7c661e-de1b-4a21-bdf7-49f407159036 found for delete ", "request_id": "req-125957ca-2ca0-4c4d-adf2-a875402fd540"}]} 2026-09-03 03:52:07.884 7 INFO neutron.pecan_wsgi.hooks.translation [None req-49bfd7a1-8507-4fd2-9edf-566680f2111e 6f742965a9644e67aa740b9b70208924 f108be338a304c93acdf2c3e35e646a2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 951/1916] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:07 2026] DELETE /v2.0/networks/63f1b77d-dc49-436d-a435-373accb876a0 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1917] 10.0.0.13 () {32 vars in 692 bytes} [Thu Sep 3 03:52:07 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1918] 10.0.0.13 () {32 vars in 740 bytes} [Thu Sep 3 03:52:07 2026] GET /v2.0/subnets?network_id=37732c79-5609-48fe-9150-4ac22ced0d35 => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1919] 10.0.0.13 () {32 vars in 651 bytes} [Thu Sep 3 03:52:07 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1920] 10.0.0.13 () {32 vars in 647 bytes} [Thu Sep 3 03:52:08 2026] GET /v2.0/networks => generated 1312 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1921] 10.0.0.13 () {32 vars in 645 bytes} [Thu Sep 3 03:52:08 2026] GET /v2.0/subnets => generated 1312 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1922] 10.0.0.13 () {32 vars in 721 bytes} [Thu Sep 3 03:52:08 2026] GET /v2.0/networks/534d0741-aa2d-4c0b-ba28-2beed70e26d5 => generated 672 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1923] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:52:08 2026] GET /v2.0/subnets/03df3753-0785-4e5e-8bf0-b61d187a2538 => generated 673 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:08.185 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4d166564-608b-449c-8381-4c7ec44cfa84 6f742965a9644e67aa740b9b70208924 f108be338a304c93acdf2c3e35e646a2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 959/1924] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:52:08 2026] DELETE /v2.0/subnets/94ca554b-8d47-4875-8715-c1b690abfdec => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:52:08.201 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b261db30-91e8-4f45-8b97-e05557933a8b 6f742965a9644e67aa740b9b70208924 f108be338a304c93acdf2c3e35e646a2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 960/1925] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:08 2026] DELETE /v2.0/networks/63f1b77d-dc49-436d-a435-373accb876a0 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1926] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:52:08 2026] DELETE /v2.0/subnets/03df3753-0785-4e5e-8bf0-b61d187a2538 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1927] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:08 2026] DELETE /v2.0/networks/534d0741-aa2d-4c0b-ba28-2beed70e26d5 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1928] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:52:06 2026] PUT /v2.0/routers/163cecae-e43e-41bf-b15c-86a3c05300f9/add_router_interface => generated 309 bytes in 1638 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1929] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:09 2026] GET /v2.0/security-groups?tenant_id=f108be338a304c93acdf2c3e35e646a2&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1930] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:09 2026] DELETE /v2.0/security-groups/4930ea51-911c-4685-b3cf-1f9ddd53132f => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:52:09.886 7 INFO neutron.services.segments.plugin [-] Segment 2fec7676-feb9-473a-9071-6aa840d6b7a7 resource provider aggregate not found 2026-09-03 03:52:09.908 7 INFO neutron.services.segments.plugin [-] Segment 2fec7676-feb9-473a-9071-6aa840d6b7a7 resource provider aggregate not found 2026-09-03 03:52:09.913 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2fec7676-feb9-473a-9071-6aa840d6b7a7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fec7676-feb9-473a-9071-6aa840d6b7a7 found for delete ", "request_id": "req-c88b27b8-b2b8-4bac-991e-5bc353b6e2b3"}]} 2026-09-03 03:52:09.939 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2fec7676-feb9-473a-9071-6aa840d6b7a7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fec7676-feb9-473a-9071-6aa840d6b7a7 found for delete ", "request_id": "req-2dbdbef6-03fd-4535-84f5-89369f6c2835"}]} [pid: 7|app: 0|req: 963/1931] 10.0.0.13 () {34 vars in 781 bytes} [Thu Sep 3 03:52:08 2026] PUT /v2.0/routers/163cecae-e43e-41bf-b15c-86a3c05300f9/add_router_interface => generated 309 bytes in 1342 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1932] 10.0.0.13 () {34 vars in 682 bytes} [Thu Sep 3 03:52:10 2026] POST /v2.0/security-groups => generated 1628 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1933] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:52:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1934] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:52:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1935] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:52:10 2026] POST /v2.0/security-group-rules => generated 599 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1936] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:52:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1937] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:52:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1938] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:52:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1939] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:52:10 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: 973/1940] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:52:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1941] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:52:11 2026] POST /v2.0/security-group-rules => generated 599 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1942] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:52:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:11.597 8 INFO neutron.db.segments_db [None req-d0c89771-5db3-4db3-ae6a-54f20e1850a3 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] Added segment 405f9a36-b2f8-45ed-abc7-ccc06d739bbb of type vxlan for network 0c005550-b1da-45ea-80d4-adcbe3ee1e00 [pid: 8|app: 0|req: 976/1943] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:11 2026] POST /v2.0/networks => generated 644 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1944] 10.0.0.13 () {34 vars in 693 bytes} [Thu Sep 3 03:52:11 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: 978/1945] 10.0.0.182 () {34 vars in 989 bytes} [Thu Sep 3 03:52:11 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1946] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:52:11 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: 7|app: 0|req: 969/1947] 10.0.0.182 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:11 2026] GET /v2.0/security-groups?id=d95a32df-298f-499e-ade6-cad3227b3ccf&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1948] 10.0.0.13 () {34 vars in 663 bytes} [Thu Sep 3 03:52:11 2026] POST /v2.0/ports => generated 774 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 980/1949] 10.0.0.206 () {34 vars in 1095 bytes} [Thu Sep 3 03:52:12 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2000533479&fields=id&tenant_id=a2cde26111e74e95b374c7361a8d99e9 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:52:12.383 8 INFO neutron.db.segments_db [None req-22f92479-60b2-4430-a7ef-a5f7d8e3b78a 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] Added segment b97431dc-b84c-465b-87d8-47e217ed0b0d of type vxlan for network 720d1071-7b14-4e2f-988d-ad599699bca9 [pid: 8|app: 0|req: 981/1950] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:12 2026] POST /v2.0/networks => generated 632 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1951] 10.0.0.206 () {34 vars in 981 bytes} [Thu Sep 3 03:52:12 2026] GET /v2.0/networks?id=015c951a-03b7-4b67-b3d7-fce00d99d195 => generated 704 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1952] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:12 2026] POST /v2.0/subnets => generated 626 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1953] 10.0.0.206 () {34 vars in 964 bytes} [Thu Sep 3 03:52:12 2026] GET /v2.0/quotas/a2cde26111e74e95b374c7361a8d99e9 => 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: 970/1954] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:52:11 2026] POST /v2.0/floatingips => generated 552 bytes in 870 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1955] 10.0.0.13 () {34 vars in 663 bytes} [Thu Sep 3 03:52:12 2026] POST /v2.0/ports => generated 950 bytes in 303 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: 971/1956] 10.0.0.206 () {34 vars in 1001 bytes} [Thu Sep 3 03:52:12 2026] GET /v2.0/ports?tenant_id=a2cde26111e74e95b374c7361a8d99e9&fields=id => generated 241 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:13.231 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f7f3bcd-0398-4739-a431-21ff2aa27fdf 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] TaaS: Handle Delete Port: d56e6354-ac85-419b-8629-d7909985fcd0 2026-09-03 03:52:13.236 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f7f3bcd-0398-4739-a431-21ff2aa27fdf 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] Tap Mirror: Handle Delete Port: d56e6354-ac85-419b-8629-d7909985fcd0 [pid: 7|app: 0|req: 972/1957] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:13 2026] DELETE /v2.0/ports/d56e6354-ac85-419b-8629-d7909985fcd0 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1958] 10.0.0.206 () {34 vars in 1007 bytes} [Thu Sep 3 03:52:13 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:52:13.418 7 INFO neutron.pecan_wsgi.hooks.translation [None req-674a91de-e16b-41f9-8a20-fa4bd4ae8a1d 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 974/1959] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:13 2026] DELETE /v2.0/ports/d56e6354-ac85-419b-8629-d7909985fcd0 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1960] 10.0.0.206 () {34 vars in 1107 bytes} [Thu Sep 3 03:52:13 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?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-09-03 03:52:13.492 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5e3d2e12-dd4b-40fa-968a-f7cce58313fe 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 976/1961] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:52:13 2026] GET /v2.0/ports/d56e6354-ac85-419b-8629-d7909985fcd0 => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1962] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:52:13 2026] POST /v2.0/floatingips => generated 552 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1963] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:52:13 2026] DELETE /v2.0/subnets/ce350375-4de9-4caf-9425-ced2a383db89 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1964] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:13 2026] GET /v2.0/ports?device_id=abe7c168-340a-4f1f-9e97-dfd8d5c38108 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:52:13.869 7 INFO neutron.services.segments.plugin [-] Segment b97431dc-b84c-465b-87d8-47e217ed0b0d resource provider aggregate not found 2026-09-03 03:52:13.875 7 INFO neutron.services.segments.plugin [-] Segment b97431dc-b84c-465b-87d8-47e217ed0b0d resource provider aggregate not found 2026-09-03 03:52:13.893 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b97431dc-b84c-465b-87d8-47e217ed0b0d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b97431dc-b84c-465b-87d8-47e217ed0b0d found for delete ", "request_id": "req-6242101f-7404-468e-8bb9-5d862d2cde0e"}]} 2026-09-03 03:52:13.896 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b97431dc-b84c-465b-87d8-47e217ed0b0d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b97431dc-b84c-465b-87d8-47e217ed0b0d found for delete ", "request_id": "req-2cd9063e-9ab7-41db-ab41-8356ef682e80"}]} [pid: 7|app: 0|req: 979/1965] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:13 2026] DELETE /v2.0/networks/720d1071-7b14-4e2f-988d-ad599699bca9 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:13.986 7 INFO neutron.db.segments_db [None req-2bbdeaa8-eeea-4d72-ba3c-f079535d56f4 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] Added segment 88b44266-97ac-49f1-9a4d-bbd2eee63f2d of type vxlan for network 9b7ccd2b-1c8f-4982-b21f-217db8abde64 [pid: 7|app: 0|req: 980/1966] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:13 2026] POST /v2.0/networks => generated 631 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1967] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:52:13 2026] POST /v2.0/floatingips => generated 552 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1968] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:14 2026] POST /v2.0/subnets => generated 626 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1969] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:52:14 2026] POST /v2.0/floatingips => generated 552 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1970] 10.0.0.13 () {34 vars in 663 bytes} [Thu Sep 3 03:52:14 2026] POST /v2.0/ports => generated 911 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1971] 10.0.0.13 () {34 vars in 757 bytes} [Thu Sep 3 03:52:14 2026] PUT /v2.0/floatingips/f3a99dbd-d894-46de-9452-d208fe08669d/tags => generated 17 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1972] 10.0.0.13 () {34 vars in 757 bytes} [Thu Sep 3 03:52:14 2026] PUT /v2.0/floatingips/e38e66de-4946-4d1c-92b1-c8e637b79b0a/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:52:14.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-b98d58db-6b63-40cb-bb7b-135f2c58f9ca 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] TaaS: Handle Delete Port: e80cc8b9-b3d6-4bfa-a44e-7dee62314402 2026-09-03 03:52:14.731 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b98d58db-6b63-40cb-bb7b-135f2c58f9ca 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] Tap Mirror: Handle Delete Port: e80cc8b9-b3d6-4bfa-a44e-7dee62314402 [pid: 8|app: 0|req: 991/1973] 10.0.0.13 () {34 vars in 757 bytes} [Thu Sep 3 03:52:14 2026] PUT /v2.0/floatingips/ae52b2e3-0603-4269-bf99-3d9562d030c0/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1974] 10.0.0.13 () {34 vars in 757 bytes} [Thu Sep 3 03:52:14 2026] PUT /v2.0/floatingips/2fa81100-c7b0-4c0f-aced-94d57c08b508/tags => generated 19 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1975] 10.0.0.13 () {32 vars in 670 bytes} [Thu Sep 3 03:52:14 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1976] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:14 2026] DELETE /v2.0/ports/e80cc8b9-b3d6-4bfa-a44e-7dee62314402 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:14.944 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fc5af08a-1872-4e33-a5be-a06bb93f338b 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 984/1977] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:52:14 2026] GET /v2.0/ports/e80cc8b9-b3d6-4bfa-a44e-7dee62314402 => generated 132 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1978] 10.0.0.13 () {32 vars in 684 bytes} [Thu Sep 3 03:52:14 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1979] 10.0.0.13 () {32 vars in 680 bytes} [Thu Sep 3 03:52:14 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1980] 10.0.0.13 () {32 vars in 692 bytes} [Thu Sep 3 03:52:15 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1981] 10.0.0.13 () {32 vars in 678 bytes} [Thu Sep 3 03:52:15 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1982] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:52:14 2026] DELETE /v2.0/subnets/0cd4fb66-6486-49d1-b506-3e30fce1c92c => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1983] 10.0.0.13 () {32 vars in 692 bytes} [Thu Sep 3 03:52:15 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1984] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:15 2026] DELETE /v2.0/networks/9b7ccd2b-1c8f-4982-b21f-217db8abde64 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1985] 10.0.0.13 () {32 vars in 688 bytes} [Thu Sep 3 03:52:15 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1986] 10.0.0.13 () {32 vars in 700 bytes} [Thu Sep 3 03:52:15 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:52:15.345 8 INFO neutron_taas.services.taas.taas_plugin [None req-11b48aa1-0f90-423e-898b-27395cf3435c 40b0c28ac4cb46c49e7a61f973b236c4 21a76add95eb405ab7dc1336ea248c78 - - default default] TaaS: Handle Delete Port: edaf1abd-1fcf-4c45-8abc-e231f3c8bced 2026-09-03 03:52:15.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11b48aa1-0f90-423e-898b-27395cf3435c 40b0c28ac4cb46c49e7a61f973b236c4 21a76add95eb405ab7dc1336ea248c78 - - default default] Tap Mirror: Handle Delete Port: edaf1abd-1fcf-4c45-8abc-e231f3c8bced [pid: 8|app: 0|req: 1001/1987] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:52:15 2026] DELETE /v2.0/floatingips/f3a99dbd-d894-46de-9452-d208fe08669d => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1988] 10.0.0.13 () {34 vars in 663 bytes} [Thu Sep 3 03:52:15 2026] POST /v2.0/ports => generated 774 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-03 03:52:15.630 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba6250d6-8561-4582-87be-6a2a816bd343 40b0c28ac4cb46c49e7a61f973b236c4 21a76add95eb405ab7dc1336ea248c78 - - default default] TaaS: Handle Delete Port: 1f1be653-1f59-4096-90a9-2d932e16d602 2026-09-03 03:52:15.632 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba6250d6-8561-4582-87be-6a2a816bd343 40b0c28ac4cb46c49e7a61f973b236c4 21a76add95eb405ab7dc1336ea248c78 - - default default] Tap Mirror: Handle Delete Port: 1f1be653-1f59-4096-90a9-2d932e16d602 [pid: 7|app: 0|req: 988/1989] 10.0.0.13 () {34 vars in 735 bytes} [Thu Sep 3 03:52:15 2026] PUT /v2.0/ports/f6ea59e2-232f-4063-adf9-8f9780ff3259 => generated 752 bytes in 210 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: 1002/1990] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:52:15 2026] DELETE /v2.0/floatingips/e38e66de-4946-4d1c-92b1-c8e637b79b0a => generated 0 bytes in 341 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:52:15.920 7 INFO neutron.services.segments.plugin [-] Segment 88b44266-97ac-49f1-9a4d-bbd2eee63f2d resource provider aggregate not found 2026-09-03 03:52:15.923 7 INFO neutron.services.segments.plugin [-] Segment 88b44266-97ac-49f1-9a4d-bbd2eee63f2d resource provider aggregate not found 2026-09-03 03:52:15.930 7 INFO neutron_taas.services.taas.taas_plugin [None req-2511d901-d14d-4e53-8642-b003d1a43301 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] TaaS: Handle Delete Port: f6ea59e2-232f-4063-adf9-8f9780ff3259 2026-09-03 03:52:15.938 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2511d901-d14d-4e53-8642-b003d1a43301 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] Tap Mirror: Handle Delete Port: f6ea59e2-232f-4063-adf9-8f9780ff3259 2026-09-03 03:52:15.947 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 88b44266-97ac-49f1-9a4d-bbd2eee63f2d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88b44266-97ac-49f1-9a4d-bbd2eee63f2d found for delete ", "request_id": "req-6d6b3ddf-abfb-45eb-b6ea-fdcac376bdc4"}]} 2026-09-03 03:52:15.952 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 88b44266-97ac-49f1-9a4d-bbd2eee63f2d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88b44266-97ac-49f1-9a4d-bbd2eee63f2d found for delete ", "request_id": "req-f1e22c8d-588b-4493-b644-f3a5f5e2702a"}]} 2026-09-03 03:52:16.017 8 INFO neutron_taas.services.taas.taas_plugin [None req-99ffbb54-fd08-4c53-abb8-3bcc1ed8b0a8 40b0c28ac4cb46c49e7a61f973b236c4 21a76add95eb405ab7dc1336ea248c78 - - default default] TaaS: Handle Delete Port: 1c9f86f5-1e29-48f9-8045-1514bd22d5b2 2026-09-03 03:52:16.020 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99ffbb54-fd08-4c53-abb8-3bcc1ed8b0a8 40b0c28ac4cb46c49e7a61f973b236c4 21a76add95eb405ab7dc1336ea248c78 - - default default] Tap Mirror: Handle Delete Port: 1c9f86f5-1e29-48f9-8045-1514bd22d5b2 [pid: 7|app: 0|req: 989/1991] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:15 2026] DELETE /v2.0/ports/f6ea59e2-232f-4063-adf9-8f9780ff3259 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1992] 10.0.0.13 () {32 vars in 641 bytes} [Thu Sep 3 03:52:16 2026] GET /v2.0/ports => generated 777 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:16.130 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4be85e47-9e60-4b5c-a2c6-7f1145426709 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 991/1993] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:52:16 2026] GET /v2.0/ports/f6ea59e2-232f-4063-adf9-8f9780ff3259 => generated 132 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1994] 10.0.0.13 () {32 vars in 641 bytes} [Thu Sep 3 03:52:16 2026] GET /v2.0/ports => generated 777 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1995] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:52:15 2026] DELETE /v2.0/floatingips/ae52b2e3-0603-4269-bf99-3d9562d030c0 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1996] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:52:16 2026] GET /v2.0/ports/f57b44d6-e498-43a8-a477-24790d3315b7 => generated 774 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:16.252 7 INFO neutron.pecan_wsgi.hooks.translation [None req-03904c34-3d7b-42f5-a470-a177a93cc838 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 994/1997] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:16 2026] DELETE /v2.0/ports/e80cc8b9-b3d6-4bfa-a44e-7dee62314402 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:52:16.274 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c04f2d32-713d-4c96-941a-2ae408029b7a 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 995/1998] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:52:16 2026] DELETE /v2.0/subnets/0cd4fb66-6486-49d1-b506-3e30fce1c92c => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:52:16.305 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d33d6d07-5845-40c9-b2df-0a80f40b8093 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 996/1999] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:52:16 2026] DELETE /v2.0/subnets/ce350375-4de9-4caf-9425-ced2a383db89 => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:52:16.312 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ac0d463-174d-4f65-9847-eb2bcc28339b 40b0c28ac4cb46c49e7a61f973b236c4 21a76add95eb405ab7dc1336ea248c78 - - default default] TaaS: Handle Delete Port: 270df2d5-46d5-4d11-b448-18b6ecbd3ecd 2026-09-03 03:52:16.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ac0d463-174d-4f65-9847-eb2bcc28339b 40b0c28ac4cb46c49e7a61f973b236c4 21a76add95eb405ab7dc1336ea248c78 - - default default] Tap Mirror: Handle Delete Port: 270df2d5-46d5-4d11-b448-18b6ecbd3ecd 2026-09-03 03:52:16.420 7 INFO neutron_taas.services.taas.taas_plugin [None req-49a512e7-a720-4d0f-8869-4fab1d107097 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] TaaS: Handle Delete Port: f57b44d6-e498-43a8-a477-24790d3315b7 2026-09-03 03:52:16.423 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49a512e7-a720-4d0f-8869-4fab1d107097 3b32b1bd8c21455d8420fbafb5eb1eb1 ab0f326b55dc4e9c8b60f62a1f4de1e0 - - default default] Tap Mirror: Handle Delete Port: f57b44d6-e498-43a8-a477-24790d3315b7 [pid: 8|app: 0|req: 1004/2000] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:52:16 2026] DELETE /v2.0/floatingips/2fa81100-c7b0-4c0f-aced-94d57c08b508 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2001] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:16 2026] DELETE /v2.0/ports/f57b44d6-e498-43a8-a477-24790d3315b7 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:16.565 8 INFO neutron_taas.services.taas.taas_plugin [None req-a592eb8c-c079-4145-a42e-2ffedbb3b683 40b0c28ac4cb46c49e7a61f973b236c4 21a76add95eb405ab7dc1336ea248c78 - - default default] TaaS: Handle Delete Port: 1467b539-76f7-4b4f-b6c8-d142d87ee39d 2026-09-03 03:52:16.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a592eb8c-c079-4145-a42e-2ffedbb3b683 40b0c28ac4cb46c49e7a61f973b236c4 21a76add95eb405ab7dc1336ea248c78 - - default default] Tap Mirror: Handle Delete Port: 1467b539-76f7-4b4f-b6c8-d142d87ee39d [pid: 7|app: 0|req: 998/2002] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:16 2026] DELETE /v2.0/networks/0c005550-b1da-45ea-80d4-adcbe3ee1e00 => 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: 1005/2003] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:52:16 2026] DELETE /v2.0/floatingips/c20bf76d-6982-446e-b697-876207775320 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2004] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:17 2026] GET /v2.0/security-groups?tenant_id=ab0f326b55dc4e9c8b60f62a1f4de1e0&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2005] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:17 2026] DELETE /v2.0/security-groups/0cf54f4c-0953-45d2-8e23-9da9921c8021 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2006] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:17 2026] GET /v2.0/security-groups?tenant_id=9822dab98b8b4fe39c1b473a9e0a5750&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:52:17.968 7 INFO neutron.services.segments.plugin [-] Segment 405f9a36-b2f8-45ed-abc7-ccc06d739bbb resource provider aggregate not found 2026-09-03 03:52:17.980 7 INFO neutron.services.segments.plugin [-] Segment 405f9a36-b2f8-45ed-abc7-ccc06d739bbb resource provider aggregate not found 2026-09-03 03:52:17.988 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 405f9a36-b2f8-45ed-abc7-ccc06d739bbb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 405f9a36-b2f8-45ed-abc7-ccc06d739bbb found for delete ", "request_id": "req-4d5d06a9-89cb-4c45-80e6-4433c3a1791c"}]} 2026-09-03 03:52:18.006 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 405f9a36-b2f8-45ed-abc7-ccc06d739bbb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 405f9a36-b2f8-45ed-abc7-ccc06d739bbb found for delete ", "request_id": "req-4d640fec-3943-4c5f-974b-5ff183487123"}]} [pid: 7|app: 0|req: 1001/2007] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:52:17 2026] GET /v2.0/networks?id=015c951a-03b7-4b67-b3d7-fce00d99d195 => generated 704 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2008] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:17 2026] DELETE /v2.0/security-groups/220ab19d-faab-49c4-a953-0a2ea0a49b21 => 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: 1002/2009] 162.253.55.242 () {34 vars in 1049 bytes} [Thu Sep 3 03:52:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a2cde26111e74e95b374c7361a8d99e9 => generated 179 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2010] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:18 2026] GET /v2.0/security-groups?tenant_id=21a76add95eb405ab7dc1336ea248c78&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2011] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:18 2026] DELETE /v2.0/security-groups/4d4baf14-39e1-4fe4-ac30-1c38ff87fd35 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2012] 162.253.55.242 () {38 vars in 954 bytes} [Thu Sep 3 03:52:18 2026] POST /v2.0/ports => generated 1183 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1009/2013] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:18 2026] GET /v2.0/security-groups?tenant_id=fcb1d994768541568da518dbcf93127e&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2014] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:18 2026] DELETE /v2.0/security-groups/ff272100-b1c1-4c70-8f4c-073f630415ac => 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: 1011/2015] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:18 2026] GET /v2.0/ports?device_id=abe7c168-340a-4f1f-9e97-dfd8d5c38108 => generated 1186 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2016] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:18 2026] GET /v2.0/security-groups?id=86ec192c-4bc2-47f2-b0a0-848041595566&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2017] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:52:18 2026] PUT /v2.0/ports/edccdfc0-ef05-4b65-8766-5bb0b908f859 => generated 1464 bytes in 560 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:52:19.147 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce1de48a-2d5a-4212-8f78-635d015ef603'] response: {'name': 'network-changed', 'server_uuid': 'abe7c168-340a-4f1f-9e97-dfd8d5c38108', 'tag': 'edccdfc0-ef05-4b65-8766-5bb0b908f859', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1007/2020] 10.0.0.13 () {32 vars in 621 bytes} [Thu Sep 3 03:52:19 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2021] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:52:19 2026] GET /v2.0/ports?tenant_id=a2cde26111e74e95b374c7361a8d99e9&device_id=abe7c168-340a-4f1f-9e97-dfd8d5c38108 => generated 1467 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2022] 162.253.55.242 () {34 vars in 1017 bytes} [Thu Sep 3 03:52:19 2026] GET /v2.0/networks?tenant_id=a2cde26111e74e95b374c7361a8d99e9&shared=False => generated 2372 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2023] 162.253.55.242 () {34 vars in 929 bytes} [Thu Sep 3 03:52:19 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 71 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: 1008/2024] 10.0.0.13 () {32 vars in 631 bytes} [Thu Sep 3 03:52:19 2026] GET /v2.0/ => generated 632 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2025] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:20 2026] GET /v2.0/security-groups?tenant_id=3593d818d5da4430b69e5c2bd73bbbb8&name=default => generated 2925 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2026] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:52:20 2026] GET /v2.0/ports?tenant_id=a2cde26111e74e95b374c7361a8d99e9&device_id=abe7c168-340a-4f1f-9e97-dfd8d5c38108 => generated 1467 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2027] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:52:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.161&port_id=edccdfc0-ef05-4b65-8766-5bb0b908f859 => 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: 1018/2028] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:20 2026] DELETE /v2.0/security-groups/862f816c-3bc6-499c-8c8e-a7e79c247294 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2029] 162.253.55.242 () {34 vars in 1103 bytes} [Thu Sep 3 03:52:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A253&port_id=edccdfc0-ef05-4b65-8766-5bb0b908f859 => 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: 1019/2030] 162.253.55.242 () {34 vars in 1063 bytes} [Thu Sep 3 03:52:21 2026] GET /v2.0/subnets?id=b59f441d-6b1b-4d12-bb37-84f6185fbe0c&id=def74685-20a5-4757-b7af-444cdda1a209 => 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: 1012/2031] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:52:21 2026] GET /v2.0/ports?network_id=015c951a-03b7-4b67-b3d7-fce00d99d195&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2032] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:52:21 2026] GET /v2.0/ports?network_id=015c951a-03b7-4b67-b3d7-fce00d99d195&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2033] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:52:21 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?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: 1021/2034] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:52:21 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?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: 1014/2035] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:21 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => 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: 1022/2036] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:22 2026] GET /v2.0/security-groups?id=d95a32df-298f-499e-ade6-cad3227b3ccf&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: 1015/2037] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:23 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2038] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:23 2026] GET /v2.0/security-groups?id=d95a32df-298f-499e-ade6-cad3227b3ccf&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-09-03 03:52:23.765 8 INFO neutron.db.segments_db [None req-29e38cd1-949a-4524-835e-b6aeef5b12f9 ea94dfcde46d4f3696b84dda77ee7d6e 6c5b549062704ffd87d1fe917913960b - - default default] Added segment ab937f63-a047-4663-a128-f7b0413e7971 of type vxlan for network 6e2ca4b4-af5b-4495-a629-4a1ae68fbdfd [pid: 8|app: 0|req: 1023/2039] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:23 2026] POST /v2.0/networks => generated 631 bytes in 643 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2040] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:23 2026] GET /v2.0/ports?device_id=abe7c168-340a-4f1f-9e97-dfd8d5c38108 => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2041] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:24 2026] GET /v2.0/security-groups?id=86ec192c-4bc2-47f2-b0a0-848041595566&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2042] 10.0.0.13 () {34 vars in 662 bytes} [Thu Sep 3 03:52:23 2026] POST /v2.0/ports => generated 743 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:24.354 8 INFO neutron.db.segments_db [None req-ef2552ef-dfaa-4ee5-bc50-f82b60bb374d ea94dfcde46d4f3696b84dda77ee7d6e 6c5b549062704ffd87d1fe917913960b - - default default] Added segment 68c5f5cf-e12b-4280-98f9-7a5065d29ecb of type vxlan for network 4ed3fa27-0d03-4df9-8194-f3ab24f5f446 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1018/2043] 162.253.55.242 () {34 vars in 993 bytes} [Thu Sep 3 03:52:24 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => 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: 1019/2044] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:24 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2045] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:24 2026] POST /v2.0/networks => generated 632 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2046] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:24 2026] GET /v2.0/security-groups?id=d95a32df-298f-499e-ade6-cad3227b3ccf&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-09-03 03:52:24.573 7 INFO neutron_taas.services.taas.taas_plugin [req-3f7795a7-cb5e-4132-bb06-dfb65e138029 req-d9e31b72-6cd7-4191-9d0c-e3dfc2475244 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] TaaS: Handle Delete Port: 7ae242f6-0e22-41dc-a3fd-974c41b95487 2026-09-03 03:52:24.577 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3f7795a7-cb5e-4132-bb06-dfb65e138029 req-d9e31b72-6cd7-4191-9d0c-e3dfc2475244 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Tap Mirror: Handle Delete Port: 7ae242f6-0e22-41dc-a3fd-974c41b95487 2026-09-03 03:52:24.701 7 INFO neutron.db.l3_db [req-3f7795a7-cb5e-4132-bb06-dfb65e138029 req-d9e31b72-6cd7-4191-9d0c-e3dfc2475244 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Floating IP 514d13ff-9ff4-4586-9e00-5db18ffcce81 disassociated. External IP: 10.96.250.203, port: 7ae242f6-0e22-41dc-a3fd-974c41b95487. [pid: 8|app: 0|req: 1028/2047] 10.0.0.13 () {34 vars in 662 bytes} [Thu Sep 3 03:52:24 2026] POST /v2.0/ports => generated 743 bytes in 373 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-09-03 03:52:24.925 8 INFO neutron.db.segments_db [None req-50d918cd-1b1e-4b8c-95b6-594cdc0f0713 ea94dfcde46d4f3696b84dda77ee7d6e 6c5b549062704ffd87d1fe917913960b - - default default] Added segment b88238a2-ed96-4ef0-9259-eb59d40760e7 of type vxlan for network a8d6763b-c173-4dae-b30d-989b296e1cfd [pid: 8|app: 0|req: 1029/2048] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:24 2026] POST /v2.0/networks => generated 631 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2049] 162.253.55.242 () {36 vars in 996 bytes} [Thu Sep 3 03:52:24 2026] DELETE /v2.0/ports/7ae242f6-0e22-41dc-a3fd-974c41b95487 => generated 0 bytes in 570 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:25.065 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab7a4082-0995-4b0e-adbb-b37ab7ea7f57'] response: {'server_uuid': '96c820e5-321d-42cf-819e-8014014b9bde', 'name': 'network-vif-deleted', 'tag': '7ae242f6-0e22-41dc-a3fd-974c41b95487', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1030/2050] 10.0.0.13 () {34 vars in 662 bytes} [Thu Sep 3 03:52:25 2026] POST /v2.0/ports => generated 743 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:25.348 7 INFO neutron.db.segments_db [None req-a70b7749-7d5b-4a0b-b528-d7b48b33dbde ea94dfcde46d4f3696b84dda77ee7d6e 6c5b549062704ffd87d1fe917913960b - - default default] Added segment c28feddb-0986-4d00-ab13-954c25051858 of type vxlan for network dede29a9-512d-4fe3-8470-979e1e593dba [pid: 7|app: 0|req: 1021/2051] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:25 2026] POST /v2.0/networks => generated 632 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1022/2052] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:25 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => 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: 1031/2053] 10.0.0.13 () {34 vars in 662 bytes} [Thu Sep 3 03:52:25 2026] POST /v2.0/ports => generated 743 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:25.767 7 INFO neutron.db.segments_db [None req-8b36c69a-0866-43f7-bc94-63b2248d70c6 ea94dfcde46d4f3696b84dda77ee7d6e 6c5b549062704ffd87d1fe917913960b - - default default] Added segment 20dfedfa-5776-4f57-b464-4a09535eae13 of type vxlan for network 3f865a53-0132-40d3-a64f-5f59a0b9ec2f [pid: 7|app: 0|req: 1023/2054] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:25 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1032/2055] 10.0.0.13 () {34 vars in 662 bytes} [Thu Sep 3 03:52:25 2026] POST /v2.0/ports => generated 743 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2056] 10.0.0.13 () {34 vars in 745 bytes} [Thu Sep 3 03:52:26 2026] PUT /v2.0/ports/6519f20e-0b13-46a3-a8de-5eba54f434ea/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1033/2057] 10.0.0.13 () {34 vars in 745 bytes} [Thu Sep 3 03:52:26 2026] PUT /v2.0/ports/289bfaad-abf7-4d40-be20-aaddf24df60e/tags => generated 25 bytes in 77 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: 1025/2058] 10.0.0.13 () {34 vars in 745 bytes} [Thu Sep 3 03:52:26 2026] PUT /v2.0/ports/31023e48-eb32-455e-9c41-d0ce5bff3abc/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1034/2059] 10.0.0.13 () {34 vars in 745 bytes} [Thu Sep 3 03:52:26 2026] PUT /v2.0/ports/0e0ef2d1-3f0c-4541-83a5-45a32c36f58a/tags => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1026/2060] 10.0.0.13 () {32 vars in 658 bytes} [Thu Sep 3 03:52:26 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 143 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: 1035/2061] 10.0.0.13 () {32 vars in 672 bytes} [Thu Sep 3 03:52:26 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2062] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:26 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => 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: 1027/2063] 10.0.0.13 () {32 vars in 668 bytes} [Thu Sep 3 03:52:26 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2064] 10.0.0.13 () {32 vars in 680 bytes} [Thu Sep 3 03:52:26 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2065] 10.0.0.13 () {32 vars in 666 bytes} [Thu Sep 3 03:52:26 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2066] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:26 2026] GET /v2.0/security-groups?tenant_id=14ab1ece0f8d45a7b9ead6bc72e038a6&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2067] 10.0.0.13 () {32 vars in 680 bytes} [Thu Sep 3 03:52:26 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2068] 10.0.0.13 () {32 vars in 676 bytes} [Thu Sep 3 03:52:27 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2069] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:27 2026] DELETE /v2.0/security-groups/099194ef-95c1-4450-8efa-95cfcf5b0836 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2070] 10.0.0.13 () {32 vars in 688 bytes} [Thu Sep 3 03:52:27 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:52:27.301 8 INFO neutron_taas.services.taas.taas_plugin [None req-7212bacb-13a6-4f37-a6ae-332f725208d1 ea94dfcde46d4f3696b84dda77ee7d6e 6c5b549062704ffd87d1fe917913960b - - default default] TaaS: Handle Delete Port: 6519f20e-0b13-46a3-a8de-5eba54f434ea 2026-09-03 03:52:27.304 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7212bacb-13a6-4f37-a6ae-332f725208d1 ea94dfcde46d4f3696b84dda77ee7d6e 6c5b549062704ffd87d1fe917913960b - - default default] Tap Mirror: Handle Delete Port: 6519f20e-0b13-46a3-a8de-5eba54f434ea [pid: 8|app: 0|req: 1039/2071] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:27 2026] DELETE /v2.0/ports/6519f20e-0b13-46a3-a8de-5eba54f434ea => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2072] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:27 2026] GET /v2.0/security-groups?tenant_id=64db58e13186472296dd2b6ed654ca72&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:52:27.481 8 INFO neutron_taas.services.taas.taas_plugin [None req-25a67ccf-2d20-423c-87af-514ad12c65fe ea94dfcde46d4f3696b84dda77ee7d6e 6c5b549062704ffd87d1fe917913960b - - default default] TaaS: Handle Delete Port: 289bfaad-abf7-4d40-be20-aaddf24df60e 2026-09-03 03:52:27.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25a67ccf-2d20-423c-87af-514ad12c65fe ea94dfcde46d4f3696b84dda77ee7d6e 6c5b549062704ffd87d1fe917913960b - - default default] Tap Mirror: Handle Delete Port: 289bfaad-abf7-4d40-be20-aaddf24df60e [pid: 7|app: 0|req: 1034/2073] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:27 2026] DELETE /v2.0/security-groups/2a4aa297-7fb9-4246-a581-1a37de3c91b8 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2074] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:27 2026] DELETE /v2.0/ports/289bfaad-abf7-4d40-be20-aaddf24df60e => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:27.647 7 INFO neutron_taas.services.taas.taas_plugin [None req-5bd8650a-43f6-4c62-b5d6-99e96cbbbab0 ea94dfcde46d4f3696b84dda77ee7d6e 6c5b549062704ffd87d1fe917913960b - - default default] TaaS: Handle Delete Port: 31023e48-eb32-455e-9c41-d0ce5bff3abc 2026-09-03 03:52:27.653 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bd8650a-43f6-4c62-b5d6-99e96cbbbab0 ea94dfcde46d4f3696b84dda77ee7d6e 6c5b549062704ffd87d1fe917913960b - - default default] Tap Mirror: Handle Delete Port: 31023e48-eb32-455e-9c41-d0ce5bff3abc [pid: 7|app: 0|req: 1035/2075] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:27 2026] DELETE /v2.0/ports/31023e48-eb32-455e-9c41-d0ce5bff3abc => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2076] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:27 2026] GET /v2.0/ports?device_id=96c820e5-321d-42cf-819e-8014014b9bde => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:52:27.860 8 INFO neutron_taas.services.taas.taas_plugin [None req-4361c0ee-1123-4264-91a9-ca8aa85833c4 ea94dfcde46d4f3696b84dda77ee7d6e 6c5b549062704ffd87d1fe917913960b - - default default] TaaS: Handle Delete Port: 0e0ef2d1-3f0c-4541-83a5-45a32c36f58a 2026-09-03 03:52:27.863 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4361c0ee-1123-4264-91a9-ca8aa85833c4 ea94dfcde46d4f3696b84dda77ee7d6e 6c5b549062704ffd87d1fe917913960b - - default default] Tap Mirror: Handle Delete Port: 0e0ef2d1-3f0c-4541-83a5-45a32c36f58a [pid: 8|app: 0|req: 1041/2077] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:27 2026] DELETE /v2.0/ports/0e0ef2d1-3f0c-4541-83a5-45a32c36f58a => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:28.049 7 INFO neutron_taas.services.taas.taas_plugin [None req-37b5dea7-4ab4-4680-9e95-7f8d5d6d694f ea94dfcde46d4f3696b84dda77ee7d6e 6c5b549062704ffd87d1fe917913960b - - default default] TaaS: Handle Delete Port: c966744a-3278-4071-87ac-8136b5b5820d 2026-09-03 03:52:28.052 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37b5dea7-4ab4-4680-9e95-7f8d5d6d694f ea94dfcde46d4f3696b84dda77ee7d6e 6c5b549062704ffd87d1fe917913960b - - default default] Tap Mirror: Handle Delete Port: c966744a-3278-4071-87ac-8136b5b5820d [pid: 7|app: 0|req: 1037/2078] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:27 2026] DELETE /v2.0/ports/c966744a-3278-4071-87ac-8136b5b5820d => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:28.296 8 INFO neutron.services.segments.plugin [-] Segment ab937f63-a047-4663-a128-f7b0413e7971 resource provider aggregate not found 2026-09-03 03:52:28.303 8 INFO neutron.services.segments.plugin [-] Segment ab937f63-a047-4663-a128-f7b0413e7971 resource provider aggregate not found 2026-09-03 03:52:28.313 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ab937f63-a047-4663-a128-f7b0413e7971 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab937f63-a047-4663-a128-f7b0413e7971 found for delete ", "request_id": "req-41c6c274-54fe-458f-96e1-10a6bfe99756"}]} 2026-09-03 03:52:28.315 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ab937f63-a047-4663-a128-f7b0413e7971 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab937f63-a047-4663-a128-f7b0413e7971 found for delete ", "request_id": "req-7ded6dac-25d7-4900-bd33-83bc0bce700f"}]} [pid: 8|app: 0|req: 1042/2079] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:28 2026] DELETE /v2.0/networks/6e2ca4b4-af5b-4495-a629-4a1ae68fbdfd => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:28.444 7 INFO neutron.services.segments.plugin [-] Segment 68c5f5cf-e12b-4280-98f9-7a5065d29ecb resource provider aggregate not found 2026-09-03 03:52:28.449 7 INFO neutron.services.segments.plugin [-] Segment 68c5f5cf-e12b-4280-98f9-7a5065d29ecb resource provider aggregate not found 2026-09-03 03:52:28.469 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 68c5f5cf-e12b-4280-98f9-7a5065d29ecb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68c5f5cf-e12b-4280-98f9-7a5065d29ecb found for delete ", "request_id": "req-d9247353-a9bd-4b29-8c76-58aee1482036"}]} [pid: 7|app: 0|req: 1038/2080] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:28 2026] DELETE /v2.0/networks/4ed3fa27-0d03-4df9-8194-f3ab24f5f446 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:28.478 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 68c5f5cf-e12b-4280-98f9-7a5065d29ecb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68c5f5cf-e12b-4280-98f9-7a5065d29ecb found for delete ", "request_id": "req-0e22af77-e1fa-4a71-89f5-d3f09917694c"}]} [pid: 8|app: 0|req: 1043/2081] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:28 2026] DELETE /v2.0/networks/a8d6763b-c173-4dae-b30d-989b296e1cfd => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2082] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:28 2026] DELETE /v2.0/networks/dede29a9-512d-4fe3-8470-979e1e593dba => 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: 1044/2083] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:28 2026] DELETE /v2.0/networks/3f865a53-0132-40d3-a64f-5f59a0b9ec2f => 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: 1040/2084] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:28 2026] DELETE /v2.0/security-groups/d95a32df-298f-499e-ade6-cad3227b3ccf => generated 0 bytes in 202 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2085] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:29 2026] GET /v2.0/ports?device_id=abe7c168-340a-4f1f-9e97-dfd8d5c38108 => generated 1200 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:52:29.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cf0f018-e111-4f9b-a381-cb0bf33f3904 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] TaaS: Handle Delete Port: 5381e0e4-30f9-4243-ab83-b54d44c0f8ef 2026-09-03 03:52:29.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cf0f018-e111-4f9b-a381-cb0bf33f3904 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Tap Mirror: Handle Delete Port: 5381e0e4-30f9-4243-ab83-b54d44c0f8ef [pid: 7|app: 0|req: 1042/2086] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:29 2026] GET /v2.0/security-groups?id=86ec192c-4bc2-47f2-b0a0-848041595566&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2087] 10.0.0.13 () {32 vars in 816 bytes} [Thu Sep 3 03:52:29 2026] GET /v2.0/ports?network_id=015c951a-03b7-4b67-b3d7-fce00d99d195&mac_address=fa%3A16%3A3e%3A01%3Ab8%3A65 => generated 1200 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2088] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:52:29 2026] DELETE /v2.0/floatingips/514d13ff-9ff4-4586-9e00-5db18ffcce81 => 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: 1046/2089] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:29 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => generated 971 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2090] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:29 2026] GET /v2.0/security-groups?id=fde17c6b-2202-4095-8071-0b2604c7c75e&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-09-03 03:52:30.160 7 INFO neutron.db.l3_db [None req-b45a242d-af41-4f0f-b53a-ad4a4ac129f5 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Floating IP 24669910-ce1c-4645-b5ba-2d8fe3221be0 associated. External IP: 10.96.250.205, port: edccdfc0-ef05-4b65-8766-5bb0b908f859. [pid: 8|app: 0|req: 1048/2091] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:30 2026] GET /v2.0/security-groups?tenant_id=6c5b549062704ffd87d1fe917913960b&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:52:30.337 8 INFO neutron.services.segments.plugin [-] Segment b88238a2-ed96-4ef0-9259-eb59d40760e7 resource provider aggregate not found 2026-09-03 03:52:30.344 8 INFO neutron.services.segments.plugin [-] Segment b88238a2-ed96-4ef0-9259-eb59d40760e7 resource provider aggregate not found 2026-09-03 03:52:30.364 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b88238a2-ed96-4ef0-9259-eb59d40760e7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b88238a2-ed96-4ef0-9259-eb59d40760e7 found for delete ", "request_id": "req-7bcdfbf1-b190-416f-8984-bd8f2381f963"}]} 2026-09-03 03:52:30.368 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b88238a2-ed96-4ef0-9259-eb59d40760e7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b88238a2-ed96-4ef0-9259-eb59d40760e7 found for delete ", "request_id": "req-cc240c99-f7d6-44e5-bc3c-e02f4e202465"}]} 2026-09-03 03:52:30.379 8 INFO neutron.services.segments.plugin [-] Segment 20dfedfa-5776-4f57-b464-4a09535eae13 resource provider aggregate not found 2026-09-03 03:52:30.389 8 INFO neutron.services.segments.plugin [-] Segment 20dfedfa-5776-4f57-b464-4a09535eae13 resource provider aggregate not found 2026-09-03 03:52:30.394 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 20dfedfa-5776-4f57-b464-4a09535eae13 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20dfedfa-5776-4f57-b464-4a09535eae13 found for delete ", "request_id": "req-6f76e40a-6c64-4303-a3a2-d52ed0987cb9"}]} 2026-09-03 03:52:30.411 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 20dfedfa-5776-4f57-b464-4a09535eae13 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20dfedfa-5776-4f57-b464-4a09535eae13 found for delete ", "request_id": "req-4c8c4a6d-6a53-467c-8f07-8c748d22ddb1"}]} 2026-09-03 03:52:30.485 7 INFO neutron.services.segments.plugin [-] Segment c28feddb-0986-4d00-ab13-954c25051858 resource provider aggregate not found [pid: 8|app: 0|req: 1049/2092] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:30 2026] DELETE /v2.0/security-groups/3a06e911-bd85-43bf-bc72-9cf155a6196d => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:52:30.503 7 INFO neutron.services.segments.plugin [-] Segment c28feddb-0986-4d00-ab13-954c25051858 resource provider aggregate not found 2026-09-03 03:52:30.516 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c28feddb-0986-4d00-ab13-954c25051858 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c28feddb-0986-4d00-ab13-954c25051858 found for delete ", "request_id": "req-f98ec433-120b-47d5-813c-fd454a3cdf07"}]} 2026-09-03 03:52:30.527 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c28feddb-0986-4d00-ab13-954c25051858 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c28feddb-0986-4d00-ab13-954c25051858 found for delete ", "request_id": "req-3ed1e1b5-5c94-4618-92ab-92a3b17239cf"}]} [pid: 7|app: 0|req: 1044/2093] 10.0.0.13 () {34 vars in 675 bytes} [Thu Sep 3 03:52:29 2026] POST /v2.0/floatingips => generated 855 bytes in 1100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:30.578 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-74c9c2cf-65cd-4fc8-a20e-0428870750ba'] response: {'name': 'network-changed', 'server_uuid': 'abe7c168-340a-4f1f-9e97-dfd8d5c38108', 'tag': 'edccdfc0-ef05-4b65-8766-5bb0b908f859', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1045/2094] 10.0.0.206 () {34 vars in 1095 bytes} [Thu Sep 3 03:52:30 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-2000533479&fields=id&tenant_id=a2cde26111e74e95b374c7361a8d99e9 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2095] 10.0.0.206 () {34 vars in 981 bytes} [Thu Sep 3 03:52:30 2026] GET /v2.0/networks?id=208afdff-77a2-466d-ac49-97a8db456aae => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2096] 10.0.0.206 () {34 vars in 964 bytes} [Thu Sep 3 03:52:30 2026] GET /v2.0/quotas/a2cde26111e74e95b374c7361a8d99e9 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2097] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:30 2026] GET /v2.0/security-groups?tenant_id=23f7e85914284a21925e255ec602f2aa&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2098] 10.0.0.206 () {34 vars in 1001 bytes} [Thu Sep 3 03:52:30 2026] GET /v2.0/ports?tenant_id=a2cde26111e74e95b374c7361a8d99e9&fields=id => generated 333 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2099] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:30 2026] DELETE /v2.0/security-groups/06d660c8-cba5-4d24-9cbf-de7dd53c1f9d => 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: 1049/2100] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:30 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2101] 10.0.0.206 () {34 vars in 1007 bytes} [Thu Sep 3 03:52:30 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2102] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:30 2026] GET /v2.0/security-groups?id=fde17c6b-2202-4095-8071-0b2604c7c75e&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2103] 10.0.0.206 () {34 vars in 1107 bytes} [Thu Sep 3 03:52:30 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?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: 1054/2104] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:52:31 2026] GET /v2.0/ports?tenant_id=a2cde26111e74e95b374c7361a8d99e9&device_id=abe7c168-340a-4f1f-9e97-dfd8d5c38108 => generated 1469 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2105] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:31 2026] GET /v2.0/ports?device_id=a2743c3c-003f-4972-9cec-14e615874951 => 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: 1056/2106] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:52:31 2026] GET /v2.0/networks?id=015c951a-03b7-4b67-b3d7-fce00d99d195 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2107] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:31 2026] GET /v2.0/security-groups?tenant_id=7326e6fbaf554f52bc57bcd0ba5fc865&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2108] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:52:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.161&port_id=edccdfc0-ef05-4b65-8766-5bb0b908f859 => generated 860 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2109] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:31 2026] DELETE /v2.0/security-groups/6d062d29-3eb0-4405-b06d-1789b8d6eaaa => 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: 1054/2110] 162.253.55.242 () {34 vars in 1103 bytes} [Thu Sep 3 03:52:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A253&port_id=edccdfc0-ef05-4b65-8766-5bb0b908f859 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2111] 162.253.55.242 () {34 vars in 1063 bytes} [Thu Sep 3 03:52:31 2026] GET /v2.0/subnets?id=b59f441d-6b1b-4d12-bb37-84f6185fbe0c&id=def74685-20a5-4757-b7af-444cdda1a209 => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2112] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:52:31 2026] GET /v2.0/ports?network_id=015c951a-03b7-4b67-b3d7-fce00d99d195&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: 8|app: 0|req: 1057/2113] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:31 2026] GET /v2.0/security-groups?tenant_id=fc2314b9dfde4566b050fb8b0c1497de&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2114] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:52:31 2026] GET /v2.0/ports?network_id=015c951a-03b7-4b67-b3d7-fce00d99d195&device_owner=network%3Adhcp => generated 1457 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2115] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:31 2026] DELETE /v2.0/security-groups/4ff3d9a7-b2b2-4511-8e19-42f3528dfc71 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2116] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:52:31 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?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: 1059/2117] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:52:31 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?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: 1059/2118] 162.253.55.242 () {34 vars in 993 bytes} [Thu Sep 3 03:52:32 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => 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: 1060/2119] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:32 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => 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: 1061/2120] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:32 2026] GET /v2.0/security-groups?id=fde17c6b-2202-4095-8071-0b2604c7c75e&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:32.208 8 INFO neutron_taas.services.taas.taas_plugin [req-e3ae0311-5c3a-4e74-9a30-9aadb6e5afc0 req-c6bf8a06-ed07-480e-8376-22ea12503ee6 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] TaaS: Handle Delete Port: bd5edb03-62a5-4247-9358-3c98041fa095 2026-09-03 03:52:32.211 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e3ae0311-5c3a-4e74-9a30-9aadb6e5afc0 req-c6bf8a06-ed07-480e-8376-22ea12503ee6 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Tap Mirror: Handle Delete Port: bd5edb03-62a5-4247-9358-3c98041fa095 [pid: 8|app: 0|req: 1060/2121] 162.253.55.242 () {36 vars in 996 bytes} [Thu Sep 3 03:52:32 2026] DELETE /v2.0/ports/bd5edb03-62a5-4247-9358-3c98041fa095 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:32.416 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba3f292f-7bb7-4390-aa35-12d523c6299c'] response: {'server_uuid': 'c3f95acc-be92-497a-a3e4-c52f132e82f6', 'name': 'network-vif-deleted', 'tag': 'bd5edb03-62a5-4247-9358-3c98041fa095', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1062/2122] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:33 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => 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: 1061/2123] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:34 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => 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: 1064/2126] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:35 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => 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: 1063/2127] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:52:35 2026] GET /v2.0/networks?id=208afdff-77a2-466d-ac49-97a8db456aae => generated 704 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2128] 162.253.55.242 () {34 vars in 1049 bytes} [Thu Sep 3 03:52:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a2cde26111e74e95b374c7361a8d99e9 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2129] 10.0.0.13 () {34 vars in 676 bytes} [Thu Sep 3 03:52:35 2026] POST /v2.0/qos/policies => generated 359 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2130] 162.253.55.242 () {38 vars in 954 bytes} [Thu Sep 3 03:52:35 2026] POST /v2.0/ports => generated 1183 bytes in 524 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-03 03:52:36.194 7 INFO neutron.db.segments_db [None req-ced4ae28-b8d3-42ec-be8a-a65b24fbff5b cdf6e0e50a79405ba33f846245dba0ee 2a6fb82aa65e4b64affc01dba709ad87 - - default default] Added segment f2a5690c-6d91-450c-908e-cb9dce012451 of type vxlan for network 9f84cec3-79b8-46f3-b1ad-54dd04ce5de9 [pid: 8|app: 0|req: 1065/2131] 10.0.0.13 () {34 vars in 676 bytes} [Thu Sep 3 03:52:36 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: 1067/2132] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:36 2026] POST /v2.0/networks => generated 632 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2133] 10.0.0.13 () {34 vars in 676 bytes} [Thu Sep 3 03:52:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2134] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:36 2026] GET /v2.0/ports?device_id=a2743c3c-003f-4972-9cec-14e615874951 => generated 1186 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2135] 10.0.0.13 () {34 vars in 662 bytes} [Thu Sep 3 03:52:36 2026] POST /v2.0/ports => generated 743 bytes in 266 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: 1071/2136] 10.0.0.13 () {34 vars in 676 bytes} [Thu Sep 3 03:52:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2137] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:52:36 2026] PUT /v2.0/ports/6e8474a7-5ed4-41dc-a0ea-a022e51619f4 => generated 1464 bytes in 490 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: 1072/2138] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:36 2026] GET /v2.0/security-groups?id=86ec192c-4bc2-47f2-b0a0-848041595566&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2139] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:36 2026] GET /v2.0/ports?device_id=c3f95acc-be92-497a-a3e4-c52f132e82f6 => 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: 1068/2140] 10.0.0.13 () {34 vars in 676 bytes} [Thu Sep 3 03:52:36 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:36.790 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d23cb49-74a4-4bd9-b0e4-afd4e474aca5'] response: {'name': 'network-changed', 'server_uuid': 'a2743c3c-003f-4972-9cec-14e615874951', 'tag': '6e8474a7-5ed4-41dc-a0ea-a022e51619f4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1069/2141] 10.0.0.13 () {34 vars in 751 bytes} [Thu Sep 3 03:52:36 2026] PUT /v2.0/policies/7392c031-7348-4a8a-8232-82e6a89eba68/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2142] 10.0.0.13 () {34 vars in 751 bytes} [Thu Sep 3 03:52:36 2026] PUT /v2.0/policies/a093329c-2025-4ca0-a4bb-125c853baf44/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2143] 10.0.0.13 () {34 vars in 751 bytes} [Thu Sep 3 03:52:36 2026] PUT /v2.0/policies/7aee7b5e-a32c-4c2c-be68-f0f18c9fc84a/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2144] 10.0.0.13 () {34 vars in 751 bytes} [Thu Sep 3 03:52:36 2026] PUT /v2.0/policies/0da586b9-4c20-45df-87b1-9d8ac88d41ea/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2145] 10.0.0.13 () {34 vars in 664 bytes} [Thu Sep 3 03:52:36 2026] POST /v2.0/trunks => generated 407 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:37.039 8 INFO neutron.db.segments_db [None req-75462c4d-69fb-4e50-a440-a3442230227f cdf6e0e50a79405ba33f846245dba0ee 2a6fb82aa65e4b64affc01dba709ad87 - - default default] Added segment 58f8d1a4-365d-47f1-9538-f0def63af33b of type vxlan for network 4f6218e5-b463-42c1-bed5-55d29aaaa6d4 [pid: 8|app: 0|req: 1073/2146] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:36 2026] POST /v2.0/networks => generated 632 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2147] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:52:37 2026] GET /v2.0/ports?tenant_id=a2cde26111e74e95b374c7361a8d99e9&device_id=a2743c3c-003f-4972-9cec-14e615874951 => generated 1467 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2148] 10.0.0.13 () {34 vars in 662 bytes} [Thu Sep 3 03:52:37 2026] POST /v2.0/ports => generated 743 bytes in 241 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: 1075/2149] 162.253.55.242 () {34 vars in 1017 bytes} [Thu Sep 3 03:52:37 2026] GET /v2.0/networks?tenant_id=a2cde26111e74e95b374c7361a8d99e9&shared=False => generated 2372 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2150] 10.0.0.13 () {32 vars in 672 bytes} [Thu Sep 3 03:52:37 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2151] 162.253.55.242 () {34 vars in 929 bytes} [Thu Sep 3 03:52:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2152] 10.0.0.13 () {34 vars in 664 bytes} [Thu Sep 3 03:52:37 2026] POST /v2.0/trunks => generated 407 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2153] 10.0.0.13 () {32 vars in 686 bytes} [Thu Sep 3 03:52:37 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2154] 10.0.0.13 () {32 vars in 682 bytes} [Thu Sep 3 03:52:37 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:37.638 7 INFO neutron.db.segments_db [None req-743a4544-b086-47e5-a5bb-23ea9867f77c cdf6e0e50a79405ba33f846245dba0ee 2a6fb82aa65e4b64affc01dba709ad87 - - default default] Added segment 196967d4-7a89-4a4d-8b88-459d4eb348e7 of type vxlan for network 4ea5033c-2974-4f85-bc44-30a817ec8062 [pid: 8|app: 0|req: 1079/2155] 10.0.0.13 () {32 vars in 694 bytes} [Thu Sep 3 03:52:37 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2156] 10.0.0.182 () {34 vars in 989 bytes} [Thu Sep 3 03:52:37 2026] GET /v2.0/ports?device_id=abe7c168-340a-4f1f-9e97-dfd8d5c38108 => generated 1469 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2157] 10.0.0.13 () {32 vars in 680 bytes} [Thu Sep 3 03:52:37 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2158] 10.0.0.182 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:37 2026] GET /v2.0/security-groups?id=86ec192c-4bc2-47f2-b0a0-848041595566&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2159] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:37 2026] POST /v2.0/networks => generated 631 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2160] 10.0.0.13 () {32 vars in 694 bytes} [Thu Sep 3 03:52:37 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2161] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:37 2026] DELETE /v2.0/security-groups/fde17c6b-2202-4095-8071-0b2604c7c75e => 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: 1085/2162] 10.0.0.13 () {32 vars in 690 bytes} [Thu Sep 3 03:52:37 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2163] 10.0.0.13 () {34 vars in 662 bytes} [Thu Sep 3 03:52:37 2026] POST /v2.0/ports => generated 743 bytes in 249 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: 1079/2164] 10.0.0.13 () {32 vars in 702 bytes} [Thu Sep 3 03:52:38 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2165] 10.0.0.13 () {34 vars in 664 bytes} [Thu Sep 3 03:52:38 2026] POST /v2.0/trunks => generated 407 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2166] 10.0.0.13 () {32 vars in 732 bytes} [Thu Sep 3 03:52:38 2026] DELETE /v2.0/qos/policies/7392c031-7348-4a8a-8232-82e6a89eba68 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:52:38.348 7 INFO neutron.db.segments_db [None req-0f13f313-25f4-4089-9e16-c1dfdf865243 cdf6e0e50a79405ba33f846245dba0ee 2a6fb82aa65e4b64affc01dba709ad87 - - default default] Added segment 3c95b179-daee-4dac-9e15-a1b5ed254766 of type vxlan for network f20a6885-00ac-4a4f-b31f-057a51f7141e 2026-09-03 03:52:38.400 8 INFO neutron_taas.services.taas.taas_plugin [None req-05d20346-fd98-4157-8c92-1537ab57cf17 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] TaaS: Handle Delete Port: a7c5219d-3b86-4ef6-9d8b-43f113e9a860 2026-09-03 03:52:38.403 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05d20346-fd98-4157-8c92-1537ab57cf17 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Tap Mirror: Handle Delete Port: a7c5219d-3b86-4ef6-9d8b-43f113e9a860 [pid: 7|app: 0|req: 1082/2167] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:38 2026] POST /v2.0/networks => generated 632 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2168] 10.0.0.13 () {32 vars in 732 bytes} [Thu Sep 3 03:52:38 2026] DELETE /v2.0/qos/policies/a093329c-2025-4ca0-a4bb-125c853baf44 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2169] 10.0.0.13 () {34 vars in 662 bytes} [Thu Sep 3 03:52:38 2026] POST /v2.0/ports => generated 743 bytes in 342 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: 1086/2170] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:52:38 2026] PUT /v2.0/routers/f376f05c-52c4-4e4b-a82f-0537eb9ac551/remove_router_interface => generated 309 bytes in 845 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2171] 10.0.0.13 () {32 vars in 732 bytes} [Thu Sep 3 03:52:38 2026] DELETE /v2.0/qos/policies/7aee7b5e-a32c-4c2c-be68-f0f18c9fc84a => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2172] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:52:38 2026] GET /v2.0/ports?tenant_id=a2cde26111e74e95b374c7361a8d99e9&device_id=a2743c3c-003f-4972-9cec-14e615874951 => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2173] 10.0.0.13 () {34 vars in 664 bytes} [Thu Sep 3 03:52:38 2026] POST /v2.0/trunks => generated 407 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2174] 10.0.0.13 () {32 vars in 732 bytes} [Thu Sep 3 03:52:39 2026] DELETE /v2.0/qos/policies/0da586b9-4c20-45df-87b1-9d8ac88d41ea => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2175] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:52:38 2026] DELETE /v2.0/subnets/4ce798b0-2528-477b-acc0-802aa86f7c99 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2176] 162.253.55.242 () {34 vars in 1055 bytes} [Thu Sep 3 03:52:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.53&port_id=6e8474a7-5ed4-41dc-a0ea-a022e51619f4 => 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: 1089/2177] 10.0.0.13 () {32 vars in 732 bytes} [Thu Sep 3 03:52:39 2026] DELETE /v2.0/qos/policies/bfd28560-2b3b-4b7e-8525-dc945cae9337 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:52:39.121 8 INFO neutron.db.segments_db [None req-d262a33c-5e5c-46c6-858b-ea1b646c1796 cdf6e0e50a79405ba33f846245dba0ee 2a6fb82aa65e4b64affc01dba709ad87 - - default default] Added segment e7db3a6f-b87d-4d85-8eca-1910a684321e of type vxlan for network 6c36c529-171a-469c-8c57-8d29be5e61ca [pid: 8|app: 0|req: 1089/2178] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:39 2026] POST /v2.0/networks => generated 631 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2179] 162.253.55.242 () {34 vars in 1105 bytes} [Thu Sep 3 03:52:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2f4&port_id=6e8474a7-5ed4-41dc-a0ea-a022e51619f4 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:52:39.316 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4b16022-e1e7-4ec0-9deb-7a19eaa58305 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] TaaS: Handle Delete Port: e6e0f74c-1759-4cf6-b07c-84c3bab0e094 2026-09-03 03:52:39.318 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4b16022-e1e7-4ec0-9deb-7a19eaa58305 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Tap Mirror: Handle Delete Port: e6e0f74c-1759-4cf6-b07c-84c3bab0e094 2026-09-03 03:52:39.518 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4b16022-e1e7-4ec0-9deb-7a19eaa58305 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] TaaS: Handle Delete Port: 3cd84516-0636-4f29-8f23-5dffa513858a 2026-09-03 03:52:39.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4b16022-e1e7-4ec0-9deb-7a19eaa58305 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Tap Mirror: Handle Delete Port: 3cd84516-0636-4f29-8f23-5dffa513858a [pid: 8|app: 0|req: 1091/2180] 10.0.0.13 () {34 vars in 662 bytes} [Thu Sep 3 03:52:39 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1092/2181] 162.253.55.242 () {34 vars in 1063 bytes} [Thu Sep 3 03:52:39 2026] GET /v2.0/subnets?id=ca299cdf-816b-4409-a246-176d102a802c&id=6a67b69a-0b25-4831-a4fc-a82e6776b113 => generated 1413 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2182] 10.0.0.13 () {34 vars in 664 bytes} [Thu Sep 3 03:52:39 2026] POST /v2.0/trunks => generated 407 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2183] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:52:39 2026] GET /v2.0/ports?network_id=208afdff-77a2-466d-ac49-97a8db456aae&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2184] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:52:39 2026] PUT /v2.0/trunks/98fe086f-d02d-4722-99ca-691bf03b673a/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2185] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:52:39 2026] GET /v2.0/ports?network_id=208afdff-77a2-466d-ac49-97a8db456aae&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:52:39.865 7 INFO neutron.services.segments.plugin [-] Segment fdfd9c7d-08b7-4adb-a1c7-913a690e6588 resource provider aggregate not found 2026-09-03 03:52:39.873 7 INFO neutron.services.segments.plugin [-] Segment fdfd9c7d-08b7-4adb-a1c7-913a690e6588 resource provider aggregate not found [pid: 8|app: 0|req: 1097/2186] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:52:39 2026] PUT /v2.0/trunks/141ec94a-cb87-4a8b-849b-8faed9b2a971/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:52:39.892 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fdfd9c7d-08b7-4adb-a1c7-913a690e6588 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdfd9c7d-08b7-4adb-a1c7-913a690e6588 found for delete ", "request_id": "req-2eae849c-f461-46ef-9a8a-65a68135fa03"}]} 2026-09-03 03:52:39.895 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fdfd9c7d-08b7-4adb-a1c7-913a690e6588 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdfd9c7d-08b7-4adb-a1c7-913a690e6588 found for delete ", "request_id": "req-33ef446b-6720-49fd-a417-fdc122c9c7b2"}]} 2026-09-03 03:52:39.912 7 INFO neutron.db.l3_hamode_db [None req-f4b16022-e1e7-4ec0-9deb-7a19eaa58305 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] HA network aa61afd4-2b3b-4f3d-9b1b-19c420b19251 was deleted as no HA routers are present in tenant 6d6c490b76104a8e934b979be536c607. [pid: 7|app: 0|req: 1090/2187] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:52:39 2026] DELETE /v2.0/routers/f376f05c-52c4-4e4b-a82f-0537eb9ac551 => generated 0 bytes in 811 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2188] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:52:39 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?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: 1091/2189] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:52:39 2026] PUT /v2.0/trunks/38eee07c-30cd-4e2e-a355-1ae5e60b9db1/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:52:40.011 8 INFO neutron_taas.services.taas.taas_plugin [None req-fe638207-089e-48d8-b173-ede6b1fd0ad3 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] TaaS: Handle Delete Port: 979ee4fc-cea9-4ad5-b805-434eb6e92578 2026-09-03 03:52:40.013 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe638207-089e-48d8-b173-ede6b1fd0ad3 d89b61b22d7d48c18564cb42c38a09b4 6d6c490b76104a8e934b979be536c607 - - default default] Tap Mirror: Handle Delete Port: 979ee4fc-cea9-4ad5-b805-434eb6e92578 [pid: 7|app: 0|req: 1092/2190] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:52:39 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?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: 1093/2191] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:52:40 2026] PUT /v2.0/trunks/355a9753-0031-4937-b168-a5b58d467dde/tags => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:52:40.156 8 INFO neutron.services.segments.plugin [-] Segment 101c3daa-39d1-4e20-ab8c-8266ac58f970 resource provider aggregate not found 2026-09-03 03:52:40.161 8 INFO neutron.services.segments.plugin [-] Segment 101c3daa-39d1-4e20-ab8c-8266ac58f970 resource provider aggregate not found 2026-09-03 03:52:40.173 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 101c3daa-39d1-4e20-ab8c-8266ac58f970 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 101c3daa-39d1-4e20-ab8c-8266ac58f970 found for delete ", "request_id": "req-33c1eb1c-fa39-4337-b97d-fbfc28e58101"}]} 2026-09-03 03:52:40.188 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 101c3daa-39d1-4e20-ab8c-8266ac58f970 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 101c3daa-39d1-4e20-ab8c-8266ac58f970 found for delete ", "request_id": "req-f5fc045e-b9c3-4a7d-a2bf-e6dd278be53e"}]} [pid: 8|app: 0|req: 1099/2192] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:39 2026] DELETE /v2.0/networks/c5ad2f50-2575-4a13-a0b1-a2d13e95e93d => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2193] 10.0.0.13 () {32 vars in 660 bytes} [Thu Sep 3 03:52:40 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2194] 10.0.0.13 () {32 vars in 674 bytes} [Thu Sep 3 03:52:40 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2195] 10.0.0.13 () {32 vars in 670 bytes} [Thu Sep 3 03:52:40 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: 1103/2196] 10.0.0.13 () {32 vars in 682 bytes} [Thu Sep 3 03:52:40 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2197] 10.0.0.13 () {32 vars in 668 bytes} [Thu Sep 3 03:52:40 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2198] 10.0.0.13 () {32 vars in 682 bytes} [Thu Sep 3 03:52:40 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2199] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:40 2026] GET /v2.0/security-groups?tenant_id=7e22988b176d4c6387e9ea2cd641e02b&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2200] 10.0.0.13 () {32 vars in 678 bytes} [Thu Sep 3 03:52:40 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2201] 10.0.0.13 () {32 vars in 690 bytes} [Thu Sep 3 03:52:40 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2202] 10.0.0.13 () {32 vars in 717 bytes} [Thu Sep 3 03:52:40 2026] GET /v2.0/trunks/98fe086f-d02d-4722-99ca-691bf03b673a => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2203] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:40 2026] DELETE /v2.0/security-groups/646b29ac-7222-4c9d-9b4f-90dd0401ea68 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2204] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:52:40 2026] GET /v2.0/ports/0ea45f2a-d7bc-4148-bd24-8d9e56f42ce9 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2205] 10.0.0.13 () {32 vars in 720 bytes} [Thu Sep 3 03:52:40 2026] DELETE /v2.0/trunks/98fe086f-d02d-4722-99ca-691bf03b673a => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2206] 10.0.0.13 () {32 vars in 717 bytes} [Thu Sep 3 03:52:40 2026] GET /v2.0/trunks/141ec94a-cb87-4a8b-849b-8faed9b2a971 => generated 420 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2207] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:52:40 2026] GET /v2.0/ports/9ead9c91-eb33-4cd0-828b-d50b1dc8e769 => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2208] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:40 2026] GET /v2.0/security-groups?tenant_id=d67bce6fe45d4791962f233b1eb7fa30&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2209] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:40 2026] DELETE /v2.0/security-groups/19025ff1-7b78-446e-9ce5-dcf9c4d5f24e => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2210] 10.0.0.13 () {32 vars in 720 bytes} [Thu Sep 3 03:52:40 2026] DELETE /v2.0/trunks/141ec94a-cb87-4a8b-849b-8faed9b2a971 => 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: 1112/2211] 10.0.0.13 () {32 vars in 717 bytes} [Thu Sep 3 03:52:40 2026] GET /v2.0/trunks/38eee07c-30cd-4e2e-a355-1ae5e60b9db1 => generated 429 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2212] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:52:40 2026] GET /v2.0/ports/79a519d0-732d-4391-b927-0967b61b20b0 => generated 826 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2213] 10.0.0.13 () {32 vars in 720 bytes} [Thu Sep 3 03:52:40 2026] DELETE /v2.0/trunks/38eee07c-30cd-4e2e-a355-1ae5e60b9db1 => 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: 1113/2214] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:40 2026] GET /v2.0/security-groups?tenant_id=6d6c490b76104a8e934b979be536c607&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2215] 10.0.0.13 () {32 vars in 717 bytes} [Thu Sep 3 03:52:41 2026] GET /v2.0/trunks/355a9753-0031-4937-b168-a5b58d467dde => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2216] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:41 2026] GET /v2.0/security-groups?tenant_id=6bee2fb1f1a7456c89043e60e782daab&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2217] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:41 2026] DELETE /v2.0/security-groups/ccc73b75-a0d6-4304-85e8-33646c657da0 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2218] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:52:41 2026] GET /v2.0/ports/68014ca0-d188-4143-912c-c9ad366e8361 => generated 826 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2219] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:41 2026] DELETE /v2.0/security-groups/f7f3f39b-40ec-43c8-b04e-899b64e11aae => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2220] 10.0.0.13 () {32 vars in 720 bytes} [Thu Sep 3 03:52:41 2026] DELETE /v2.0/trunks/355a9753-0031-4937-b168-a5b58d467dde => 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: 1105/2221] 10.0.0.13 () {32 vars in 717 bytes} [Thu Sep 3 03:52:41 2026] GET /v2.0/trunks/510c8652-ce2d-4d93-97f0-fbca36db0325 => generated 407 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2222] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:52:41 2026] GET /v2.0/ports/b75bb30b-eebf-4ce7-b0c8-20a2b12ec6d9 => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2223] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:41 2026] GET /v2.0/security-groups?tenant_id=a1ed01fb62f7441984823c6d9a072858&name=default => generated 2925 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2224] 10.0.0.13 () {32 vars in 720 bytes} [Thu Sep 3 03:52:41 2026] DELETE /v2.0/trunks/510c8652-ce2d-4d93-97f0-fbca36db0325 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2225] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:41 2026] DELETE /v2.0/security-groups/99656566-0e3c-4a19-80f9-40e0c4da73a1 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:52:41.614 7 INFO neutron_taas.services.taas.taas_plugin [None req-655835a0-c81d-4136-9af4-4f47736b2619 cdf6e0e50a79405ba33f846245dba0ee 2a6fb82aa65e4b64affc01dba709ad87 - - default default] TaaS: Handle Delete Port: 0ea45f2a-d7bc-4148-bd24-8d9e56f42ce9 2026-09-03 03:52:41.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-655835a0-c81d-4136-9af4-4f47736b2619 cdf6e0e50a79405ba33f846245dba0ee 2a6fb82aa65e4b64affc01dba709ad87 - - default default] Tap Mirror: Handle Delete Port: 0ea45f2a-d7bc-4148-bd24-8d9e56f42ce9 [pid: 7|app: 0|req: 1108/2226] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:41 2026] DELETE /v2.0/ports/0ea45f2a-d7bc-4148-bd24-8d9e56f42ce9 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:41.825 8 INFO neutron_taas.services.taas.taas_plugin [None req-a78add7d-3a7f-451e-b61a-3e8bf2e99758 cdf6e0e50a79405ba33f846245dba0ee 2a6fb82aa65e4b64affc01dba709ad87 - - default default] TaaS: Handle Delete Port: 9ead9c91-eb33-4cd0-828b-d50b1dc8e769 2026-09-03 03:52:41.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a78add7d-3a7f-451e-b61a-3e8bf2e99758 cdf6e0e50a79405ba33f846245dba0ee 2a6fb82aa65e4b64affc01dba709ad87 - - default default] Tap Mirror: Handle Delete Port: 9ead9c91-eb33-4cd0-828b-d50b1dc8e769 [pid: 8|app: 0|req: 1119/2227] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:41 2026] DELETE /v2.0/ports/9ead9c91-eb33-4cd0-828b-d50b1dc8e769 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2228] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:41 2026] GET /v2.0/ports?device_id=a2743c3c-003f-4972-9cec-14e615874951 => generated 1198 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2229] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:41 2026] GET /v2.0/security-groups?id=86ec192c-4bc2-47f2-b0a0-848041595566&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:42.002 8 INFO neutron_taas.services.taas.taas_plugin [None req-3475d2a7-0ee6-441a-9c3a-d3a6f8f4648d cdf6e0e50a79405ba33f846245dba0ee 2a6fb82aa65e4b64affc01dba709ad87 - - default default] TaaS: Handle Delete Port: 79a519d0-732d-4391-b927-0967b61b20b0 2026-09-03 03:52:42.005 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3475d2a7-0ee6-441a-9c3a-d3a6f8f4648d cdf6e0e50a79405ba33f846245dba0ee 2a6fb82aa65e4b64affc01dba709ad87 - - default default] Tap Mirror: Handle Delete Port: 79a519d0-732d-4391-b927-0967b61b20b0 [pid: 8|app: 0|req: 1120/2230] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:41 2026] DELETE /v2.0/ports/79a519d0-732d-4391-b927-0967b61b20b0 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:42.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-e444b5fc-c244-406e-be58-36cc7c5bcc6a cdf6e0e50a79405ba33f846245dba0ee 2a6fb82aa65e4b64affc01dba709ad87 - - default default] TaaS: Handle Delete Port: 68014ca0-d188-4143-912c-c9ad366e8361 2026-09-03 03:52:42.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e444b5fc-c244-406e-be58-36cc7c5bcc6a cdf6e0e50a79405ba33f846245dba0ee 2a6fb82aa65e4b64affc01dba709ad87 - - default default] Tap Mirror: Handle Delete Port: 68014ca0-d188-4143-912c-c9ad366e8361 [pid: 7|app: 0|req: 1111/2231] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:42 2026] DELETE /v2.0/ports/68014ca0-d188-4143-912c-c9ad366e8361 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:42.428 8 INFO neutron_taas.services.taas.taas_plugin [None req-5971a1e2-129d-4664-83cc-95f325ac8f45 cdf6e0e50a79405ba33f846245dba0ee 2a6fb82aa65e4b64affc01dba709ad87 - - default default] TaaS: Handle Delete Port: b75bb30b-eebf-4ce7-b0c8-20a2b12ec6d9 2026-09-03 03:52:42.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5971a1e2-129d-4664-83cc-95f325ac8f45 cdf6e0e50a79405ba33f846245dba0ee 2a6fb82aa65e4b64affc01dba709ad87 - - default default] Tap Mirror: Handle Delete Port: b75bb30b-eebf-4ce7-b0c8-20a2b12ec6d9 [pid: 8|app: 0|req: 1121/2232] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:42 2026] DELETE /v2.0/ports/b75bb30b-eebf-4ce7-b0c8-20a2b12ec6d9 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:42.701 7 INFO neutron.services.segments.plugin [-] Segment f2a5690c-6d91-450c-908e-cb9dce012451 resource provider aggregate not found 2026-09-03 03:52:42.708 7 INFO neutron.services.segments.plugin [-] Segment f2a5690c-6d91-450c-908e-cb9dce012451 resource provider aggregate not found 2026-09-03 03:52:42.727 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f2a5690c-6d91-450c-908e-cb9dce012451 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2a5690c-6d91-450c-908e-cb9dce012451 found for delete ", "request_id": "req-5b5bd03e-102f-4f5f-af76-3b793fe93869"}]} 2026-09-03 03:52:42.747 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment f2a5690c-6d91-450c-908e-cb9dce012451 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2a5690c-6d91-450c-908e-cb9dce012451 found for delete ", "request_id": "req-238bbca4-adbb-44be-80e9-c4c259bae521"}]} [pid: 7|app: 0|req: 1112/2233] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:42 2026] DELETE /v2.0/networks/9f84cec3-79b8-46f3-b1ad-54dd04ce5de9 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:42.923 8 INFO neutron.services.segments.plugin [-] Segment 58f8d1a4-365d-47f1-9538-f0def63af33b resource provider aggregate not found 2026-09-03 03:52:42.944 8 INFO neutron.services.segments.plugin [-] Segment 58f8d1a4-365d-47f1-9538-f0def63af33b resource provider aggregate not found 2026-09-03 03:52:42.951 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 58f8d1a4-365d-47f1-9538-f0def63af33b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58f8d1a4-365d-47f1-9538-f0def63af33b found for delete ", "request_id": "req-f59805b7-0da0-49fc-9cd8-b2fd0e52cdc2"}]} [pid: 8|app: 0|req: 1122/2234] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:42 2026] DELETE /v2.0/networks/4f6218e5-b463-42c1-bed5-55d29aaaa6d4 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:42.967 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 58f8d1a4-365d-47f1-9538-f0def63af33b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58f8d1a4-365d-47f1-9538-f0def63af33b found for delete ", "request_id": "req-41973545-93e9-42d9-b603-73b178ac0ae1"}]} [pid: 7|app: 0|req: 1113/2235] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:42 2026] DELETE /v2.0/networks/4ea5033c-2974-4f85-bc44-30a817ec8062 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2236] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:43 2026] DELETE /v2.0/networks/f20a6885-00ac-4a4f-b31f-057a51f7141e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2237] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:43 2026] DELETE /v2.0/networks/6c36c529-171a-469c-8c57-8d29be5e61ca => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:52:44.752 7 INFO neutron.services.segments.plugin [-] Segment 196967d4-7a89-4a4d-8b88-459d4eb348e7 resource provider aggregate not found 2026-09-03 03:52:44.779 7 INFO neutron.services.segments.plugin [-] Segment 196967d4-7a89-4a4d-8b88-459d4eb348e7 resource provider aggregate not found 2026-09-03 03:52:44.790 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 196967d4-7a89-4a4d-8b88-459d4eb348e7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 196967d4-7a89-4a4d-8b88-459d4eb348e7 found for delete ", "request_id": "req-3d9ea4a5-f526-4ac5-bddd-59ece9e48109"}]} 2026-09-03 03:52:44.815 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 196967d4-7a89-4a4d-8b88-459d4eb348e7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 196967d4-7a89-4a4d-8b88-459d4eb348e7 found for delete ", "request_id": "req-897ee88a-8351-4870-ae10-9ac2b9615438"}]} 2026-09-03 03:52:44.820 7 INFO neutron.services.segments.plugin [-] Segment e7db3a6f-b87d-4d85-8eca-1910a684321e resource provider aggregate not found [pid: 8|app: 0|req: 1124/2238] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:44 2026] GET /v2.0/security-groups?tenant_id=2a6fb82aa65e4b64affc01dba709ad87&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:52:44.838 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e7db3a6f-b87d-4d85-8eca-1910a684321e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7db3a6f-b87d-4d85-8eca-1910a684321e found for delete ", "request_id": "req-080b256c-2513-45c8-9e0a-04d04194203e"}]} 2026-09-03 03:52:44.841 7 INFO neutron.services.segments.plugin [-] Segment e7db3a6f-b87d-4d85-8eca-1910a684321e resource provider aggregate not found 2026-09-03 03:52:44.865 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e7db3a6f-b87d-4d85-8eca-1910a684321e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7db3a6f-b87d-4d85-8eca-1910a684321e found for delete ", "request_id": "req-b19d05e3-6e7a-47d1-a44d-709dacfaded4"}]} [pid: 7|app: 0|req: 1115/2239] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:44 2026] DELETE /v2.0/security-groups/9c8ccee5-fd32-4181-b2cf-0d33536313ae => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:52:44.974 8 INFO neutron.services.segments.plugin [-] Segment 3c95b179-daee-4dac-9e15-a1b5ed254766 resource provider aggregate not found 2026-09-03 03:52:44.984 8 INFO neutron.services.segments.plugin [-] Segment 3c95b179-daee-4dac-9e15-a1b5ed254766 resource provider aggregate not found 2026-09-03 03:52:45.000 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3c95b179-daee-4dac-9e15-a1b5ed254766 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c95b179-daee-4dac-9e15-a1b5ed254766 found for delete ", "request_id": "req-0d350ac1-7128-4001-abfc-35b1816456bd"}]} 2026-09-03 03:52:45.003 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3c95b179-daee-4dac-9e15-a1b5ed254766 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c95b179-daee-4dac-9e15-a1b5ed254766 found for delete ", "request_id": "req-9c571648-5dd1-4a2d-9550-548c412dfb74"}]} 2026-09-03 03:52:45.218 8 INFO neutron.db.segments_db [None req-aa6d1038-14f9-4cae-98fc-4fe8102471f5 aef686e295a74600bbb4eac1438f158d 2a12c14b470c4090afb317fedc95665c - - default default] Added segment 34e505b6-9659-4744-9e44-417922179b2a of type vxlan for network de1feb04-879c-439b-a041-f33e9d0378b9 [pid: 7|app: 0|req: 1116/2240] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:45 2026] GET /v2.0/security-groups?tenant_id=89157780a6c24ff19cf45e82f2dd6825&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2241] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:44 2026] POST /v2.0/networks => generated 631 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2242] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:45 2026] DELETE /v2.0/security-groups/18a55da5-08c1-4cc9-b5b4-765275e9f0fd => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2243] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:45 2026] GET /v2.0/security-groups?tenant_id=41fdebb5045443eabe8da37d6502195d&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2244] 10.0.0.13 () {34 vars in 662 bytes} [Thu Sep 3 03:52:45 2026] POST /v2.0/ports => generated 743 bytes in 371 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: 1127/2245] 10.0.0.13 () {34 vars in 745 bytes} [Thu Sep 3 03:52:45 2026] PUT /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1119/2246] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:45 2026] DELETE /v2.0/security-groups/98c52515-bd33-4412-af81-7dc9d599bf66 => 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: 1128/2247] 10.0.0.13 () {32 vars in 725 bytes} [Thu Sep 3 03:52:45 2026] GET /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2248] 10.0.0.13 () {34 vars in 756 bytes} [Thu Sep 3 03:52:45 2026] PUT /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags/green => generated 4 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1121/2249] 10.0.0.13 () {32 vars in 725 bytes} [Thu Sep 3 03:52:45 2026] GET /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags => generated 34 bytes in 79 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: 1122/2250] 10.0.0.13 () {34 vars in 752 bytes} [Thu Sep 3 03:52:46 2026] PUT /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags/red => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1123/2251] 10.0.0.13 () {32 vars in 725 bytes} [Thu Sep 3 03:52:46 2026] GET /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1124/2252] 10.0.0.13 () {34 vars in 774 bytes} [Thu Sep 3 03:52:46 2026] PUT /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1125/2253] 10.0.0.13 () {32 vars in 725 bytes} [Thu Sep 3 03:52:46 2026] GET /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags => generated 52 bytes in 45 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: 1126/2254] 10.0.0.13 () {34 vars in 745 bytes} [Thu Sep 3 03:52:46 2026] PUT /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-03 03:52:46.359 8 INFO neutron.db.segments_db [None req-27f7f3e9-92e7-4971-aa25-1391b5a706db fcf64b33f16146858383d84b84a8abf5 2f8636f794124a479ae6eb9c5e88731f - - default default] Added segment b9be00fa-a280-48b5-b03b-a2cf1563a381 of type vxlan for network d1834472-961f-4774-9dea-179d5f30d463 [pid: 7|app: 0|req: 1127/2255] 10.0.0.13 () {32 vars in 725 bytes} [Thu Sep 3 03:52:46 2026] GET /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags => generated 37 bytes in 36 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: 1129/2256] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:45 2026] POST /v2.0/networks => generated 727 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2257] 10.0.0.13 () {32 vars in 733 bytes} [Thu Sep 3 03:52:46 2026] GET /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-03 03:52:46.516 7 INFO neutron.api.v2.resource [None req-932cb705-9a70-421b-b734-cc947aad0cea aef686e295a74600bbb4eac1438f158d 2a12c14b470c4090afb317fedc95665c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1129/2258] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:52:46 2026] GET /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags/green => generated 99 bytes in 55 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: 1130/2259] 10.0.0.13 () {32 vars in 736 bytes} [Thu Sep 3 03:52:46 2026] DELETE /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags/red => generated 0 bytes in 77 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: 1130/2260] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:46 2026] POST /v2.0/subnets => generated 644 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:46.631 8 WARNING neutron.api.v2.base [None req-f1190c23-ebc0-463b-b16f-f1880ee8c599 fcf64b33f16146858383d84b84a8abf5 2f8636f794124a479ae6eb9c5e88731f - - 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-09-03 03:52:46.631 8 INFO neutron.api.v2.resource [None req-f1190c23-ebc0-463b-b16f-f1880ee8c599 fcf64b33f16146858383d84b84a8abf5 2f8636f794124a479ae6eb9c5e88731f - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1131/2261] 10.0.0.13 () {34 vars in 679 bytes} [Thu Sep 3 03:52:46 2026] POST /v2.0/rbac-policies => generated 143 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2262] 10.0.0.13 () {32 vars in 725 bytes} [Thu Sep 3 03:52:46 2026] GET /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags => generated 30 bytes in 67 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-09-03 03:52:46.743 7 INFO neutron.api.v2.resource [None req-295a6fd3-fa5e-487a-8de0-73c0f63e0eaf aef686e295a74600bbb4eac1438f158d 2a12c14b470c4090afb317fedc95665c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1132/2263] 10.0.0.13 () {32 vars in 740 bytes} [Thu Sep 3 03:52:46 2026] DELETE /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags/green => generated 99 bytes in 63 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: 1133/2264] 10.0.0.13 () {32 vars in 728 bytes} [Thu Sep 3 03:52:46 2026] DELETE /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags => generated 0 bytes in 88 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: 1132/2265] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:46 2026] DELETE /v2.0/networks/d1834472-961f-4774-9dea-179d5f30d463 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2266] 10.0.0.13 () {32 vars in 725 bytes} [Thu Sep 3 03:52:46 2026] GET /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c/tags => generated 12 bytes in 48 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-09-03 03:52:46.905 8 INFO neutron.db.segments_db [None req-671298c6-c040-4cd8-b390-e673c50ac09f fcf64b33f16146858383d84b84a8abf5 2f8636f794124a479ae6eb9c5e88731f - - default default] Added segment c5a6829e-d69d-43e0-9365-b43bfffc0a20 of type vxlan for network fe2ebe1a-5b5a-4ffa-a0dd-af805845cfa7 [pid: 8|app: 0|req: 1133/2267] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:46 2026] POST /v2.0/networks => generated 725 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:46.996 7 INFO neutron_taas.services.taas.taas_plugin [None req-edfb8af1-b165-4c47-9585-8f4d4a898f6a aef686e295a74600bbb4eac1438f158d 2a12c14b470c4090afb317fedc95665c - - default default] TaaS: Handle Delete Port: 5b985428-f557-4193-9be2-35e106d7247c 2026-09-03 03:52:46.999 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-edfb8af1-b165-4c47-9585-8f4d4a898f6a aef686e295a74600bbb4eac1438f158d 2a12c14b470c4090afb317fedc95665c - - default default] Tap Mirror: Handle Delete Port: 5b985428-f557-4193-9be2-35e106d7247c 2026-09-03 03:52:47.022 8 INFO neutron.services.segments.plugin [-] Segment b9be00fa-a280-48b5-b03b-a2cf1563a381 resource provider aggregate not found 2026-09-03 03:52:47.027 8 INFO neutron.services.segments.plugin [-] Segment b9be00fa-a280-48b5-b03b-a2cf1563a381 resource provider aggregate not found 2026-09-03 03:52:47.043 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b9be00fa-a280-48b5-b03b-a2cf1563a381 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9be00fa-a280-48b5-b03b-a2cf1563a381 found for delete ", "request_id": "req-cceb879f-349f-47fc-ad38-624763860a2d"}]} 2026-09-03 03:52:47.044 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b9be00fa-a280-48b5-b03b-a2cf1563a381 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9be00fa-a280-48b5-b03b-a2cf1563a381 found for delete ", "request_id": "req-428ce470-b01b-4ae3-a261-d9f9bd2cbfb3"}]} [pid: 7|app: 0|req: 1135/2268] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:52:46 2026] DELETE /v2.0/ports/5b985428-f557-4193-9be2-35e106d7247c => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2269] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:52:47 2026] GET /v2.0/ports?device_id=a2743c3c-003f-4972-9cec-14e615874951 => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2270] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:46 2026] POST /v2.0/subnets => generated 647 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:47.167 8 WARNING neutron.api.v2.base [None req-94dd29aa-1b31-4276-bdaa-f45e6f0fbc84 fcf64b33f16146858383d84b84a8abf5 2f8636f794124a479ae6eb9c5e88731f - - 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-09-03 03:52:47.168 8 INFO neutron.api.v2.resource [None req-94dd29aa-1b31-4276-bdaa-f45e6f0fbc84 fcf64b33f16146858383d84b84a8abf5 2f8636f794124a479ae6eb9c5e88731f - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1135/2271] 10.0.0.13 () {34 vars in 679 bytes} [Thu Sep 3 03:52:47 2026] POST /v2.0/rbac-policies => generated 547 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2272] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:47 2026] GET /v2.0/security-groups?id=86ec192c-4bc2-47f2-b0a0-848041595566&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:47.303 7 INFO neutron.services.segments.plugin [-] Segment 34e505b6-9659-4744-9e44-417922179b2a resource provider aggregate not found 2026-09-03 03:52:47.307 7 INFO neutron.services.segments.plugin [-] Segment 34e505b6-9659-4744-9e44-417922179b2a resource provider aggregate not found 2026-09-03 03:52:47.327 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 34e505b6-9659-4744-9e44-417922179b2a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34e505b6-9659-4744-9e44-417922179b2a found for delete ", "request_id": "req-fdf324db-2774-45c7-a474-718adc203e49"}]} 2026-09-03 03:52:47.331 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 34e505b6-9659-4744-9e44-417922179b2a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34e505b6-9659-4744-9e44-417922179b2a found for delete ", "request_id": "req-56763e4c-ec22-4077-8f58-2a78eb17a1bc"}]} [pid: 7|app: 0|req: 1137/2273] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:47 2026] DELETE /v2.0/networks/de1feb04-879c-439b-a041-f33e9d0378b9 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2274] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:47 2026] DELETE /v2.0/networks/fe2ebe1a-5b5a-4ffa-a0dd-af805845cfa7 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2275] 10.0.0.13 () {32 vars in 816 bytes} [Thu Sep 3 03:52:47 2026] GET /v2.0/ports?network_id=208afdff-77a2-466d-ac49-97a8db456aae&mac_address=fa%3A16%3A3e%3A35%3Ac5%3A10 => generated 1200 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:52:47.402 8 INFO neutron.db.segments_db [None req-4b05ce8d-a5aa-4606-97b6-dcbba44eb4e6 fcf64b33f16146858383d84b84a8abf5 2f8636f794124a479ae6eb9c5e88731f - - default default] Added segment 1d992d64-fa51-4cc5-84b5-0cf679e7ffd6 of type vxlan for network 674c1845-e7eb-4b6d-9711-06f56dbfa4f6 [pid: 8|app: 0|req: 1138/2276] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:47 2026] POST /v2.0/networks => generated 727 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2277] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:47 2026] POST /v2.0/subnets => generated 647 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2278] 10.0.0.13 () {34 vars in 679 bytes} [Thu Sep 3 03:52:47 2026] POST /v2.0/rbac-policies => generated 324 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:47.997 7 INFO neutron.db.l3_db [None req-01c8df70-be40-4829-8e01-5435d771f01f 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Floating IP a6f19b30-8c41-4f32-8270-56fa4af6b6b3 associated. External IP: 10.96.250.216, port: 6e8474a7-5ed4-41dc-a0ea-a022e51619f4. [pid: 7|app: 0|req: 1139/2279] 10.0.0.13 () {34 vars in 675 bytes} [Thu Sep 3 03:52:47 2026] POST /v2.0/floatingips => generated 854 bytes in 914 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:48.327 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-deb51efb-150a-4a8c-a4c2-ea41833869ae'] response: {'name': 'network-changed', 'server_uuid': 'a2743c3c-003f-4972-9cec-14e615874951', 'tag': '6e8474a7-5ed4-41dc-a0ea-a022e51619f4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1141/2280] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:48 2026] GET /v2.0/security-groups?tenant_id=729f26634d604959baa95d738aa25caa&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2281] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:48 2026] DELETE /v2.0/security-groups/34277c42-2f76-4d9e-a04a-2833a80ca5f1 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2282] 10.0.0.13 () {32 vars in 721 bytes} [Thu Sep 3 03:52:48 2026] GET /v2.0/networks/674c1845-e7eb-4b6d-9711-06f56dbfa4f6 => generated 655 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2283] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:48 2026] GET /v2.0/security-groups?tenant_id=2a12c14b470c4090afb317fedc95665c&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2284] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:48 2026] DELETE /v2.0/security-groups/f72cc663-79ad-4b73-9632-c1311c88df5c => 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: 1144/2285] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:52:48 2026] GET /v2.0/ports?tenant_id=a2cde26111e74e95b374c7361a8d99e9&device_id=a2743c3c-003f-4972-9cec-14e615874951 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2286] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:52:48 2026] GET /v2.0/networks?id=208afdff-77a2-466d-ac49-97a8db456aae => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:48.941 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1695d3c7-9caf-4eaf-b4ad-dcf440df2542 5ce272a140e0449b8f8628c1aec66d6f 6a5f8117b21e43cca2b37fbc33cc31a8 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1142/2287] 10.0.0.13 () {32 vars in 721 bytes} [Thu Sep 3 03:52:48 2026] GET /v2.0/networks/674c1845-e7eb-4b6d-9711-06f56dbfa4f6 => generated 138 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2288] 162.253.55.242 () {34 vars in 1055 bytes} [Thu Sep 3 03:52:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.53&port_id=6e8474a7-5ed4-41dc-a0ea-a022e51619f4 => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2289] 162.253.55.242 () {34 vars in 1105 bytes} [Thu Sep 3 03:52:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2f4&port_id=6e8474a7-5ed4-41dc-a0ea-a022e51619f4 => 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: 1148/2290] 162.253.55.242 () {34 vars in 1063 bytes} [Thu Sep 3 03:52:49 2026] GET /v2.0/subnets?id=ca299cdf-816b-4409-a246-176d102a802c&id=6a67b69a-0b25-4831-a4fc-a82e6776b113 => generated 1413 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:52:49.063 8 INFO neutron.services.segments.plugin [-] Segment c5a6829e-d69d-43e0-9365-b43bfffc0a20 resource provider aggregate not found 2026-09-03 03:52:49.068 8 INFO neutron.services.segments.plugin [-] Segment c5a6829e-d69d-43e0-9365-b43bfffc0a20 resource provider aggregate not found [pid: 8|app: 0|req: 1149/2291] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:52:49 2026] GET /v2.0/ports?network_id=208afdff-77a2-466d-ac49-97a8db456aae&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:52:49.091 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c5a6829e-d69d-43e0-9365-b43bfffc0a20 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5a6829e-d69d-43e0-9365-b43bfffc0a20 found for delete ", "request_id": "req-05d06a86-f235-4d6b-bb07-82b04e380dcf"}]} 2026-09-03 03:52:49.092 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c5a6829e-d69d-43e0-9365-b43bfffc0a20 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5a6829e-d69d-43e0-9365-b43bfffc0a20 found for delete ", "request_id": "req-29db291d-06ed-41d2-8fa0-6c310b44939e"}]} [pid: 8|app: 0|req: 1150/2292] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:52:49 2026] GET /v2.0/ports?network_id=208afdff-77a2-466d-ac49-97a8db456aae&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2293] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:48 2026] DELETE /v2.0/networks/674c1845-e7eb-4b6d-9711-06f56dbfa4f6 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2294] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:52:49 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:52:49.170 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6e47f227-a6fd-42eb-afb1-9fd382598f30 fcf64b33f16146858383d84b84a8abf5 2f8636f794124a479ae6eb9c5e88731f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1144/2295] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:52:49 2026] DELETE /v2.0/subnets/13e6ab83-3a3b-42c8-b655-bb442dc3b340 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:52:49.183 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab3519b1-9483-491d-8772-50bfa55efb3a fcf64b33f16146858383d84b84a8abf5 2f8636f794124a479ae6eb9c5e88731f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1145/2296] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:52:49 2026] DELETE /v2.0/subnets/ff38b1f8-0f14-47ca-893b-92174516bc12 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:52:49.195 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2fbc6e4f-2ce8-495d-a467-1c7fca77d096 fcf64b33f16146858383d84b84a8abf5 2f8636f794124a479ae6eb9c5e88731f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1146/2297] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:52:49 2026] DELETE /v2.0/subnets/c7a7c642-469a-4785-80e2-3968b5dfb177 => generated 136 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2298] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:52:49 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:52:49.343 7 INFO neutron.services.segments.plugin [-] Segment 1d992d64-fa51-4cc5-84b5-0cf679e7ffd6 resource provider aggregate not found 2026-09-03 03:52:49.352 7 INFO neutron.services.segments.plugin [-] Segment 1d992d64-fa51-4cc5-84b5-0cf679e7ffd6 resource provider aggregate not found 2026-09-03 03:52:49.359 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1d992d64-fa51-4cc5-84b5-0cf679e7ffd6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d992d64-fa51-4cc5-84b5-0cf679e7ffd6 found for delete ", "request_id": "req-029bb402-888e-495a-96e0-90dfbd53c624"}]} 2026-09-03 03:52:49.372 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1d992d64-fa51-4cc5-84b5-0cf679e7ffd6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d992d64-fa51-4cc5-84b5-0cf679e7ffd6 found for delete ", "request_id": "req-28b50095-cdcf-4b1c-bd35-16e43396be80"}]} [pid: 7|app: 0|req: 1147/2301] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:52:49 2026] POST /v2.0/floatingips => generated 552 bytes in 732 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2302] 10.0.0.13 () {34 vars in 757 bytes} [Thu Sep 3 03:52:49 2026] PUT /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2303] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:52:50 2026] GET /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags => generated 25 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2304] 10.0.0.13 () {34 vars in 768 bytes} [Thu Sep 3 03:52:50 2026] PUT /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2305] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:52:50 2026] GET /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2306] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:50 2026] GET /v2.0/security-groups?tenant_id=2f8636f794124a479ae6eb9c5e88731f&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2307] 10.0.0.13 () {34 vars in 764 bytes} [Thu Sep 3 03:52:50 2026] PUT /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2308] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:52:50 2026] GET /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2309] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:50 2026] DELETE /v2.0/security-groups/32df1163-dbd2-4fc4-ade3-8bb12fe0793d => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2310] 10.0.0.13 () {34 vars in 786 bytes} [Thu Sep 3 03:52:50 2026] PUT /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2311] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:52:50 2026] GET /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2312] 10.0.0.13 () {34 vars in 757 bytes} [Thu Sep 3 03:52:50 2026] PUT /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags => generated 37 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2313] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:52:50 2026] GET /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2314] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:52:50 2026] GET /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:52:50.700 7 INFO neutron.api.v2.resource [None req-2a33ff2b-bb32-4030-a761-f695a2224758 4a8ad5609d094366b1162d1ef773df14 0997913f62b141eba84a489ec043f1ea - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1156/2315] 10.0.0.13 () {32 vars in 749 bytes} [Thu Sep 3 03:52:50 2026] GET /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2316] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:52:50 2026] DELETE /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2317] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:50 2026] GET /v2.0/security-groups?tenant_id=97d69d26c83d446d900c41bf62e0c9c6&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2318] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:52:50 2026] GET /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:52:50.867 7 INFO neutron.api.v2.resource [None req-500a24bc-c57e-4627-9bb7-afc2e75024f4 4a8ad5609d094366b1162d1ef773df14 0997913f62b141eba84a489ec043f1ea - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1159/2319] 10.0.0.13 () {32 vars in 752 bytes} [Thu Sep 3 03:52:50 2026] DELETE /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2320] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:50 2026] DELETE /v2.0/security-groups/81ff69d3-a465-41bb-8afc-9b0bdc771566 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2321] 10.0.0.13 () {32 vars in 740 bytes} [Thu Sep 3 03:52:50 2026] DELETE /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2322] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:52:50 2026] GET /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:52:51.133 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e0e83c8-bf9e-4180-8cc1-0102c9636c94 4a8ad5609d094366b1162d1ef773df14 0997913f62b141eba84a489ec043f1ea - - default default] TaaS: Handle Delete Port: 71aa5957-89ab-42c1-b22d-95a96500ecb6 2026-09-03 03:52:51.136 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e0e83c8-bf9e-4180-8cc1-0102c9636c94 4a8ad5609d094366b1162d1ef773df14 0997913f62b141eba84a489ec043f1ea - - default default] Tap Mirror: Handle Delete Port: 71aa5957-89ab-42c1-b22d-95a96500ecb6 [pid: 8|app: 0|req: 1163/2323] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:51 2026] GET /v2.0/security-groups?tenant_id=6a5f8117b21e43cca2b37fbc33cc31a8&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2324] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:52:50 2026] DELETE /v2.0/floatingips/c602b43b-7932-44b2-97c2-753784933a2a => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2325] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:51 2026] DELETE /v2.0/security-groups/0eba32da-fb95-48b8-a6d2-918c9de4ce39 => 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: 1162/2326] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:52 2026] GET /v2.0/security-groups?tenant_id=0997913f62b141eba84a489ec043f1ea&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2327] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:52 2026] DELETE /v2.0/security-groups/93021bd7-1aa9-49b5-8368-75998c073cd6 => 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: 1165/2328] 10.0.0.13 () {34 vars in 682 bytes} [Thu Sep 3 03:52:52 2026] POST /v2.0/security-groups => generated 1601 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2329] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:52 2026] GET /v2.0/security-groups?tenant_id=d3b5d3fe597d4879a38c87040be5f364&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2330] 10.0.0.13 () {34 vars in 765 bytes} [Thu Sep 3 03:52:52 2026] PUT /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2331] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:52:53 2026] GET /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2332] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:52 2026] DELETE /v2.0/security-groups/2ce67c17-d024-4a4f-b3d7-6732bb882033 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2333] 10.0.0.13 () {34 vars in 776 bytes} [Thu Sep 3 03:52:53 2026] PUT /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2334] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:52:53 2026] GET /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2335] 10.0.0.13 () {34 vars in 772 bytes} [Thu Sep 3 03:52:53 2026] PUT /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/tags/red => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2336] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:52:53 2026] GET /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2337] 10.0.0.13 () {34 vars in 794 bytes} [Thu Sep 3 03:52:53 2026] PUT /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2338] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:52:53 2026] GET /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2339] 10.0.0.13 () {34 vars in 765 bytes} [Thu Sep 3 03:52:53 2026] PUT /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/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: 1169/2340] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:52:53 2026] GET /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2341] 10.0.0.13 () {32 vars in 753 bytes} [Thu Sep 3 03:52:53 2026] GET /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:52:54.015 7 INFO neutron.api.v2.resource [None req-554b42fc-62e1-489a-acb5-f10546f452bc fc838385ca104c33b171b689e2cee811 2366b2e38c474840b2c3495c19337d58 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1170/2342] 10.0.0.13 () {32 vars in 757 bytes} [Thu Sep 3 03:52:53 2026] GET /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/tags/green => generated 99 bytes in 453 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2343] 10.0.0.13 () {32 vars in 756 bytes} [Thu Sep 3 03:52:54 2026] DELETE /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2344] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:52:54 2026] GET /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:52:54.179 8 INFO neutron.api.v2.resource [None req-dc030c9d-18e2-4461-a1a8-da33f097353e fc838385ca104c33b171b689e2cee811 2366b2e38c474840b2c3495c19337d58 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1174/2345] 10.0.0.13 () {32 vars in 760 bytes} [Thu Sep 3 03:52:54 2026] DELETE /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2346] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:52:54 2026] DELETE /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2347] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:52:54 2026] GET /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2348] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:54 2026] DELETE /v2.0/security-groups/0c5bd62b-c966-4cb2-997e-fe1cc5469593 => 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: 1176/2349] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:54 2026] GET /v2.0/security-groups?tenant_id=2366b2e38c474840b2c3495c19337d58&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2350] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:55 2026] DELETE /v2.0/security-groups/84e3ec38-db50-4336-ab98-edc1405e4b9a => 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: 1177/2351] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:55 2026] GET /v2.0/security-groups?tenant_id=db51b280c67c4f75b65e59fe6bdb14cb&name=default => generated 2927 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2352] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:55 2026] DELETE /v2.0/security-groups/af161fde-e4fb-42cf-8e7e-5730bc9c39f1 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:52:56.252 8 INFO neutron.db.segments_db [None req-effcd238-9b38-4b96-9d25-783ee8c1184f 0aa80bc6d46d48b5aae59707b31e2d89 8284e33550c945769af3b8d3aea48369 - - default default] Added segment 2a4c9a93-1e27-44dd-9194-d8278616458d of type vxlan for network ac899723-1e35-4174-923f-9b96e56950f1 [pid: 8|app: 0|req: 1178/2353] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:55 2026] POST /v2.0/networks => generated 631 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:56.599 7 INFO neutron.db.segments_db [None req-b0c5a57d-458f-4a75-adf7-5da5c45f9a5a 4f7492c6809e48e98842ebc37e090ecc f30e1b9c5d1a4d969c4a3f1be2ab1a46 - - default default] Added segment 8892b63c-7078-47d3-91f7-ba8af8eadde8 of type vxlan for network b94c02dc-ca37-42bd-99ab-566131012a23 [pid: 8|app: 0|req: 1179/2354] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:56 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2355] 10.0.0.182 () {34 vars in 989 bytes} [Thu Sep 3 03:52:56 2026] GET /v2.0/ports?device_id=a2743c3c-003f-4972-9cec-14e615874951 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2356] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:56 2026] POST /v2.0/networks => generated 631 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2357] 10.0.0.182 () {34 vars in 1039 bytes} [Thu Sep 3 03:52:56 2026] GET /v2.0/security-groups?id=86ec192c-4bc2-47f2-b0a0-848041595566&fields=id&fields=name => generated 112 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:52:56.783 8 INFO neutron.db.segments_db [None req-1887587f-aa11-4b6a-bcda-e74e0065ab6f 0aa80bc6d46d48b5aae59707b31e2d89 8284e33550c945769af3b8d3aea48369 - - default default] Added segment ce17a451-3459-4afb-b931-714cd0f82abf of type vxlan for network 2a1c8ec6-4a6f-48fb-a778-5bf02181c946 2026-09-03 03:52:56.843 7 INFO neutron.db.segments_db [None req-f47626db-1acf-4f4f-9eaa-b5fd5e6bb772 4f7492c6809e48e98842ebc37e090ecc f30e1b9c5d1a4d969c4a3f1be2ab1a46 - - default default] Added segment 6d53b200-b162-439e-a2bd-427271e87ad0 of type vxlan for network 76acf13c-cf0b-4059-af37-66648424c029 [pid: 8|app: 0|req: 1181/2358] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:56 2026] POST /v2.0/networks => generated 631 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2359] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:56 2026] POST /v2.0/networks => generated 632 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2360] 10.0.0.13 () {34 vars in 751 bytes} [Thu Sep 3 03:52:56 2026] PUT /v2.0/networks/b94c02dc-ca37-42bd-99ab-566131012a23/tags => generated 25 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2361] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:52:57 2026] GET /v2.0/networks/b94c02dc-ca37-42bd-99ab-566131012a23/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2362] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:56 2026] POST /v2.0/subnets => generated 629 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:57.134 8 INFO neutron.db.segments_db [None req-22443d84-50cc-4d93-be5a-0fa70354763e 0aa80bc6d46d48b5aae59707b31e2d89 8284e33550c945769af3b8d3aea48369 - - default default] Added segment aaf6ec90-a819-49cb-b228-bd0dddf77580 of type vxlan for network 3aefb718-5b17-4d81-a842-f18edf6080e6 [pid: 7|app: 0|req: 1181/2363] 10.0.0.13 () {34 vars in 751 bytes} [Thu Sep 3 03:52:57 2026] PUT /v2.0/networks/76acf13c-cf0b-4059-af37-66648424c029/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2364] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:52:57 2026] GET /v2.0/networks/76acf13c-cf0b-4059-af37-66648424c029/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2365] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:57 2026] POST /v2.0/networks => generated 632 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2366] 10.0.0.13 () {34 vars in 751 bytes} [Thu Sep 3 03:52:57 2026] PUT /v2.0/networks/76acf13c-cf0b-4059-af37-66648424c029/tags => generated 12 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2367] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:52:57 2026] GET /v2.0/networks/76acf13c-cf0b-4059-af37-66648424c029/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2368] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:52:57 2026] GET /v2.0/networks/b94c02dc-ca37-42bd-99ab-566131012a23/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2369] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:57 2026] POST /v2.0/subnets => generated 629 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:57.559 8 INFO neutron.db.segments_db [None req-502674dd-cc73-4b55-ae1a-892cccb53ce5 0aa80bc6d46d48b5aae59707b31e2d89 8284e33550c945769af3b8d3aea48369 - - default default] Added segment 64076c8f-e52e-436f-949a-ef22746f4892 of type vxlan for network 3396115a-1209-4963-8854-19509c7df3c1 2026-09-03 03:52:57.588 7 INFO neutron.services.segments.plugin [-] Segment 8892b63c-7078-47d3-91f7-ba8af8eadde8 resource provider aggregate not found 2026-09-03 03:52:57.593 7 INFO neutron.services.segments.plugin [-] Segment 8892b63c-7078-47d3-91f7-ba8af8eadde8 resource provider aggregate not found 2026-09-03 03:52:57.607 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8892b63c-7078-47d3-91f7-ba8af8eadde8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8892b63c-7078-47d3-91f7-ba8af8eadde8 found for delete ", "request_id": "req-5a379b72-55c4-4369-8ccd-a6a118827555"}]} 2026-09-03 03:52:57.611 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8892b63c-7078-47d3-91f7-ba8af8eadde8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8892b63c-7078-47d3-91f7-ba8af8eadde8 found for delete ", "request_id": "req-104b817d-b30c-4316-a0b9-13e062c814de"}]} [pid: 7|app: 0|req: 1186/2370] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:57 2026] DELETE /v2.0/networks/b94c02dc-ca37-42bd-99ab-566131012a23 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2371] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:57 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2372] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:52:57 2026] DELETE /v2.0/networks/76acf13c-cf0b-4059-af37-66648424c029 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2373] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:57 2026] POST /v2.0/subnets => generated 629 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:52:57.982 7 INFO neutron.db.segments_db [None req-c079925b-da6b-4678-a442-fbb340ea4e44 0aa80bc6d46d48b5aae59707b31e2d89 8284e33550c945769af3b8d3aea48369 - - default default] Added segment 67ec766f-9139-4042-b5e9-f0ad5aa03d80 of type vxlan for network 5ea72094-6d2b-4673-b925-756afb4b6ab2 [pid: 7|app: 0|req: 1188/2374] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:52:57 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2375] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:52:58 2026] POST /v2.0/subnets => generated 629 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2376] 10.0.0.13 () {34 vars in 749 bytes} [Thu Sep 3 03:52:58 2026] PUT /v2.0/subnets/368cc3b2-6864-4c5b-915c-dd1b016d3282/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2377] 10.0.0.13 () {34 vars in 749 bytes} [Thu Sep 3 03:52:58 2026] PUT /v2.0/subnets/a94b020c-ad90-43ad-a02b-f3a8ae474d4d/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2378] 10.0.0.13 () {34 vars in 749 bytes} [Thu Sep 3 03:52:58 2026] PUT /v2.0/subnets/0e7aef5e-d4d6-467c-af39-dbc0ce5d916c/tags => generated 34 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2379] 10.0.0.13 () {34 vars in 749 bytes} [Thu Sep 3 03:52:58 2026] PUT /v2.0/subnets/d86414c9-2d2d-4b78-9151-ea4938f9a3c0/tags => generated 19 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2380] 10.0.0.13 () {32 vars in 662 bytes} [Thu Sep 3 03:52:58 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2381] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:58 2026] GET /v2.0/security-groups?tenant_id=f30e1b9c5d1a4d969c4a3f1be2ab1a46&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2382] 10.0.0.13 () {32 vars in 676 bytes} [Thu Sep 3 03:52:58 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2383] 10.0.0.13 () {32 vars in 672 bytes} [Thu Sep 3 03:52:58 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2384] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:58 2026] DELETE /v2.0/security-groups/f949ec34-b469-4591-9d2d-fd4262e91e6d => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2385] 10.0.0.13 () {32 vars in 684 bytes} [Thu Sep 3 03:52:58 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2386] 10.0.0.13 () {32 vars in 670 bytes} [Thu Sep 3 03:52:58 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2387] 10.0.0.13 () {32 vars in 684 bytes} [Thu Sep 3 03:52:58 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2388] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:52:58 2026] GET /v2.0/security-groups?tenant_id=fd09cc5ebba14a47a62833ea08b15ffc&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2389] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:52:59 2026] DELETE /v2.0/security-groups/8b8bcf13-22ed-46a4-87ed-b445ffdfd692 => 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: 1195/2390] 10.0.0.13 () {32 vars in 680 bytes} [Thu Sep 3 03:52:58 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2391] 10.0.0.13 () {32 vars in 692 bytes} [Thu Sep 3 03:52:59 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:52:59.637 7 INFO neutron.services.segments.plugin [-] Segment 6d53b200-b162-439e-a2bd-427271e87ad0 resource provider aggregate not found 2026-09-03 03:52:59.648 7 INFO neutron.services.segments.plugin [-] Segment 6d53b200-b162-439e-a2bd-427271e87ad0 resource provider aggregate not found 2026-09-03 03:52:59.669 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6d53b200-b162-439e-a2bd-427271e87ad0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d53b200-b162-439e-a2bd-427271e87ad0 found for delete ", "request_id": "req-3566e833-b9c5-4827-a019-0cd40dbbe0ee"}]} 2026-09-03 03:52:59.670 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6d53b200-b162-439e-a2bd-427271e87ad0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d53b200-b162-439e-a2bd-427271e87ad0 found for delete ", "request_id": "req-c89bcbe2-7f6f-49e3-b306-ec208e1d45b8"}]} [pid: 8|app: 0|req: 1196/2392] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:52:59 2026] DELETE /v2.0/subnets/368cc3b2-6864-4c5b-915c-dd1b016d3282 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2393] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:52:59 2026] DELETE /v2.0/subnets/a94b020c-ad90-43ad-a02b-f3a8ae474d4d => 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: 1197/2394] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:52:59 2026] DELETE /v2.0/subnets/0e7aef5e-d4d6-467c-af39-dbc0ce5d916c => 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: 1198/2395] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:53:00 2026] DELETE /v2.0/subnets/d86414c9-2d2d-4b78-9151-ea4938f9a3c0 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2396] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:53:00 2026] DELETE /v2.0/subnets/5517405a-c5df-4fdd-9b45-c0f807b65a39 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:53:00.503 7 INFO neutron_taas.services.taas.taas_plugin [None req-344cd360-d6ea-4182-b47b-8e53a1e19da2 0aa80bc6d46d48b5aae59707b31e2d89 8284e33550c945769af3b8d3aea48369 - - default default] TaaS: Handle Delete Port: 2af0373a-22b6-479a-9d37-61a4ae9150c0 2026-09-03 03:53:00.506 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-344cd360-d6ea-4182-b47b-8e53a1e19da2 0aa80bc6d46d48b5aae59707b31e2d89 8284e33550c945769af3b8d3aea48369 - - default default] Tap Mirror: Handle Delete Port: 2af0373a-22b6-479a-9d37-61a4ae9150c0 [pid: 7|app: 0|req: 1199/2397] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:53:00 2026] DELETE /v2.0/networks/ac899723-1e35-4174-923f-9b96e56950f1 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:53:00.833 8 INFO neutron.services.segments.plugin [-] Segment ce17a451-3459-4afb-b931-714cd0f82abf resource provider aggregate not found 2026-09-03 03:53:00.839 8 INFO neutron.services.segments.plugin [-] Segment ce17a451-3459-4afb-b931-714cd0f82abf resource provider aggregate not found 2026-09-03 03:53:00.859 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ce17a451-3459-4afb-b931-714cd0f82abf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce17a451-3459-4afb-b931-714cd0f82abf found for delete ", "request_id": "req-e3a2e998-621a-4240-b2f8-eb5c3a4c6f61"}]} 2026-09-03 03:53:00.883 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ce17a451-3459-4afb-b931-714cd0f82abf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce17a451-3459-4afb-b931-714cd0f82abf found for delete ", "request_id": "req-16c6af52-c5ee-4ed1-9439-4375587271b4"}]} [pid: 8|app: 0|req: 1199/2398] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:53:00 2026] DELETE /v2.0/networks/2a1c8ec6-4a6f-48fb-a778-5bf02181c946 => 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: 1200/2399] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:53:00 2026] DELETE /v2.0/networks/3aefb718-5b17-4d81-a842-f18edf6080e6 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2400] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:53:01 2026] DELETE /v2.0/networks/3396115a-1209-4963-8854-19509c7df3c1 => 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: 1201/2401] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:53:01 2026] DELETE /v2.0/networks/5ea72094-6d2b-4673-b925-756afb4b6ab2 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:53:01.697 7 INFO neutron.services.segments.plugin [-] Segment 2a4c9a93-1e27-44dd-9194-d8278616458d resource provider aggregate not found 2026-09-03 03:53:01.703 7 INFO neutron.services.segments.plugin [-] Segment 2a4c9a93-1e27-44dd-9194-d8278616458d resource provider aggregate not found 2026-09-03 03:53:01.724 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2a4c9a93-1e27-44dd-9194-d8278616458d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a4c9a93-1e27-44dd-9194-d8278616458d found for delete ", "request_id": "req-f918b2bc-16b7-4c8a-8c27-afeefb9577a8"}]} 2026-09-03 03:53:01.731 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2a4c9a93-1e27-44dd-9194-d8278616458d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a4c9a93-1e27-44dd-9194-d8278616458d found for delete ", "request_id": "req-a7a2c9b1-84c5-4202-8ab2-efa20ad1dd85"}]} 2026-09-03 03:53:01.746 7 INFO neutron.services.segments.plugin [-] Segment aaf6ec90-a819-49cb-b228-bd0dddf77580 resource provider aggregate not found 2026-09-03 03:53:01.761 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment aaf6ec90-a819-49cb-b228-bd0dddf77580 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aaf6ec90-a819-49cb-b228-bd0dddf77580 found for delete ", "request_id": "req-f4ec594c-4d18-4b17-8fd4-45217dd80d56"}]} 2026-09-03 03:53:01.766 7 INFO neutron.services.segments.plugin [-] Segment aaf6ec90-a819-49cb-b228-bd0dddf77580 resource provider aggregate not found 2026-09-03 03:53:01.782 7 INFO neutron.services.segments.plugin [-] Segment 67ec766f-9139-4042-b5e9-f0ad5aa03d80 resource provider aggregate not found 2026-09-03 03:53:01.796 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment aaf6ec90-a819-49cb-b228-bd0dddf77580 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aaf6ec90-a819-49cb-b228-bd0dddf77580 found for delete ", "request_id": "req-162795c2-0036-445d-88d5-18aae69b338d"}]} 2026-09-03 03:53:01.801 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 67ec766f-9139-4042-b5e9-f0ad5aa03d80 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67ec766f-9139-4042-b5e9-f0ad5aa03d80 found for delete ", "request_id": "req-9a12d897-f0d3-46b5-ad59-7827a7977891"}]} 2026-09-03 03:53:01.824 7 INFO neutron.services.segments.plugin [-] Segment 67ec766f-9139-4042-b5e9-f0ad5aa03d80 resource provider aggregate not found 2026-09-03 03:53:01.842 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 67ec766f-9139-4042-b5e9-f0ad5aa03d80 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67ec766f-9139-4042-b5e9-f0ad5aa03d80 found for delete ", "request_id": "req-25d6e5fe-64ff-460e-aab7-68ad864c6fe3"}]} [pid: 8|app: 0|req: 1201/2402] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:53:02 2026] GET /v2.0/security-groups?tenant_id=8284e33550c945769af3b8d3aea48369&name=default => generated 2929 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2403] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:53:02 2026] DELETE /v2.0/security-groups/60128caf-0087-4a48-bcab-e86cdbcc0e84 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:53:02.878 8 INFO neutron.services.segments.plugin [-] Segment 64076c8f-e52e-436f-949a-ef22746f4892 resource provider aggregate not found 2026-09-03 03:53:02.903 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 64076c8f-e52e-436f-949a-ef22746f4892 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64076c8f-e52e-436f-949a-ef22746f4892 found for delete ", "request_id": "req-0a199dd0-c72a-433b-8f5e-99bdd1a9d1ce"}]} 2026-09-03 03:53:02.907 8 INFO neutron.services.segments.plugin [-] Segment 64076c8f-e52e-436f-949a-ef22746f4892 resource provider aggregate not found 2026-09-03 03:53:02.929 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 64076c8f-e52e-436f-949a-ef22746f4892 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64076c8f-e52e-436f-949a-ef22746f4892 found for delete ", "request_id": "req-bea8eda8-6f22-48d2-ad83-54e9d6e4c281"}]} [pid: 8|app: 0|req: 1202/2404] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:53:02 2026] GET /v2.0/security-groups?tenant_id=61402882977f428eaf451761245e4317&name=default => generated 2929 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2405] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:53:03 2026] DELETE /v2.0/security-groups/7c1a3943-f15e-4374-862a-855544ce6b1e => 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: 1203/2406] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:53:03 2026] GET /v2.0/security-groups?tenant_id=f74397f288884f1a973d4487ad653ad1&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: 1204/2407] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:53:03 2026] DELETE /v2.0/security-groups/9424fc03-c9a1-4c29-81d6-a8f173183ab4 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2410] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:53:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2411] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:53:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2412] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:53:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2413] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:53:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2414] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:53:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2415] 10.0.0.13 () {34 vars in 757 bytes} [Thu Sep 3 03:53:08 2026] PUT /v2.0/subnetpools/db21e635-4c75-44c2-b1d9-f67b01612ccd/tags => generated 17 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2416] 10.0.0.13 () {34 vars in 757 bytes} [Thu Sep 3 03:53:08 2026] PUT /v2.0/subnetpools/6acc37b0-8818-42ec-a98b-4b034e6baf45/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2417] 10.0.0.13 () {34 vars in 757 bytes} [Thu Sep 3 03:53:09 2026] PUT /v2.0/subnetpools/2d2f03a1-cd76-4768-98b1-7dd1973f575e/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2418] 10.0.0.13 () {34 vars in 757 bytes} [Thu Sep 3 03:53:09 2026] PUT /v2.0/subnetpools/27ac91f9-69fa-41a8-8725-e257d707bf62/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2419] 10.0.0.13 () {32 vars in 670 bytes} [Thu Sep 3 03:53:09 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2420] 10.0.0.13 () {32 vars in 684 bytes} [Thu Sep 3 03:53:09 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2421] 10.0.0.13 () {32 vars in 680 bytes} [Thu Sep 3 03:53:09 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2422] 10.0.0.13 () {32 vars in 692 bytes} [Thu Sep 3 03:53:09 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2423] 10.0.0.13 () {32 vars in 678 bytes} [Thu Sep 3 03:53:09 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2424] 10.0.0.13 () {32 vars in 692 bytes} [Thu Sep 3 03:53:09 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2425] 10.0.0.13 () {32 vars in 688 bytes} [Thu Sep 3 03:53:09 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2426] 10.0.0.13 () {32 vars in 700 bytes} [Thu Sep 3 03:53:09 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2427] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:53:09 2026] DELETE /v2.0/subnetpools/db21e635-4c75-44c2-b1d9-f67b01612ccd => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2428] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:53:09 2026] DELETE /v2.0/subnetpools/6acc37b0-8818-42ec-a98b-4b034e6baf45 => 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: 1215/2429] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:53:09 2026] DELETE /v2.0/subnetpools/2d2f03a1-cd76-4768-98b1-7dd1973f575e => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2430] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:53:09 2026] DELETE /v2.0/subnetpools/27ac91f9-69fa-41a8-8725-e257d707bf62 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2431] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:53:09 2026] DELETE /v2.0/subnetpools/2c192a83-0350-4624-8d95-d953652e4017 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2432] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:53:10 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2433] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:53:10 2026] GET /v2.0/security-groups?tenant_id=d1b2c9192e6c46e99248608dc9e214c5&name=default => generated 2929 bytes in 373 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2434] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:53:11 2026] DELETE /v2.0/security-groups/e5694c9b-ab9a-424f-9fce-3a6a6ff52834 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2435] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:53:11 2026] GET /v2.0/security-groups?tenant_id=e6d09541c6694d118fff839907a3b4d2&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2436] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:53:11 2026] DELETE /v2.0/security-groups/2a8370a5-7274-4eac-b724-5fcd032fc3c9 => 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: 1218/2437] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:53:11 2026] GET /v2.0/security-groups?tenant_id=98e6a3fd00284cecae9b6564ae902f0e&name=default => generated 2929 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2438] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:53:11 2026] DELETE /v2.0/security-groups/5be37a5a-05a2-47a7-abbf-a2d563aeb227 => 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: 1219/2439] 10.0.0.188 () {30 vars in 689 bytes} [Thu Sep 3 03:53:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2440] 10.0.0.188 () {30 vars in 691 bytes} [Thu Sep 3 03:53:12 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: 1220/2441] 10.0.0.188 () {30 vars in 667 bytes} [Thu Sep 3 03:53:12 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: 1222/2442] 10.0.0.188 () {30 vars in 703 bytes} [Thu Sep 3 03:53:12 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: 1221/2443] 10.0.0.188 () {28 vars in 438 bytes} [Thu Sep 3 03:53:12 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: 1223/2444] 10.0.0.188 () {30 vars in 727 bytes} [Thu Sep 3 03:53:12 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 657 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2445] 10.0.0.188 () {30 vars in 689 bytes} [Thu Sep 3 03:53:13 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: 1224/2446] 10.0.0.188 () {30 vars in 691 bytes} [Thu Sep 3 03:53:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2447] 10.0.0.188 () {30 vars in 667 bytes} [Thu Sep 3 03:53:13 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: 1225/2448] 10.0.0.188 () {30 vars in 703 bytes} [Thu Sep 3 03:53: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: 8|app: 0|req: 1224/2449] 10.0.0.188 () {30 vars in 727 bytes} [Thu Sep 3 03:53:13 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2450] 10.0.0.188 () {30 vars in 689 bytes} [Thu Sep 3 03:53:13 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: 1225/2451] 10.0.0.188 () {30 vars in 691 bytes} [Thu Sep 3 03:53:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2452] 10.0.0.188 () {30 vars in 667 bytes} [Thu Sep 3 03:53: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: 1226/2453] 10.0.0.188 () {30 vars in 703 bytes} [Thu Sep 3 03:53: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: 1228/2454] 10.0.0.188 () {30 vars in 729 bytes} [Thu Sep 3 03:53:13 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55 => generated 797 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2455] 10.0.0.188 () {30 vars in 681 bytes} [Thu Sep 3 03:53:13 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2456] 10.0.0.188 () {34 vars in 703 bytes} [Thu Sep 3 03:53:13 2026] POST /v2.0/ports => generated 1132 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-09-03 03:53:15.752 8 INFO neutron.db.segments_db [None req-64a9d7e4-2098-4ccc-b9bf-f64ab2e87c00 abbc715515184c9f926cb40715e7e3a2 bab2ea3b6b0e47ae92c657e531c41d91 - - default default] Added segment 4f6383c5-6d5f-4f4e-a9ef-f39ab2736789 of type vxlan for network 330499ac-35d6-4898-b081-c8ba724e3531 [pid: 8|app: 0|req: 1228/2457] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:53:15 2026] POST /v2.0/networks => generated 632 bytes in 529 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: 1230/2458] 10.0.0.13 () {34 vars in 667 bytes} [Thu Sep 3 03:53:15 2026] POST /v2.0/subnets => generated 626 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2459] 10.0.0.13 () {34 vars in 749 bytes} [Thu Sep 3 03:53:16 2026] PUT /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2460] 10.0.0.13 () {32 vars in 729 bytes} [Thu Sep 3 03:53:16 2026] GET /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2461] 10.0.0.13 () {34 vars in 760 bytes} [Thu Sep 3 03:53:16 2026] PUT /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2462] 10.0.0.13 () {32 vars in 729 bytes} [Thu Sep 3 03:53:16 2026] GET /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/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: 1231/2463] 10.0.0.13 () {34 vars in 756 bytes} [Thu Sep 3 03:53:16 2026] PUT /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2464] 10.0.0.13 () {32 vars in 729 bytes} [Thu Sep 3 03:53:16 2026] GET /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2465] 10.0.0.13 () {34 vars in 778 bytes} [Thu Sep 3 03:53:16 2026] PUT /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/tags/black.or.white => generated 4 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2466] 10.0.0.13 () {32 vars in 729 bytes} [Thu Sep 3 03:53:16 2026] GET /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/tags => generated 52 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2467] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:53:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2468] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:53: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: 1235/2469] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:53:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2470] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:53:16 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: 1235/2471] 10.0.0.13 () {34 vars in 749 bytes} [Thu Sep 3 03:53:16 2026] PUT /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/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: 1237/2472] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:53:16 2026] GET /v2.0/ports/83ef216c-f214-45e1-b853-6fdab0b5b45f => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2473] 10.0.0.13 () {32 vars in 729 bytes} [Thu Sep 3 03:53:16 2026] GET /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2474] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:53:16 2026] GET /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:53:16.968 7 INFO neutron.api.v2.resource [None req-44f64d51-2a3e-48eb-8350-060bc5e60a8a abbc715515184c9f926cb40715e7e3a2 bab2ea3b6b0e47ae92c657e531c41d91 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1237/2475] 10.0.0.13 () {32 vars in 741 bytes} [Thu Sep 3 03:53:16 2026] GET /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2476] 10.0.0.13 () {32 vars in 740 bytes} [Thu Sep 3 03:53:16 2026] DELETE /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2477] 10.0.0.13 () {32 vars in 729 bytes} [Thu Sep 3 03:53:17 2026] GET /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2478] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:53:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2479] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:53:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2480] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:53:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2481] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:53:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:53:17.115 7 INFO neutron.api.v2.resource [None req-5268f392-2c48-4e06-b5b9-a7a9868662fd cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1243/2482] 162.253.55.242 () {30 vars in 762 bytes} [Thu Sep 3 03:53:17 2026] GET /v2.0/security-groups/lb-eaf597f2-7b73-4b97-a286-ec66281973a5 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:53:17.120 8 INFO neutron.api.v2.resource [None req-1dbb1647-0ad3-46d3-af2a-9f91e1b5e555 abbc715515184c9f926cb40715e7e3a2 bab2ea3b6b0e47ae92c657e531c41d91 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1240/2483] 10.0.0.13 () {32 vars in 744 bytes} [Thu Sep 3 03:53:17 2026] DELETE /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2484] 162.253.55.242 () {30 vars in 784 bytes} [Thu Sep 3 03:53:17 2026] GET /v2.0/security-groups?name=lb-eaf597f2-7b73-4b97-a286-ec66281973a5 => generated 23 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2485] 10.0.0.13 () {32 vars in 732 bytes} [Thu Sep 3 03:53:17 2026] DELETE /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/tags => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2486] 10.0.0.13 () {32 vars in 729 bytes} [Thu Sep 3 03:53:17 2026] GET /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4/tags => generated 12 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2487] 162.253.55.242 () {34 vars in 735 bytes} [Thu Sep 3 03:53:17 2026] POST /v2.0/security-groups => generated 1638 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2488] 162.253.55.242 () {30 vars in 814 bytes} [Thu Sep 3 03:53:17 2026] GET /v2.0/security-group-rules?security_group_id=9466d66a-a106-4692-b199-6fca6cae5b11 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2489] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:53:17 2026] DELETE /v2.0/subnets/eca2cf5f-ea4e-4d63-90d6-1814cdba60c4 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2490] 162.253.55.242 () {34 vars in 788 bytes} [Thu Sep 3 03:53:17 2026] PUT /v2.0/ports/83ef216c-f214-45e1-b853-6fdab0b5b45f => generated 1132 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:53:17.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-52257761-e2ad-4325-a66c-fefc364ba027 abbc715515184c9f926cb40715e7e3a2 bab2ea3b6b0e47ae92c657e531c41d91 - - default default] TaaS: Handle Delete Port: e8a16c56-f37e-4a81-a568-8c7f05def772 2026-09-03 03:53:17.593 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52257761-e2ad-4325-a66c-fefc364ba027 abbc715515184c9f926cb40715e7e3a2 bab2ea3b6b0e47ae92c657e531c41d91 - - default default] Tap Mirror: Handle Delete Port: e8a16c56-f37e-4a81-a568-8c7f05def772 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1248/2491] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:53:17 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: 1249/2492] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:53:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2493] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:53:17 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: 1251/2494] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:53:17 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: 1252/2495] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:53:17 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:53:17.849 8 INFO neutron.services.segments.plugin [-] Segment 4f6383c5-6d5f-4f4e-a9ef-f39ab2736789 resource provider aggregate not found 2026-09-03 03:53:17.852 8 INFO neutron.services.segments.plugin [-] Segment 4f6383c5-6d5f-4f4e-a9ef-f39ab2736789 resource provider aggregate not found 2026-09-03 03:53:17.869 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4f6383c5-6d5f-4f4e-a9ef-f39ab2736789 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f6383c5-6d5f-4f4e-a9ef-f39ab2736789 found for delete ", "request_id": "req-f4fd18f6-6bbb-4f7b-803b-3d58e584c56e"}]} 2026-09-03 03:53:17.872 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4f6383c5-6d5f-4f4e-a9ef-f39ab2736789 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f6383c5-6d5f-4f4e-a9ef-f39ab2736789 found for delete ", "request_id": "req-9ab90295-3e91-4b45-a0b0-41bafae4fdf4"}]} [pid: 8|app: 0|req: 1244/2496] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:53:17 2026] DELETE /v2.0/networks/330499ac-35d6-4898-b081-c8ba724e3531 => generated 0 bytes in 407 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2497] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:53:18 2026] GET /v2.0/security-groups?tenant_id=9f1a9c11aba74e59970dcd249e6ac6ab&name=default => generated 2929 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2498] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:53:18 2026] DELETE /v2.0/security-groups/67416bfb-3769-46b3-8391-1e9ed8dc1e0c => 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: 1254/2499] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:53:19 2026] GET /v2.0/security-groups?tenant_id=bab2ea3b6b0e47ae92c657e531c41d91&name=default => generated 2929 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2500] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:53:19 2026] DELETE /v2.0/security-groups/73bcbfa0-0831-4624-ab8e-8102a00f4685 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:53:23.141 7 INFO neutron.db.segments_db [None req-7618243a-0b5c-4618-a932-6cd704d46000 5c67ca660d5640049efd7e2af0462232 720df0c45ec54fa3bc9be2295ffef82b - - default default] Added segment ada00ffb-8f39-44ea-9b24-359d1645dd09 of type vxlan for network a23f7391-3318-4906-942c-7c349224cf2d [pid: 7|app: 0|req: 1256/2503] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:53:22 2026] POST /v2.0/networks => generated 632 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2504] 10.0.0.13 () {34 vars in 662 bytes} [Thu Sep 3 03:53:23 2026] POST /v2.0/ports => generated 743 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2505] 10.0.0.13 () {34 vars in 664 bytes} [Thu Sep 3 03:53:23 2026] POST /v2.0/trunks => generated 407 bytes in 181 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: 1249/2506] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:53:23 2026] PUT /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2507] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:53:23 2026] GET /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2508] 10.0.0.13 () {34 vars in 758 bytes} [Thu Sep 3 03:53:23 2026] PUT /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2509] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:53:23 2026] GET /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2510] 10.0.0.13 () {34 vars in 754 bytes} [Thu Sep 3 03:53:23 2026] PUT /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2511] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:53:23 2026] GET /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2512] 10.0.0.13 () {34 vars in 776 bytes} [Thu Sep 3 03:53:24 2026] PUT /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2513] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:53:24 2026] GET /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/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: 1253/2514] 10.0.0.13 () {34 vars in 747 bytes} [Thu Sep 3 03:53:24 2026] PUT /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2515] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:53:24 2026] GET /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2516] 10.0.0.13 () {32 vars in 735 bytes} [Thu Sep 3 03:53:24 2026] GET /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:53:24.257 7 INFO neutron.api.v2.resource [None req-8045aa2b-f7e4-43b5-9bfc-2bb73c3c6f0c 5c67ca660d5640049efd7e2af0462232 720df0c45ec54fa3bc9be2295ffef82b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1263/2517] 10.0.0.13 () {32 vars in 739 bytes} [Thu Sep 3 03:53:24 2026] GET /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2518] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:53:24 2026] DELETE /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2519] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:53:24 2026] GET /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:53:24.372 8 INFO neutron.api.v2.resource [None req-32603323-5bb6-45bd-8514-560834ac4bd5 5c67ca660d5640049efd7e2af0462232 720df0c45ec54fa3bc9be2295ffef82b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1256/2520] 10.0.0.13 () {32 vars in 742 bytes} [Thu Sep 3 03:53:24 2026] DELETE /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2521] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:53:24 2026] DELETE /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2522] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:53:24 2026] GET /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2523] 10.0.0.13 () {32 vars in 717 bytes} [Thu Sep 3 03:53:24 2026] GET /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579 => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2524] 10.0.0.13 () {32 vars in 715 bytes} [Thu Sep 3 03:53:24 2026] GET /v2.0/ports/ee29d5a0-4711-4cc3-ac52-50c4d4291376 => generated 826 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2525] 10.0.0.13 () {32 vars in 720 bytes} [Thu Sep 3 03:53:24 2026] DELETE /v2.0/trunks/21c4ef10-8b00-43a8-8600-a84cba2ea579 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:53:24.807 8 INFO neutron_taas.services.taas.taas_plugin [None req-81cf9651-44d1-4d8e-8fce-6122ad5d0672 5c67ca660d5640049efd7e2af0462232 720df0c45ec54fa3bc9be2295ffef82b - - default default] TaaS: Handle Delete Port: ee29d5a0-4711-4cc3-ac52-50c4d4291376 2026-09-03 03:53:24.810 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81cf9651-44d1-4d8e-8fce-6122ad5d0672 5c67ca660d5640049efd7e2af0462232 720df0c45ec54fa3bc9be2295ffef82b - - default default] Tap Mirror: Handle Delete Port: ee29d5a0-4711-4cc3-ac52-50c4d4291376 [pid: 8|app: 0|req: 1259/2526] 10.0.0.13 () {32 vars in 718 bytes} [Thu Sep 3 03:53:24 2026] DELETE /v2.0/ports/ee29d5a0-4711-4cc3-ac52-50c4d4291376 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:53:25.007 7 INFO neutron.services.segments.plugin [-] Segment ada00ffb-8f39-44ea-9b24-359d1645dd09 resource provider aggregate not found 2026-09-03 03:53:25.015 7 INFO neutron.services.segments.plugin [-] Segment ada00ffb-8f39-44ea-9b24-359d1645dd09 resource provider aggregate not found 2026-09-03 03:53:25.029 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ada00ffb-8f39-44ea-9b24-359d1645dd09 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ada00ffb-8f39-44ea-9b24-359d1645dd09 found for delete ", "request_id": "req-b4248a76-08cf-487b-8830-b1f14e306072"}]} 2026-09-03 03:53:25.035 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ada00ffb-8f39-44ea-9b24-359d1645dd09 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ada00ffb-8f39-44ea-9b24-359d1645dd09 found for delete ", "request_id": "req-154b77bd-0396-400a-9374-3f7b19e0e7e3"}]} [pid: 7|app: 0|req: 1268/2527] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:53:24 2026] DELETE /v2.0/networks/a23f7391-3318-4906-942c-7c349224cf2d => 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: 1260/2528] 10.0.0.206 () {34 vars in 1015 bytes} [Thu Sep 3 03:53:25 2026] GET /v2.0/security-groups?id=9ccb2519-ccdf-402c-a567-8e26ebd19c68&fields=id => generated 69 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2529] 10.0.0.206 () {34 vars in 981 bytes} [Thu Sep 3 03:53:25 2026] GET /v2.0/networks?id=90cdcafa-5095-49f9-a150-f2e49fa9bb50 => generated 734 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2530] 10.0.0.206 () {34 vars in 964 bytes} [Thu Sep 3 03:53:25 2026] GET /v2.0/quotas/7a755889ab8443c5a4ae88b34049ad70 => generated 291 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2531] 10.0.0.206 () {34 vars in 1001 bytes} [Thu Sep 3 03:53:25 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&fields=id => generated 149 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2532] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:53:25 2026] GET /v2.0/security-groups?tenant_id=720df0c45ec54fa3bc9be2295ffef82b&name=default => generated 2929 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2533] 10.0.0.206 () {34 vars in 1007 bytes} [Thu Sep 3 03:53:25 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2534] 10.0.0.206 () {34 vars in 1107 bytes} [Thu Sep 3 03:53:25 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50?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: 1262/2535] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:53:25 2026] DELETE /v2.0/security-groups/211ad2a8-f67e-4f4f-ad8d-d0da9602bd16 => 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: 1274/2536] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:53:26 2026] GET /v2.0/security-groups?tenant_id=d79d1b0d677040018b961391d81d4b43&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2537] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:53:26 2026] DELETE /v2.0/security-groups/06d98a44-0dc8-45b4-b94e-7033d426b7cd => 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: 1275/2538] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:53:26 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2539] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:53:26 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2540] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:53:29 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => 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: 1265/2541] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:53:29 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => 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: 1266/2542] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:53:30 2026] GET /v2.0/networks?id=90cdcafa-5095-49f9-a150-f2e49fa9bb50 => generated 734 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2543] 162.253.55.242 () {34 vars in 1049 bytes} [Thu Sep 3 03:53:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7a755889ab8443c5a4ae88b34049ad70 => generated 343 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2544] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:53:30 2026] GET /v2.0/security-groups?tenant_id=337e35ac19d64dbaa585c53a9c95d9e0&name=default => generated 2929 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2545] 162.253.55.242 () {38 vars in 954 bytes} [Thu Sep 3 03:53:30 2026] POST /v2.0/ports => generated 1078 bytes in 284 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: 1278/2546] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:53:31 2026] DELETE /v2.0/security-groups/71006d60-29c7-493a-ae64-ab130b5af0aa => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2547] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:53:31 2026] GET /v2.0/security-groups?tenant_id=ff2a33fc5a5c496bb038b189f8b8cd21&name=default => generated 2929 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2548] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:53:31 2026] PUT /v2.0/ports/fdd573cd-3ff7-47d7-8597-026f06f0a9c2 => generated 1239 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:53:31.572 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6c7fc35-cfdc-478d-afc7-6962b5f967ea'] response: {'name': 'network-changed', 'server_uuid': '8767fd22-16cc-457c-b932-23cc3d69173f', 'tag': 'fdd573cd-3ff7-47d7-8597-026f06f0a9c2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1280/2549] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:53:31 2026] DELETE /v2.0/security-groups/e5ba5fea-6ebe-4381-9710-6a5cf97d73d3 => generated 0 bytes in 138 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: 1270/2550] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:53:32 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2551] 162.253.55.242 () {34 vars in 1017 bytes} [Thu Sep 3 03:53:32 2026] GET /v2.0/networks?tenant_id=7a755889ab8443c5a4ae88b34049ad70&shared=False => generated 734 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2552] 162.253.55.242 () {34 vars in 929 bytes} [Thu Sep 3 03:53:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2553] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:53:32 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2554] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:53:32 2026] GET /v2.0/security-groups?id=9ccb2519-ccdf-402c-a567-8e26ebd19c68&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2555] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:53:32 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2556] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:53:33 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 1242 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2557] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:53:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.55&port_id=fdd573cd-3ff7-47d7-8597-026f06f0a9c2 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2558] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:53:33 2026] GET /v2.0/subnets?id=fa17b877-8130-4a99-9626-1a692c64890c => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2559] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:53:33 2026] GET /v2.0/ports?network_id=90cdcafa-5095-49f9-a150-f2e49fa9bb50&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2560] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:53:33 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50?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: 1286/2561] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:53:33 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50?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: 1277/2564] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:53:36 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 1242 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2565] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:53:36 2026] GET /v2.0/security-groups?id=9ccb2519-ccdf-402c-a567-8e26ebd19c68&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2566] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:53:36 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2567] 162.253.55.242 () {34 vars in 993 bytes} [Thu Sep 3 03:53:37 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 1242 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2568] 162.253.55.242 () {34 vars in 1043 bytes} [Thu Sep 3 03:53:37 2026] GET /v2.0/security-groups?id=9ccb2519-ccdf-402c-a567-8e26ebd19c68&fields=id&fields=name => generated 96 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2569] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:53:38 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2570] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:53:39 2026] GET /v2.0/security-groups?id=9ccb2519-ccdf-402c-a567-8e26ebd19c68&fields=id&fields=name => generated 96 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2571] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:53:39 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2572] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:53:42 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => 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: 1292/2573] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:53:42 2026] GET /v2.0/security-groups?id=9ccb2519-ccdf-402c-a567-8e26ebd19c68&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2574] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:53:42 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2581] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:54:26 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: 1296/2582] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:54:26 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: 1287/2583] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:54:26 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: 1297/2584] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:54:26 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: 1288/2585] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:54:26 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2586] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:54:26 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => 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: 1289/2587] 162.253.55.242 () {34 vars in 716 bytes} [Thu Sep 3 03:54:26 2026] POST /v2.0/ports => generated 1055 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2588] 10.0.0.206 () {34 vars in 970 bytes} [Thu Sep 3 03:54:27 2026] GET /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 1055 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2589] 10.0.0.206 () {34 vars in 906 bytes} [Thu Sep 3 03:54:27 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2590] 162.253.55.242 () {34 vars in 1261 bytes} [Thu Sep 3 03:54:28 2026] GET /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2591] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:54:28 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?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: 1301/2592] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:54:28 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2593] 162.253.55.242 () {34 vars in 974 bytes} [Thu Sep 3 03:54:29 2026] GET /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 1055 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2594] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:54:29 2026] GET /v2.0/networks?id=b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55 => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2595] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:54:29 2026] PUT /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 1245 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:54:30.029 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d47c49f1-b755-4102-a00f-bfd5ccbdc45a'] response: {'name': 'network-changed', 'server_uuid': '8767fd22-16cc-457c-b932-23cc3d69173f', 'tag': '99ef0bd1-a938-442a-a8b3-af548af86633', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1303/2596] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:54:30 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 2481 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2597] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:54:30 2026] GET /v2.0/networks?id=b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55 => generated 800 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2598] 162.253.55.242 () {34 vars in 1055 bytes} [Thu Sep 3 03:54:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.66&port_id=99ef0bd1-a938-442a-a8b3-af548af86633 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2599] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:54:30 2026] GET /v2.0/subnets?id=f9a4317e-943e-463f-9473-b0aff186aa94 => generated 678 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2600] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:54:30 2026] GET /v2.0/ports?network_id=b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55&device_owner=network%3Adhcp => generated 1461 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2601] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:54:30 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2602] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:54:30 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2603] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:54:32 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 2481 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2604] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:54:32 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.55&port_id=fdd573cd-3ff7-47d7-8597-026f06f0a9c2 => 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: 1298/2605] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:54:32 2026] GET /v2.0/subnets?id=fa17b877-8130-4a99-9626-1a692c64890c => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2606] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:54:32 2026] GET /v2.0/ports?network_id=90cdcafa-5095-49f9-a150-f2e49fa9bb50&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2607] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:54:32 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2608] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:54:32 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50?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: 1300/2609] 162.253.55.242 () {34 vars in 1055 bytes} [Thu Sep 3 03:54:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.66&port_id=99ef0bd1-a938-442a-a8b3-af548af86633 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2610] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:54:32 2026] GET /v2.0/subnets?id=f9a4317e-943e-463f-9473-b0aff186aa94 => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2611] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:54:32 2026] GET /v2.0/ports?network_id=b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55&device_owner=network%3Adhcp => generated 1461 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2612] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:54:32 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2613] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:54:32 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?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: 1304/2616] 10.0.0.206 () {34 vars in 970 bytes} [Thu Sep 3 03:54:36 2026] GET /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 1247 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2617] 162.253.55.242 () {34 vars in 788 bytes} [Thu Sep 3 03:54:36 2026] PUT /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 1272 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:54:36.968 8 INFO neutron.api.v2.resource [None req-829c9109-d948-4c9f-b71d-0fc6538a3d27 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1305/2618] 162.253.55.242 () {30 vars in 762 bytes} [Thu Sep 3 03:54:36 2026] GET /v2.0/security-groups/lb-eaf597f2-7b73-4b97-a286-ec66281973a5 => generated 149 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2619] 162.253.55.242 () {30 vars in 784 bytes} [Thu Sep 3 03:54:36 2026] GET /v2.0/security-groups?name=lb-eaf597f2-7b73-4b97-a286-ec66281973a5 => generated 1639 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:54:37.047 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-997d0dbd-f812-4770-a18e-9a2b9fb0edcc'] response: {'name': 'network-changed', 'server_uuid': '8767fd22-16cc-457c-b932-23cc3d69173f', 'tag': '99ef0bd1-a938-442a-a8b3-af548af86633', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1306/2620] 162.253.55.242 () {34 vars in 788 bytes} [Thu Sep 3 03:54:37 2026] PUT /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 1310 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:54:37.399 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-85f7d6ed-5841-4707-9ca5-b584d8f02c5d'] response: {'name': 'network-changed', 'server_uuid': '8767fd22-16cc-457c-b932-23cc3d69173f', 'tag': '99ef0bd1-a938-442a-a8b3-af548af86633', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1307/2621] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:54:37 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: 1308/2622] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:54:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2623] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:54:37 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 2582 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2624] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:54:37 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: 1316/2625] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:54:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2626] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:54:37 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2627] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:54:37 2026] GET /v2.0/networks?id=b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55 => generated 800 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2628] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:54:37 2026] GET /v2.0/ports/83ef216c-f214-45e1-b853-6fdab0b5b45f => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2629] 162.253.55.242 () {34 vars in 1055 bytes} [Thu Sep 3 03:54:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.66&port_id=99ef0bd1-a938-442a-a8b3-af548af86633 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2630] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:54:37 2026] GET /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 1346 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2631] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:54:37 2026] GET /v2.0/subnets?id=f9a4317e-943e-463f-9473-b0aff186aa94 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2632] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:54:37 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2633] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:54:37 2026] GET /v2.0/ports?network_id=b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2634] 162.253.55.242 () {30 vars in 742 bytes} [Thu Sep 3 03:54:37 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55 => generated 797 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2635] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:54:37 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?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: 1322/2636] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:54:37 2026] GET /v2.0/ports/83ef216c-f214-45e1-b853-6fdab0b5b45f => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2637] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:54:37 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2638] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:54:37 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2639] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:54:38 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 2582 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2640] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:54:39 2026] GET /v2.0/networks?id=b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55 => generated 800 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2641] 162.253.55.242 () {34 vars in 1055 bytes} [Thu Sep 3 03:54:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.66&port_id=99ef0bd1-a938-442a-a8b3-af548af86633 => 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: 1325/2642] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:54:39 2026] GET /v2.0/subnets?id=f9a4317e-943e-463f-9473-b0aff186aa94 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2643] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:54:39 2026] GET /v2.0/ports?network_id=b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2644] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:54:39 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?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: 1319/2645] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:54:39 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:54:45.322 7 INFO neutron.db.l3_db [None req-09ccf071-ad57-4eff-9a3b-09da5bafa7f0 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Floating IP 2d4fb100-3db3-48e6-bcd4-1b58eaa323b6 associated. External IP: 10.96.250.208, port: 83ef216c-f214-45e1-b853-6fdab0b5b45f. [pid: 7|app: 0|req: 1327/2646] 10.0.0.13 () {34 vars in 675 bytes} [Thu Sep 3 03:54:44 2026] POST /v2.0/floatingips => generated 899 bytes in 1195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2647] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:54:48 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: 1328/2648] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:54:48 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: 1321/2649] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:54:48 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: 1329/2650] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:54:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:54:48.594 8 INFO neutron.api.v2.resource [None req-6f55aaae-dc1b-4c74-81f4-6ff8d0094cf2 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1322/2651] 162.253.55.242 () {30 vars in 762 bytes} [Thu Sep 3 03:54:48 2026] GET /v2.0/security-groups/lb-eaf597f2-7b73-4b97-a286-ec66281973a5 => generated 149 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2652] 162.253.55.242 () {30 vars in 784 bytes} [Thu Sep 3 03:54:48 2026] GET /v2.0/security-groups?name=lb-eaf597f2-7b73-4b97-a286-ec66281973a5 => generated 1639 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2653] 162.253.55.242 () {30 vars in 814 bytes} [Thu Sep 3 03:54:48 2026] GET /v2.0/security-group-rules?security_group_id=9466d66a-a106-4692-b199-6fca6cae5b11 => generated 1182 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2654] 162.253.55.242 () {34 vars in 746 bytes} [Thu Sep 3 03:54:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2655] 162.253.55.242 () {34 vars in 746 bytes} [Thu Sep 3 03:54:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2658] 10.0.0.188 () {30 vars in 689 bytes} [Thu Sep 3 03:54:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2659] 10.0.0.188 () {30 vars in 691 bytes} [Thu Sep 3 03:54:56 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: 1334/2660] 10.0.0.188 () {30 vars in 667 bytes} [Thu Sep 3 03:54:56 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: 1327/2661] 10.0.0.188 () {30 vars in 703 bytes} [Thu Sep 3 03:54:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2662] 10.0.0.188 () {28 vars in 438 bytes} [Thu Sep 3 03:54:57 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2663] 10.0.0.188 () {30 vars in 727 bytes} [Thu Sep 3 03:54:57 2026] GET /v2.0/subnets/def74685-20a5-4757-b7af-444cdda1a209 => generated 656 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2664] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:54:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2665] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:54:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2666] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:54:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2667] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:54:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2668] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:54:59 2026] GET /v2.0/subnets/def74685-20a5-4757-b7af-444cdda1a209 => generated 674 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2669] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:54:59 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 2582 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2670] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:54:59 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: 1332/2671] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:54:59 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: 1340/2672] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:54:59 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: 1333/2673] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:54:59 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: 1341/2674] 162.253.55.242 () {34 vars in 716 bytes} [Thu Sep 3 03:54:59 2026] POST /v2.0/ports => generated 1328 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2675] 10.0.0.206 () {34 vars in 970 bytes} [Thu Sep 3 03:55:00 2026] GET /v2.0/ports/6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => generated 1328 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1342/2676] 10.0.0.206 () {34 vars in 906 bytes} [Thu Sep 3 03:55:00 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: 1335/2677] 162.253.55.242 () {34 vars in 1261 bytes} [Thu Sep 3 03:55:01 2026] GET /v2.0/ports/6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2678] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:01 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?fields=segments => generated 14 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2679] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:01 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2680] 162.253.55.242 () {34 vars in 974 bytes} [Thu Sep 3 03:55:02 2026] GET /v2.0/ports/6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => generated 1328 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2681] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:55:02 2026] GET /v2.0/networks?id=015c951a-03b7-4b67-b3d7-fce00d99d195 => generated 800 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2682] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:55:02 2026] PUT /v2.0/ports/6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => generated 1518 bytes in 584 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:55:02.992 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb2c0b8a-78c0-4b74-9fb8-f45e5ac7f69b'] response: {'name': 'network-changed', 'server_uuid': '8767fd22-16cc-457c-b932-23cc3d69173f', 'tag': '6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1338/2683] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:55:03 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 4092 bytes in 68 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: 1346/2684] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:55:03 2026] GET /v2.0/networks?id=015c951a-03b7-4b67-b3d7-fce00d99d195 => generated 800 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2685] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:55:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.164&port_id=6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => 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: 1347/2686] 162.253.55.242 () {34 vars in 1103 bytes} [Thu Sep 3 03:55:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1b0&port_id=6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2687] 162.253.55.242 () {34 vars in 1063 bytes} [Thu Sep 3 03:55:03 2026] GET /v2.0/subnets?id=b59f441d-6b1b-4d12-bb37-84f6185fbe0c&id=def74685-20a5-4757-b7af-444cdda1a209 => generated 1411 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2688] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:03 2026] GET /v2.0/ports?network_id=015c951a-03b7-4b67-b3d7-fce00d99d195&device_owner=network%3Adhcp => generated 1457 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2689] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:03 2026] GET /v2.0/ports?network_id=015c951a-03b7-4b67-b3d7-fce00d99d195&device_owner=network%3Adhcp => generated 1457 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2690] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:03 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2691] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:04 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2694] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 4092 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2695] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.55&port_id=fdd573cd-3ff7-47d7-8597-026f06f0a9c2 => 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: 1352/2696] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/subnets?id=fa17b877-8130-4a99-9626-1a692c64890c => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2697] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/ports?network_id=90cdcafa-5095-49f9-a150-f2e49fa9bb50&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2698] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50?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: 1346/2699] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2700] 162.253.55.242 () {34 vars in 1055 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.66&port_id=99ef0bd1-a938-442a-a8b3-af548af86633 => 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: 1347/2701] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/subnets?id=f9a4317e-943e-463f-9473-b0aff186aa94 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2702] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/ports?network_id=b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55&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: 1348/2703] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?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: 1356/2704] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2705] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.164&port_id=6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2706] 162.253.55.242 () {34 vars in 1103 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1b0&port_id=6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2707] 162.253.55.242 () {34 vars in 1063 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/subnets?id=b59f441d-6b1b-4d12-bb37-84f6185fbe0c&id=def74685-20a5-4757-b7af-444cdda1a209 => generated 1411 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2708] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/ports?network_id=015c951a-03b7-4b67-b3d7-fce00d99d195&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: 8|app: 0|req: 1351/2709] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/ports?network_id=015c951a-03b7-4b67-b3d7-fce00d99d195&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2710] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:05 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?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: 1352/2711] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:06 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?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: 7|app: 0|req: 1360/2712] 10.0.0.206 () {34 vars in 970 bytes} [Thu Sep 3 03:55:10 2026] GET /v2.0/ports/6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => generated 1520 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2713] 162.253.55.242 () {30 vars in 742 bytes} [Thu Sep 3 03:55:10 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195 => generated 797 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2714] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:10 2026] GET /v2.0/subnets/def74685-20a5-4757-b7af-444cdda1a209 => generated 674 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2715] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:10 2026] GET /v2.0/subnets/b59f441d-6b1b-4d12-bb37-84f6185fbe0c => generated 744 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2716] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:55:10 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2717] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:55:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2718] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:55: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: 1356/2719] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:55: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: 7|app: 0|req: 1364/2720] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:10 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2721] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:55:10 2026] GET /v2.0/ports/83ef216c-f214-45e1-b853-6fdab0b5b45f => generated 1132 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2722] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:55:10 2026] GET /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 1346 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2723] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:10 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2724] 162.253.55.242 () {30 vars in 742 bytes} [Thu Sep 3 03:55:10 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55 => generated 797 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2725] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:55:10 2026] GET /v2.0/ports/83ef216c-f214-45e1-b853-6fdab0b5b45f => generated 1132 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2726] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:10 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2727] 10.0.0.188 () {30 vars in 689 bytes} [Thu Sep 3 03:55:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2728] 10.0.0.188 () {30 vars in 691 bytes} [Thu Sep 3 03:55:17 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: 1361/2729] 10.0.0.188 () {30 vars in 667 bytes} [Thu Sep 3 03:55:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2730] 10.0.0.188 () {30 vars in 703 bytes} [Thu Sep 3 03:55:17 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: 1362/2731] 10.0.0.188 () {28 vars in 438 bytes} [Thu Sep 3 03:55:18 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: 1370/2732] 10.0.0.188 () {30 vars in 727 bytes} [Thu Sep 3 03:55:18 2026] GET /v2.0/subnets/6a67b69a-0b25-4831-a4fc-a82e6776b113 => generated 655 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2733] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:55:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2734] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:55:19 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: 1364/2735] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:55:19 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: 1372/2736] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:55:19 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: 1365/2737] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:19 2026] GET /v2.0/subnets/def74685-20a5-4757-b7af-444cdda1a209 => generated 674 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2738] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:19 2026] GET /v2.0/subnets/6a67b69a-0b25-4831-a4fc-a82e6776b113 => generated 673 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2741] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:55:19 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 4094 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2742] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:55:19 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: 1367/2743] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:55:19 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: 1377/2744] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:55:19 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: 1368/2745] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:55: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: 7|app: 0|req: 1378/2746] 162.253.55.242 () {34 vars in 716 bytes} [Thu Sep 3 03:55:19 2026] POST /v2.0/ports => generated 1328 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2747] 10.0.0.206 () {34 vars in 970 bytes} [Thu Sep 3 03:55:20 2026] GET /v2.0/ports/100d3692-8e31-404e-a6fb-aab1316cd21e => generated 1328 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1379/2748] 162.253.55.242 () {34 vars in 1261 bytes} [Thu Sep 3 03:55:21 2026] GET /v2.0/ports/100d3692-8e31-404e-a6fb-aab1316cd21e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2749] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:21 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2750] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:21 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2751] 162.253.55.242 () {34 vars in 974 bytes} [Thu Sep 3 03:55:22 2026] GET /v2.0/ports/100d3692-8e31-404e-a6fb-aab1316cd21e => generated 1328 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2752] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:55:22 2026] GET /v2.0/networks?id=208afdff-77a2-466d-ac49-97a8db456aae => generated 800 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2753] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:55:22 2026] PUT /v2.0/ports/100d3692-8e31-404e-a6fb-aab1316cd21e => generated 1518 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:55:22.643 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e5d903d-6f48-4ed1-88a7-914fcca37209'] response: {'name': 'network-changed', 'server_uuid': '8767fd22-16cc-457c-b932-23cc3d69173f', 'tag': '100d3692-8e31-404e-a6fb-aab1316cd21e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1382/2754] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:55:23 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 5604 bytes in 72 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: 1373/2755] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:55:23 2026] GET /v2.0/networks?id=208afdff-77a2-466d-ac49-97a8db456aae => generated 800 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2756] 162.253.55.242 () {34 vars in 1055 bytes} [Thu Sep 3 03:55:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.83&port_id=100d3692-8e31-404e-a6fb-aab1316cd21e => 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: 1374/2757] 162.253.55.242 () {34 vars in 1105 bytes} [Thu Sep 3 03:55:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f4&port_id=100d3692-8e31-404e-a6fb-aab1316cd21e => 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: 1384/2758] 162.253.55.242 () {34 vars in 1063 bytes} [Thu Sep 3 03:55:23 2026] GET /v2.0/subnets?id=ca299cdf-816b-4409-a246-176d102a802c&id=6a67b69a-0b25-4831-a4fc-a82e6776b113 => generated 1413 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2759] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:23 2026] GET /v2.0/ports?network_id=208afdff-77a2-466d-ac49-97a8db456aae&device_owner=network%3Adhcp => generated 1461 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2760] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:23 2026] GET /v2.0/ports?network_id=208afdff-77a2-466d-ac49-97a8db456aae&device_owner=network%3Adhcp => generated 1461 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2761] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:23 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2762] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:23 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?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: 1377/2763] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:55:24 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 5604 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2764] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:55:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.55&port_id=fdd573cd-3ff7-47d7-8597-026f06f0a9c2 => 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: 1378/2765] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:55:24 2026] GET /v2.0/subnets?id=fa17b877-8130-4a99-9626-1a692c64890c => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2766] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:24 2026] GET /v2.0/ports?network_id=90cdcafa-5095-49f9-a150-f2e49fa9bb50&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2767] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:24 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50?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: 1389/2768] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:24 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50?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: 1380/2769] 162.253.55.242 () {34 vars in 1055 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.66&port_id=99ef0bd1-a938-442a-a8b3-af548af86633 => 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: 1390/2770] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/subnets?id=f9a4317e-943e-463f-9473-b0aff186aa94 => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2771] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/ports?network_id=b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55&device_owner=network%3Adhcp => generated 1461 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2772] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2773] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2774] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.164&port_id=6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => 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: 1383/2775] 162.253.55.242 () {34 vars in 1103 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1b0&port_id=6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2776] 162.253.55.242 () {34 vars in 1063 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/subnets?id=b59f441d-6b1b-4d12-bb37-84f6185fbe0c&id=def74685-20a5-4757-b7af-444cdda1a209 => generated 1411 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2777] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/ports?network_id=015c951a-03b7-4b67-b3d7-fce00d99d195&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2778] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/ports?network_id=015c951a-03b7-4b67-b3d7-fce00d99d195&device_owner=network%3Adhcp => generated 1457 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2779] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2780] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?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: 1386/2781] 162.253.55.242 () {34 vars in 1055 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.83&port_id=100d3692-8e31-404e-a6fb-aab1316cd21e => 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: 1396/2782] 162.253.55.242 () {34 vars in 1105 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f4&port_id=100d3692-8e31-404e-a6fb-aab1316cd21e => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2783] 162.253.55.242 () {34 vars in 1063 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/subnets?id=ca299cdf-816b-4409-a246-176d102a802c&id=6a67b69a-0b25-4831-a4fc-a82e6776b113 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2784] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/ports?network_id=208afdff-77a2-466d-ac49-97a8db456aae&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2785] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/ports?network_id=208afdff-77a2-466d-ac49-97a8db456aae&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: 1398/2786] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?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: 1389/2787] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:25 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?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: 1399/2788] 10.0.0.206 () {34 vars in 970 bytes} [Thu Sep 3 03:55:29 2026] GET /v2.0/ports/100d3692-8e31-404e-a6fb-aab1316cd21e => generated 1520 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2789] 162.253.55.242 () {30 vars in 742 bytes} [Thu Sep 3 03:55:29 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae => generated 797 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2790] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:30 2026] GET /v2.0/subnets/6a67b69a-0b25-4831-a4fc-a82e6776b113 => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2791] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:30 2026] GET /v2.0/subnets/ca299cdf-816b-4409-a246-176d102a802c => generated 747 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2792] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:55:30 2026] GET /v2.0/ports/6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => generated 1520 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2793] 162.253.55.242 () {34 vars in 789 bytes} [Thu Sep 3 03:55:30 2026] PUT /v2.0/ports/6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => generated 1255 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:55:30.665 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e02e4378-1b45-42d0-995e-fd3ebf939fb3'] response: {'name': 'network-changed', 'server_uuid': '8767fd22-16cc-457c-b932-23cc3d69173f', 'tag': '6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1402/2794] 162.253.55.242 () {30 vars in 742 bytes} [Thu Sep 3 03:55:30 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195 => generated 797 bytes in 58 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: 1393/2795] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:30 2026] GET /v2.0/subnets/def74685-20a5-4757-b7af-444cdda1a209 => generated 674 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2796] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:55:31 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: 1395/2797] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:55:31 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: 1396/2798] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:55:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2799] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:55:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2800] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:55:31 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 5377 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2801] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:31 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2802] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:55:31 2026] GET /v2.0/ports/83ef216c-f214-45e1-b853-6fdab0b5b45f => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2803] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:55:31 2026] GET /v2.0/networks?id=015c951a-03b7-4b67-b3d7-fce00d99d195 => generated 800 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2804] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:55:31 2026] GET /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 1346 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2805] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:55:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.164&port_id=6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => 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: 1401/2806] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:31 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2807] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:55:31 2026] GET /v2.0/subnets?id=def74685-20a5-4757-b7af-444cdda1a209 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2808] 162.253.55.242 () {30 vars in 742 bytes} [Thu Sep 3 03:55:31 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55 => generated 797 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2809] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:31 2026] GET /v2.0/ports?network_id=015c951a-03b7-4b67-b3d7-fce00d99d195&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2810] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:55:31 2026] GET /v2.0/ports/83ef216c-f214-45e1-b853-6fdab0b5b45f => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2811] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:31 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?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: 1404/2812] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:31 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2813] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:31 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2816] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:55:43 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: 1411/2817] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:55:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2818] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:55:43 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2819] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:55:43 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: 1408/2820] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:43 2026] GET /v2.0/subnets/def74685-20a5-4757-b7af-444cdda1a209 => generated 674 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2821] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:55:43 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 5377 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2822] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:55:43 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: 1414/2823] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:55:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2824] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:55:43 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: 1415/2825] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:55:43 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: 1411/2826] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:55:43 2026] GET /v2.0/ports/100d3692-8e31-404e-a6fb-aab1316cd21e => generated 1520 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2827] 162.253.55.242 () {34 vars in 789 bytes} [Thu Sep 3 03:55:43 2026] PUT /v2.0/ports/100d3692-8e31-404e-a6fb-aab1316cd21e => generated 1311 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2828] 162.253.55.242 () {30 vars in 742 bytes} [Thu Sep 3 03:55:44 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae => generated 797 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:55:44.090 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1957ccbd-71d7-4294-a0f3-32cadf68fa88'] response: {'name': 'network-changed', 'server_uuid': '8767fd22-16cc-457c-b932-23cc3d69173f', 'tag': '100d3692-8e31-404e-a6fb-aab1316cd21e', '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: 1417/2829] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:44 2026] GET /v2.0/subnets/ca299cdf-816b-4409-a246-176d102a802c => generated 747 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2830] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:55:44 2026] GET /v2.0/ports/100d3692-8e31-404e-a6fb-aab1316cd21e => generated 1347 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2831] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:55:44 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 5204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2832] 162.253.55.242 () {34 vars in 788 bytes} [Thu Sep 3 03:55:44 2026] PUT /v2.0/ports/100d3692-8e31-404e-a6fb-aab1316cd21e => generated 1080 bytes in 545 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: 1415/2833] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:55:44 2026] GET /v2.0/networks?id=208afdff-77a2-466d-ac49-97a8db456aae => generated 800 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2834] 162.253.55.242 () {34 vars in 1105 bytes} [Thu Sep 3 03:55:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1f4&port_id=100d3692-8e31-404e-a6fb-aab1316cd21e => 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: 1419/2835] 162.253.55.242 () {30 vars in 742 bytes} [Thu Sep 3 03:55:44 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae => generated 797 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2836] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:55:44 2026] GET /v2.0/subnets?id=ca299cdf-816b-4409-a246-176d102a802c => generated 750 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2837] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:44 2026] GET /v2.0/ports?network_id=208afdff-77a2-466d-ac49-97a8db456aae&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: 1420/2838] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:55:44 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 4973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2839] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:44 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?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: 1421/2840] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:44 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?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: 1420/2841] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:55:45 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 4973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:55:46.154 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5f9d871-a43e-4a56-8b64-12cc71d8513c'] response: {'name': 'network-changed', 'server_uuid': '8767fd22-16cc-457c-b932-23cc3d69173f', 'tag': '100d3692-8e31-404e-a6fb-aab1316cd21e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1422/2842] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:55:46 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 4973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2843] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:55:46 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 4973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2844] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:55:46 2026] GET /v2.0/networks?id=208afdff-77a2-466d-ac49-97a8db456aae => generated 800 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2845] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:46 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2846] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:46 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2847] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:55:47 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 4973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2848] 162.253.55.242 () {34 vars in 974 bytes} [Thu Sep 3 03:55:47 2026] GET /v2.0/ports/100d3692-8e31-404e-a6fb-aab1316cd21e => generated 1116 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2849] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:55:47 2026] GET /v2.0/ports/100d3692-8e31-404e-a6fb-aab1316cd21e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2850] 162.253.55.242 () {34 vars in 1015 bytes} [Thu Sep 3 03:55:47 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?fields=dns_domain => generated 29 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2851] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:55:47 2026] PUT /v2.0/ports/100d3692-8e31-404e-a6fb-aab1316cd21e => generated 917 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2852] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:55:48 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 3865 bytes in 62 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-09-03 03:55:48.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-61e5aa9c-8263-4a41-8457-d4b95c311159 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 100d3692-8e31-404e-a6fb-aab1316cd21e 2026-09-03 03:55:48.490 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61e5aa9c-8263-4a41-8457-d4b95c311159 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 100d3692-8e31-404e-a6fb-aab1316cd21e [pid: 8|app: 0|req: 1426/2853] 162.253.55.242 () {32 vars in 758 bytes} [Thu Sep 3 03:55:48 2026] DELETE /v2.0/ports/100d3692-8e31-404e-a6fb-aab1316cd21e => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2854] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:55:48 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: 1427/2855] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:55:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2856] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:55:48 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: 1428/2857] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:55:48 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: 1430/2858] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:48 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2859] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:55:48 2026] GET /v2.0/ports/83ef216c-f214-45e1-b853-6fdab0b5b45f => generated 1132 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2860] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:55:48 2026] GET /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 1346 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2861] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:48 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2862] 162.253.55.242 () {30 vars in 742 bytes} [Thu Sep 3 03:55:49 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55 => generated 797 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2863] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:55:49 2026] GET /v2.0/ports/83ef216c-f214-45e1-b853-6fdab0b5b45f => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2864] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:49 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2867] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:55:49 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 3865 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2868] 162.253.55.242 () {34 vars in 1225 bytes} [Thu Sep 3 03:55:49 2026] GET /v2.0/networks?id=90cdcafa-5095-49f9-a150-f2e49fa9bb50&id=b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55&id=015c951a-03b7-4b67-b3d7-fce00d99d195&id=208afdff-77a2-466d-ac49-97a8db456aae => generated 3092 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2869] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:55:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.55&port_id=fdd573cd-3ff7-47d7-8597-026f06f0a9c2 => 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: 1436/2870] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:55:50 2026] GET /v2.0/subnets?id=fa17b877-8130-4a99-9626-1a692c64890c => generated 654 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2871] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:50 2026] GET /v2.0/ports?network_id=90cdcafa-5095-49f9-a150-f2e49fa9bb50&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2872] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:50 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2873] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:50 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2874] 162.253.55.242 () {34 vars in 1055 bytes} [Thu Sep 3 03:55:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.66&port_id=99ef0bd1-a938-442a-a8b3-af548af86633 => 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: 1437/2875] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:55:50 2026] GET /v2.0/subnets?id=f9a4317e-943e-463f-9473-b0aff186aa94 => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2876] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:50 2026] GET /v2.0/ports?network_id=b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2877] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:50 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?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: 1440/2878] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:50 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2879] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:55:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.164&port_id=6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => 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: 1441/2880] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:55:50 2026] GET /v2.0/subnets?id=def74685-20a5-4757-b7af-444cdda1a209 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2881] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:50 2026] GET /v2.0/ports?network_id=015c951a-03b7-4b67-b3d7-fce00d99d195&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: 1442/2882] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:50 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2883] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:50 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2884] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:55:53 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: 1442/2885] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:55:53 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: 1444/2886] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:55:53 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: 1443/2887] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:55:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2888] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:55:54 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 3865 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2889] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:55:54 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: 1446/2890] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:55:54 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: 1445/2891] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:55:54 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: 1447/2892] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:55:54 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: 1446/2893] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:55:54 2026] GET /v2.0/ports/6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => generated 1291 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2894] 162.253.55.242 () {34 vars in 788 bytes} [Thu Sep 3 03:55:54 2026] PUT /v2.0/ports/6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => generated 1080 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:55:54.658 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-91ae27f0-7670-492f-8afe-d5e77c9350c2'] response: {'name': 'network-changed', 'server_uuid': '8767fd22-16cc-457c-b932-23cc3d69173f', 'tag': '6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1447/2895] 162.253.55.242 () {30 vars in 742 bytes} [Thu Sep 3 03:55:54 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195 => generated 797 bytes in 76 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: 1449/2896] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:55:54 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 3690 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2897] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:55:54 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 3690 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2898] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:55:55 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 3690 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2899] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:55:55 2026] GET /v2.0/networks?id=015c951a-03b7-4b67-b3d7-fce00d99d195 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2900] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:55 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2901] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:55 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?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: 1452/2902] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:55:55 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 3690 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2903] 162.253.55.242 () {34 vars in 974 bytes} [Thu Sep 3 03:55:56 2026] GET /v2.0/ports/6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2904] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:55:57 2026] GET /v2.0/ports/6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2905] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:55:57 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 3690 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2906] 162.253.55.242 () {34 vars in 1015 bytes} [Thu Sep 3 03:55:57 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?fields=dns_domain => generated 29 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2907] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:55:57 2026] PUT /v2.0/ports/6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => generated 917 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2908] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:55:58 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 2582 bytes in 66 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-09-03 03:55:58.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-44a39eae-cb25-45d3-8096-8675d6a04cf7 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 2026-09-03 03:55:58.334 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44a39eae-cb25-45d3-8096-8675d6a04cf7 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 [pid: 8|app: 0|req: 1454/2909] 162.253.55.242 () {32 vars in 758 bytes} [Thu Sep 3 03:55:58 2026] DELETE /v2.0/ports/6e6d2e73-b9bc-4e98-8f52-f57c1d9fd9d4 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2910] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:55:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2911] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:55:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2912] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:55:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2913] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:55:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2914] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:58 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2915] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:55:58 2026] GET /v2.0/ports/83ef216c-f214-45e1-b853-6fdab0b5b45f => generated 1132 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2916] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:55:58 2026] GET /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 1346 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2917] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:58 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2918] 162.253.55.242 () {30 vars in 742 bytes} [Thu Sep 3 03:55:58 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55 => generated 797 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2919] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:55:58 2026] GET /v2.0/ports/83ef216c-f214-45e1-b853-6fdab0b5b45f => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2920] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:55:59 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2921] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:55:59 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 2582 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2922] 162.253.55.242 () {34 vars in 1145 bytes} [Thu Sep 3 03:55:59 2026] GET /v2.0/networks?id=90cdcafa-5095-49f9-a150-f2e49fa9bb50&id=b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55&id=015c951a-03b7-4b67-b3d7-fce00d99d195 => generated 2306 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2923] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:55:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.55&port_id=fdd573cd-3ff7-47d7-8597-026f06f0a9c2 => 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: 1463/2924] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:55:59 2026] GET /v2.0/subnets?id=fa17b877-8130-4a99-9626-1a692c64890c => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2925] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:59 2026] GET /v2.0/ports?network_id=90cdcafa-5095-49f9-a150-f2e49fa9bb50&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: 1464/2926] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:59 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2927] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:59 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50?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: 1465/2928] 162.253.55.242 () {34 vars in 1055 bytes} [Thu Sep 3 03:55:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.66&port_id=99ef0bd1-a938-442a-a8b3-af548af86633 => 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: 1464/2929] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:55:59 2026] GET /v2.0/subnets?id=f9a4317e-943e-463f-9473-b0aff186aa94 => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2930] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:55:59 2026] GET /v2.0/ports?network_id=b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55&device_owner=network%3Adhcp => generated 1461 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2931] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:55:59 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?fields=segments => generated 14 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2932] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:55:59 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2935] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:56:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2936] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:56:11 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: 1468/2937] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:56:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2938] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:56:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:56:11.193 8 INFO neutron.api.v2.resource [None req-c4431cf1-d162-4fed-8e58-8af7005e5800 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1469/2939] 162.253.55.242 () {30 vars in 762 bytes} [Thu Sep 3 03:56:11 2026] GET /v2.0/security-groups/lb-eaf597f2-7b73-4b97-a286-ec66281973a5 => 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: 1471/2940] 162.253.55.242 () {30 vars in 784 bytes} [Thu Sep 3 03:56:11 2026] GET /v2.0/security-groups?name=lb-eaf597f2-7b73-4b97-a286-ec66281973a5 => generated 2865 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2941] 162.253.55.242 () {30 vars in 814 bytes} [Thu Sep 3 03:56:11 2026] GET /v2.0/security-group-rules?security_group_id=9466d66a-a106-4692-b199-6fca6cae5b11 => generated 2334 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2942] 162.253.55.242 () {32 vars in 788 bytes} [Thu Sep 3 03:56:11 2026] DELETE /v2.0/security-group-rules/81aa82aa-b5eb-4bd8-b1f6-9c552e04411d => 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: 1471/2943] 162.253.55.242 () {32 vars in 788 bytes} [Thu Sep 3 03:56:11 2026] DELETE /v2.0/security-group-rules/821aecc4-cffd-48fd-82d5-033d5531213b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:14.175 7 INFO neutron_taas.services.taas.taas_plugin [None req-8bc6c05d-ec3b-405d-b029-97c4014619d0 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] TaaS: Handle Delete Port: 17ae57ec-2430-4dfd-bbf2-7e2219ebe2f0 2026-09-03 03:56:14.177 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bc6c05d-ec3b-405d-b029-97c4014619d0 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Tap Mirror: Handle Delete Port: 17ae57ec-2430-4dfd-bbf2-7e2219ebe2f0 2026-09-03 03:56:14.313 7 INFO neutron.db.l3_db [None req-8bc6c05d-ec3b-405d-b029-97c4014619d0 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Floating IP 2d4fb100-3db3-48e6-bcd4-1b58eaa323b6 disassociated (deleted). External IP: 10.96.250.208, port: 83ef216c-f214-45e1-b853-6fdab0b5b45f. [pid: 7|app: 0|req: 1473/2944] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:56:14 2026] DELETE /v2.0/floatingips/2d4fb100-3db3-48e6-bcd4-1b58eaa323b6 => generated 0 bytes in 604 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:14.650 8 INFO neutron.api.v2.resource [None req-c1e86e1e-61b6-4b07-9a2c-16be27cf57d7 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1472/2945] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:56:14 2026] GET /v2.0/floatingips/2d4fb100-3db3-48e6-bcd4-1b58eaa323b6 => 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: 1474/2946] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:56:15 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: 1473/2947] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:56:15 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: 1475/2948] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:56:15 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: 1474/2949] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:56: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) 2026-09-03 03:56:15.595 7 INFO neutron.api.v2.resource [None req-7f0ce126-0291-4512-817c-7d7c7361be89 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1476/2950] 162.253.55.242 () {30 vars in 762 bytes} [Thu Sep 3 03:56:15 2026] GET /v2.0/security-groups/lb-eaf597f2-7b73-4b97-a286-ec66281973a5 => 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: 1475/2951] 162.253.55.242 () {30 vars in 784 bytes} [Thu Sep 3 03:56:15 2026] GET /v2.0/security-groups?name=lb-eaf597f2-7b73-4b97-a286-ec66281973a5 => generated 1639 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2952] 162.253.55.242 () {30 vars in 814 bytes} [Thu Sep 3 03:56:15 2026] GET /v2.0/security-group-rules?security_group_id=9466d66a-a106-4692-b199-6fca6cae5b11 => generated 1182 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2953] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:56:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2954] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:56:15 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: 1477/2955] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:56:15 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: 1479/2956] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:56:15 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: 1478/2957] 162.253.55.242 () {30 vars in 740 bytes} [Thu Sep 3 03:56:15 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2958] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:56:15 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 2582 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2959] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:56:15 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 2582 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2960] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:56:16 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 2582 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2961] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:56:17 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 2582 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2962] 162.253.55.242 () {34 vars in 974 bytes} [Thu Sep 3 03:56:18 2026] GET /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 1346 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2963] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:56:18 2026] GET /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2964] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:56:18 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 2582 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2965] 162.253.55.242 () {34 vars in 1015 bytes} [Thu Sep 3 03:56:18 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2966] 162.253.55.242 () {38 vars in 1027 bytes} [Thu Sep 3 03:56:18 2026] PUT /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 1147 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2967] 162.253.55.242 () {30 vars in 768 bytes} [Thu Sep 3 03:56:19 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1483/2970] 162.253.55.242 () {34 vars in 788 bytes} [Thu Sep 3 03:56:19 2026] PUT /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 1086 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2971] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:56:19 2026] GET /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 1086 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-09-03 03:56:19.965 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf5c1ae5-3e39-4b84-a3ff-75427deabeec cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 99ef0bd1-a938-442a-a8b3-af548af86633 2026-09-03 03:56:19.969 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf5c1ae5-3e39-4b84-a3ff-75427deabeec cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 99ef0bd1-a938-442a-a8b3-af548af86633 [pid: 8|app: 0|req: 1484/2972] 162.253.55.242 () {32 vars in 758 bytes} [Thu Sep 3 03:56:19 2026] DELETE /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2973] 162.253.55.242 () {30 vars in 702 bytes} [Thu Sep 3 03:56: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: 1489/2974] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:56:20 2026] GET /v2.0/ports?tenant_id=7a755889ab8443c5a4ae88b34049ad70&device_id=8767fd22-16cc-457c-b932-23cc3d69173f => 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: 1490/2975] 162.253.55.242 () {30 vars in 704 bytes} [Thu Sep 3 03:56:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2976] 162.253.55.242 () {30 vars in 680 bytes} [Thu Sep 3 03:56:20 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: 1492/2977] 162.253.55.242 () {30 vars in 716 bytes} [Thu Sep 3 03:56:20 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-09-03 03:56:20.318 7 INFO neutron.pecan_wsgi.hooks.translation [None req-40165db1-29b5-4a19-96bb-86910457d3d2 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1493/2978] 162.253.55.242 () {32 vars in 758 bytes} [Thu Sep 3 03:56:20 2026] DELETE /v2.0/ports/99ef0bd1-a938-442a-a8b3-af548af86633 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2979] 162.253.55.242 () {34 vars in 1065 bytes} [Thu Sep 3 03:56:20 2026] GET /v2.0/networks?id=90cdcafa-5095-49f9-a150-f2e49fa9bb50&id=b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55 => generated 1520 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2980] 162.253.55.242 () {34 vars in 1059 bytes} [Thu Sep 3 03:56:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.55&port_id=fdd573cd-3ff7-47d7-8597-026f06f0a9c2 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2981] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:56:20 2026] GET /v2.0/ports/83ef216c-f214-45e1-b853-6fdab0b5b45f => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:56:20.383 7 INFO neutron.api.v2.resource [None req-e7560b16-3a4c-4ba3-953d-0c34190e0008 cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1488/2982] 162.253.55.242 () {34 vars in 983 bytes} [Thu Sep 3 03:56:20 2026] GET /v2.0/subnets?id=fa17b877-8130-4a99-9626-1a692c64890c => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2983] 162.253.55.242 () {30 vars in 762 bytes} [Thu Sep 3 03:56:20 2026] GET /v2.0/security-groups/lb-eaf597f2-7b73-4b97-a286-ec66281973a5 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2984] 162.253.55.242 () {30 vars in 784 bytes} [Thu Sep 3 03:56:20 2026] GET /v2.0/security-groups?name=lb-eaf597f2-7b73-4b97-a286-ec66281973a5 => 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: 1489/2985] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:56:20 2026] GET /v2.0/ports?network_id=90cdcafa-5095-49f9-a150-f2e49fa9bb50&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: 1490/2986] 162.253.55.242 () {30 vars in 736 bytes} [Thu Sep 3 03:56:20 2026] GET /v2.0/ports/83ef216c-f214-45e1-b853-6fdab0b5b45f => 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: 1497/2987] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:56:20 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50?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: 1491/2988] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:56:20 2026] GET /v2.0/networks/90cdcafa-5095-49f9-a150-f2e49fa9bb50?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: 1498/2989] 162.253.55.242 () {34 vars in 788 bytes} [Thu Sep 3 03:56:20 2026] PUT /v2.0/ports/83ef216c-f214-45e1-b853-6fdab0b5b45f => generated 1094 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2990] 162.253.55.242 () {32 vars in 778 bytes} [Thu Sep 3 03:56:20 2026] DELETE /v2.0/security-groups/9466d66a-a106-4692-b199-6fca6cae5b11 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:20.994 7 INFO neutron_taas.services.taas.taas_plugin [None req-83a4e9a5-29d4-4ed9-857b-8adf6eb13e5f cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: 83ef216c-f214-45e1-b853-6fdab0b5b45f 2026-09-03 03:56:20.999 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83a4e9a5-29d4-4ed9-857b-8adf6eb13e5f cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: 83ef216c-f214-45e1-b853-6fdab0b5b45f [pid: 7|app: 0|req: 1499/2991] 162.253.55.242 () {32 vars in 758 bytes} [Thu Sep 3 03:56:20 2026] DELETE /v2.0/ports/83ef216c-f214-45e1-b853-6fdab0b5b45f => 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: 1493/2992] 162.253.55.242 () {34 vars in 993 bytes} [Thu Sep 3 03:56:24 2026] GET /v2.0/ports?device_id=8767fd22-16cc-457c-b932-23cc3d69173f => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:56:24.226 7 INFO neutron_taas.services.taas.taas_plugin [req-4c60978f-1b6b-4581-9696-f294fc97d296 req-89cf0f6a-36e5-4c94-be23-bfae9f35069b cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] TaaS: Handle Delete Port: fdd573cd-3ff7-47d7-8597-026f06f0a9c2 2026-09-03 03:56:24.229 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4c60978f-1b6b-4581-9696-f294fc97d296 req-89cf0f6a-36e5-4c94-be23-bfae9f35069b cb09360888f745afa6f83db5d4ba2616 7a755889ab8443c5a4ae88b34049ad70 - - default default] Tap Mirror: Handle Delete Port: fdd573cd-3ff7-47d7-8597-026f06f0a9c2 [pid: 7|app: 0|req: 1500/2993] 162.253.55.242 () {36 vars in 996 bytes} [Thu Sep 3 03:56:24 2026] DELETE /v2.0/ports/fdd573cd-3ff7-47d7-8597-026f06f0a9c2 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:56:24.477 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d64ddc6-05f7-403d-8be4-90cf18c08551'] response: {'server_uuid': '8767fd22-16cc-457c-b932-23cc3d69173f', 'name': 'network-vif-deleted', 'tag': 'fdd573cd-3ff7-47d7-8597-026f06f0a9c2', 'status': 'completed', 'code': 200} 2026-09-03 03:56:25.077 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8b89cbc-df4a-4c1b-839c-ee4e438b81cc 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] TaaS: Handle Delete Port: 00fc6336-6fe7-4808-982b-60eb1225e145 2026-09-03 03:56:25.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8b89cbc-df4a-4c1b-839c-ee4e438b81cc 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Tap Mirror: Handle Delete Port: 00fc6336-6fe7-4808-982b-60eb1225e145 2026-09-03 03:56:25.306 8 INFO neutron.db.l3_db [None req-a8b89cbc-df4a-4c1b-839c-ee4e438b81cc 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Floating IP a6f19b30-8c41-4f32-8270-56fa4af6b6b3 disassociated (deleted). External IP: 10.96.250.216, port: 6e8474a7-5ed4-41dc-a0ea-a022e51619f4. [pid: 8|app: 0|req: 1494/2994] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:56:24 2026] DELETE /v2.0/floatingips/a6f19b30-8c41-4f32-8270-56fa4af6b6b3 => generated 0 bytes in 826 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:25.804 7 INFO neutron.api.v2.resource [None req-3665e857-89a1-41e6-9ddc-5d8b0296d15e 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1501/2995] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:56:25 2026] GET /v2.0/floatingips/a6f19b30-8c41-4f32-8270-56fa4af6b6b3 => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:56:25.835 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d311382-4911-4279-b1bf-473c92cacc91'] response: {'name': 'network-changed', 'server_uuid': 'a2743c3c-003f-4972-9cec-14e615874951', 'tag': '6e8474a7-5ed4-41dc-a0ea-a022e51619f4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1495/2996] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:56:25 2026] GET /v2.0/ports?device_id=a2743c3c-003f-4972-9cec-14e615874951 => generated 1200 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2997] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:56:26 2026] GET /v2.0/security-groups?id=86ec192c-4bc2-47f2-b0a0-848041595566&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2998] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:56:26 2026] GET /v2.0/ports?tenant_id=a2cde26111e74e95b374c7361a8d99e9&device_id=a2743c3c-003f-4972-9cec-14e615874951 => generated 1469 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2999] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:56:26 2026] GET /v2.0/networks?id=208afdff-77a2-466d-ac49-97a8db456aae => generated 800 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3000] 162.253.55.242 () {34 vars in 1055 bytes} [Thu Sep 3 03:56:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.53&port_id=6e8474a7-5ed4-41dc-a0ea-a022e51619f4 => 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: 1504/3001] 162.253.55.242 () {34 vars in 1105 bytes} [Thu Sep 3 03:56:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2f4&port_id=6e8474a7-5ed4-41dc-a0ea-a022e51619f4 => 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: 1498/3002] 162.253.55.242 () {34 vars in 1063 bytes} [Thu Sep 3 03:56:26 2026] GET /v2.0/subnets?id=ca299cdf-816b-4409-a246-176d102a802c&id=6a67b69a-0b25-4831-a4fc-a82e6776b113 => generated 1413 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3003] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:56:26 2026] GET /v2.0/ports?network_id=208afdff-77a2-466d-ac49-97a8db456aae&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3004] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:56:26 2026] GET /v2.0/ports?network_id=208afdff-77a2-466d-ac49-97a8db456aae&device_owner=network%3Adhcp => generated 1461 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3005] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:56:26 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3006] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:56:26 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3007] 162.253.55.242 () {34 vars in 993 bytes} [Thu Sep 3 03:56:28 2026] GET /v2.0/ports?device_id=a2743c3c-003f-4972-9cec-14e615874951 => generated 1200 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:56:28.639 8 INFO neutron_taas.services.taas.taas_plugin [req-1dbe1be0-cf37-4cee-9f16-76b1bf6c65f3 req-4ad9c1bb-9897-455f-9a98-80e8e9ce32ae 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] TaaS: Handle Delete Port: 6e8474a7-5ed4-41dc-a0ea-a022e51619f4 2026-09-03 03:56:28.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1dbe1be0-cf37-4cee-9f16-76b1bf6c65f3 req-4ad9c1bb-9897-455f-9a98-80e8e9ce32ae 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Tap Mirror: Handle Delete Port: 6e8474a7-5ed4-41dc-a0ea-a022e51619f4 [pid: 8|app: 0|req: 1501/3008] 162.253.55.242 () {36 vars in 996 bytes} [Thu Sep 3 03:56:28 2026] DELETE /v2.0/ports/6e8474a7-5ed4-41dc-a0ea-a022e51619f4 => generated 0 bytes in 412 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:56:28.966 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd85d000-b82c-4765-a44c-e6278bfd3712'] response: {'server_uuid': 'a2743c3c-003f-4972-9cec-14e615874951', 'name': 'network-vif-deleted', 'tag': '6e8474a7-5ed4-41dc-a0ea-a022e51619f4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1508/3009] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:56:31 2026] GET /v2.0/ports?device_id=a2743c3c-003f-4972-9cec-14e615874951 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:56:36.563 7 INFO neutron_taas.services.taas.taas_plugin [None req-0134c7df-33fd-40db-92f1-97a5e8ab8bd1 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] TaaS: Handle Delete Port: 8f6b62cc-d233-404e-b03c-961c9a242a3a 2026-09-03 03:56:36.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0134c7df-33fd-40db-92f1-97a5e8ab8bd1 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Tap Mirror: Handle Delete Port: 8f6b62cc-d233-404e-b03c-961c9a242a3a 2026-09-03 03:56:36.865 7 INFO neutron.db.l3_db [None req-0134c7df-33fd-40db-92f1-97a5e8ab8bd1 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Floating IP 24669910-ce1c-4645-b5ba-2d8fe3221be0 disassociated (deleted). External IP: 10.96.250.205, port: edccdfc0-ef05-4b65-8766-5bb0b908f859. [pid: 7|app: 0|req: 1510/3012] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:56:36 2026] DELETE /v2.0/floatingips/24669910-ce1c-4645-b5ba-2d8fe3221be0 => generated 0 bytes in 867 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:37.265 8 INFO neutron.api.v2.resource [None req-b6047fe7-1b66-4e66-b05e-dc0fe51e134e 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1503/3013] 10.0.0.13 () {32 vars in 727 bytes} [Thu Sep 3 03:56:37 2026] GET /v2.0/floatingips/24669910-ce1c-4645-b5ba-2d8fe3221be0 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:56:37.285 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa27c415-9f46-4702-bdcb-269d1d7ffeaf'] response: {'name': 'network-changed', 'server_uuid': 'abe7c168-340a-4f1f-9e97-dfd8d5c38108', 'tag': 'edccdfc0-ef05-4b65-8766-5bb0b908f859', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1511/3014] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:56:37 2026] GET /v2.0/ports?device_id=abe7c168-340a-4f1f-9e97-dfd8d5c38108 => generated 1200 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3015] 10.0.0.206 () {34 vars in 1039 bytes} [Thu Sep 3 03:56:37 2026] GET /v2.0/security-groups?id=86ec192c-4bc2-47f2-b0a0-848041595566&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3016] 162.253.55.242 () {34 vars in 1079 bytes} [Thu Sep 3 03:56:37 2026] GET /v2.0/ports?tenant_id=a2cde26111e74e95b374c7361a8d99e9&device_id=abe7c168-340a-4f1f-9e97-dfd8d5c38108 => generated 1469 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3017] 162.253.55.242 () {34 vars in 985 bytes} [Thu Sep 3 03:56:37 2026] GET /v2.0/networks?id=015c951a-03b7-4b67-b3d7-fce00d99d195 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3018] 162.253.55.242 () {34 vars in 1057 bytes} [Thu Sep 3 03:56:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.161&port_id=edccdfc0-ef05-4b65-8766-5bb0b908f859 => 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: 1506/3019] 162.253.55.242 () {34 vars in 1103 bytes} [Thu Sep 3 03:56:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A253&port_id=edccdfc0-ef05-4b65-8766-5bb0b908f859 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3020] 162.253.55.242 () {34 vars in 1063 bytes} [Thu Sep 3 03:56:38 2026] GET /v2.0/subnets?id=b59f441d-6b1b-4d12-bb37-84f6185fbe0c&id=def74685-20a5-4757-b7af-444cdda1a209 => generated 1411 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3021] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:56:38 2026] GET /v2.0/ports?network_id=015c951a-03b7-4b67-b3d7-fce00d99d195&device_owner=network%3Adhcp => generated 1457 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3022] 162.253.55.242 () {34 vars in 1051 bytes} [Thu Sep 3 03:56:38 2026] GET /v2.0/ports?network_id=015c951a-03b7-4b67-b3d7-fce00d99d195&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: 8|app: 0|req: 1508/3023] 162.253.55.242 () {34 vars in 1011 bytes} [Thu Sep 3 03:56:38 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3024] 162.253.55.242 () {34 vars in 1111 bytes} [Thu Sep 3 03:56:38 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195?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: 1509/3025] 162.253.55.242 () {34 vars in 993 bytes} [Thu Sep 3 03:56:39 2026] GET /v2.0/ports?device_id=abe7c168-340a-4f1f-9e97-dfd8d5c38108 => generated 1200 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:56:40.105 7 INFO neutron_taas.services.taas.taas_plugin [req-b22a3cd0-4edf-4245-947c-ec54d983ca7c req-547e4f87-3299-4a15-acdb-98b4cea6371c 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] TaaS: Handle Delete Port: edccdfc0-ef05-4b65-8766-5bb0b908f859 2026-09-03 03:56:40.108 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b22a3cd0-4edf-4245-947c-ec54d983ca7c req-547e4f87-3299-4a15-acdb-98b4cea6371c 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Tap Mirror: Handle Delete Port: edccdfc0-ef05-4b65-8766-5bb0b908f859 [pid: 7|app: 0|req: 1517/3026] 162.253.55.242 () {36 vars in 996 bytes} [Thu Sep 3 03:56:39 2026] DELETE /v2.0/ports/edccdfc0-ef05-4b65-8766-5bb0b908f859 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:56:40.309 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ee2909c-ea26-4858-8a2b-879800b83f71'] response: {'server_uuid': 'abe7c168-340a-4f1f-9e97-dfd8d5c38108', 'name': 'network-vif-deleted', 'tag': 'edccdfc0-ef05-4b65-8766-5bb0b908f859', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1510/3027] 10.0.0.206 () {34 vars in 989 bytes} [Thu Sep 3 03:56:42 2026] GET /v2.0/ports?device_id=abe7c168-340a-4f1f-9e97-dfd8d5c38108 => 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: 1518/3028] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:56:47 2026] DELETE /v2.0/security-group-rules/59911259-92ce-4e61-b11b-9fce5f4f0ee0 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:47.981 8 INFO neutron.api.v2.resource [None req-eda5bcd0-681a-443a-8275-1359227bc1ae 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1511/3029] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:56:47 2026] GET /v2.0/security-group-rules/59911259-92ce-4e61-b11b-9fce5f4f0ee0 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3030] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:56:47 2026] DELETE /v2.0/security-group-rules/daf5f165-06bb-4e18-900c-15bb9154a6e4 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:48.093 8 INFO neutron.api.v2.resource [None req-cfecaae6-9d93-4d94-a8cc-9ae5ef06ee1c 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1512/3031] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:56:48 2026] GET /v2.0/security-group-rules/daf5f165-06bb-4e18-900c-15bb9154a6e4 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3032] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:56:48 2026] DELETE /v2.0/security-group-rules/a59c9e1f-9446-4dc4-a3a9-a548c4c413b3 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:48.191 8 INFO neutron.api.v2.resource [None req-943c3a30-b3d3-4bec-8ef1-68a73bc99ff6 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1513/3033] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:56:48 2026] GET /v2.0/security-group-rules/a59c9e1f-9446-4dc4-a3a9-a548c4c413b3 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3034] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:56:48 2026] DELETE /v2.0/security-group-rules/d5f0901e-6732-4ed5-b550-81010efeb56e => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:48.306 8 INFO neutron.api.v2.resource [None req-4a09f0ae-9793-4ec8-bdd5-04039c27d0d0 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1514/3035] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:56:48 2026] GET /v2.0/security-group-rules/d5f0901e-6732-4ed5-b550-81010efeb56e => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3036] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:56:48 2026] DELETE /v2.0/security-group-rules/ec115456-c433-4f83-a868-493a1ba3e7c0 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:48.410 8 INFO neutron.api.v2.resource [None req-793978a3-d74d-4338-a9db-a9a5cdef1f1a 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1515/3037] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:56:48 2026] GET /v2.0/security-group-rules/ec115456-c433-4f83-a868-493a1ba3e7c0 => generated 155 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3038] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:56:48 2026] DELETE /v2.0/security-group-rules/22acf06c-f607-4233-9ea6-bef0e9a9da13 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:48.490 8 INFO neutron.api.v2.resource [None req-44bcdead-e2b6-4f66-93c3-7bbe8827a15e 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1516/3039] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:56:48 2026] GET /v2.0/security-group-rules/22acf06c-f607-4233-9ea6-bef0e9a9da13 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3040] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:56:48 2026] DELETE /v2.0/security-group-rules/0e747735-533e-49bc-b5a2-d0348bad6648 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:48.571 8 INFO neutron.api.v2.resource [None req-9d49cff3-4700-4bc4-8f2e-82c8d5376213 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1517/3041] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:56:48 2026] GET /v2.0/security-group-rules/0e747735-533e-49bc-b5a2-d0348bad6648 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3042] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:56:48 2026] DELETE /v2.0/security-group-rules/3fd1bfe7-714a-40f6-bc94-cb1e6c41e1e4 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:48.678 8 INFO neutron.api.v2.resource [None req-f4e1ea29-f051-42d8-aa59-8d3b0d678026 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1518/3043] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:56:48 2026] GET /v2.0/security-group-rules/3fd1bfe7-714a-40f6-bc94-cb1e6c41e1e4 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3044] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:56:48 2026] DELETE /v2.0/security-group-rules/df870cf2-0cc1-4626-a4b2-d3c3335bc4ff => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:48.804 8 INFO neutron.api.v2.resource [None req-2f2724ee-e672-4dc6-b703-655832628d4b 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1519/3045] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:56:48 2026] GET /v2.0/security-group-rules/df870cf2-0cc1-4626-a4b2-d3c3335bc4ff => generated 155 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3046] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:56:48 2026] DELETE /v2.0/security-group-rules/0e24a8fd-206e-4887-9381-d9608668c54f => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:48.930 8 INFO neutron.api.v2.resource [None req-b008ed8f-567e-4996-bbe0-e7d28a0be837 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1520/3047] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:56:48 2026] GET /v2.0/security-group-rules/0e24a8fd-206e-4887-9381-d9608668c54f => generated 155 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3048] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:56:48 2026] DELETE /v2.0/security-group-rules/6b9de334-736c-4d87-8d68-c763328ea0c9 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:49.033 8 INFO neutron.api.v2.resource [None req-bc61ebd8-f8f4-4c38-916b-bb117c94dba1 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1521/3049] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:56:49 2026] GET /v2.0/security-group-rules/6b9de334-736c-4d87-8d68-c763328ea0c9 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3050] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:56:49 2026] DELETE /v2.0/security-groups/86ec192c-4bc2-47f2-b0a0-848041595566 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:49.161 8 INFO neutron.api.v2.resource [None req-8d3f33a4-ea80-497c-90f4-8ddd244d56fc 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1522/3051] 10.0.0.13 () {32 vars in 735 bytes} [Thu Sep 3 03:56:49 2026] GET /v2.0/security-groups/86ec192c-4bc2-47f2-b0a0-848041595566 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:56:49.642 7 INFO neutron_taas.services.taas.taas_plugin [None req-95cf21f3-3542-4783-ba39-1cfda6ec38de 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] TaaS: Handle Delete Port: d6023ff8-5fbf-4825-bdba-2ab009eab1e4 2026-09-03 03:56:49.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95cf21f3-3542-4783-ba39-1cfda6ec38de 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Tap Mirror: Handle Delete Port: d6023ff8-5fbf-4825-bdba-2ab009eab1e4 [pid: 7|app: 0|req: 1530/3054] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:56:49 2026] PUT /v2.0/routers/163cecae-e43e-41bf-b15c-86a3c05300f9/remove_router_interface => generated 309 bytes in 1103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:56:50.454 8 INFO neutron.api.v2.resource [None req-8ff2d173-30fc-4538-bc6d-76e27ccf43f4 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1525/3055] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:56:50 2026] PUT /v2.0/routers/163cecae-e43e-41bf-b15c-86a3c05300f9/remove_router_interface => generated 198 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:56:50.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-31f052d0-4720-449e-a867-97ef27bcfb32 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] TaaS: Handle Delete Port: eebd96d8-0de4-4fea-8db2-4f2053b157c4 2026-09-03 03:56:50.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31f052d0-4720-449e-a867-97ef27bcfb32 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Tap Mirror: Handle Delete Port: eebd96d8-0de4-4fea-8db2-4f2053b157c4 [pid: 7|app: 0|req: 1531/3056] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:56:50 2026] PUT /v2.0/routers/163cecae-e43e-41bf-b15c-86a3c05300f9/remove_router_interface => generated 309 bytes in 986 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:56:51.643 8 INFO neutron.api.v2.resource [None req-5f87cab8-39d5-47d1-a55b-5575e336b8be 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1526/3057] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:56:51 2026] PUT /v2.0/routers/163cecae-e43e-41bf-b15c-86a3c05300f9/remove_router_interface => generated 198 bytes in 191 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:56:52.142 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d877f0a-f3d6-40cf-a88e-6b057b4ae8f9 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] TaaS: Handle Delete Port: 9e190faf-6b2a-4d07-9627-41e532874680 2026-09-03 03:56:52.146 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d877f0a-f3d6-40cf-a88e-6b057b4ae8f9 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Tap Mirror: Handle Delete Port: 9e190faf-6b2a-4d07-9627-41e532874680 [pid: 7|app: 0|req: 1532/3058] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:56:51 2026] PUT /v2.0/routers/163cecae-e43e-41bf-b15c-86a3c05300f9/remove_router_interface => generated 309 bytes in 1114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-09-03 03:56:52.899 8 INFO neutron.api.v2.resource [None req-05f68b32-36bd-4100-98f2-03281a3dd6ef 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1527/3059] 10.0.0.13 () {34 vars in 787 bytes} [Thu Sep 3 03:56:52 2026] PUT /v2.0/routers/163cecae-e43e-41bf-b15c-86a3c05300f9/remove_router_interface => generated 198 bytes in 128 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:56:53.115 7 INFO neutron_taas.services.taas.taas_plugin [None req-a545a78d-b351-442a-a435-b7e6fdb45e13 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] TaaS: Handle Delete Port: 83d08a96-efb3-4add-ac94-608ee9353340 2026-09-03 03:56:53.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a545a78d-b351-442a-a435-b7e6fdb45e13 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Tap Mirror: Handle Delete Port: 83d08a96-efb3-4add-ac94-608ee9353340 2026-09-03 03:56:53.320 7 INFO neutron_taas.services.taas.taas_plugin [None req-a545a78d-b351-442a-a435-b7e6fdb45e13 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] TaaS: Handle Delete Port: 7d3542f5-78dd-4bc4-b857-1115abc086f3 2026-09-03 03:56:53.322 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a545a78d-b351-442a-a435-b7e6fdb45e13 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Tap Mirror: Handle Delete Port: 7d3542f5-78dd-4bc4-b857-1115abc086f3 2026-09-03 03:56:53.695 7 INFO neutron.db.l3_hamode_db [None req-a545a78d-b351-442a-a435-b7e6fdb45e13 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] HA network 7c5a6da4-9713-471a-b573-ff61b3784f17 was deleted as no HA routers are present in tenant a2cde26111e74e95b374c7361a8d99e9. [pid: 7|app: 0|req: 1533/3060] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:56:52 2026] DELETE /v2.0/routers/163cecae-e43e-41bf-b15c-86a3c05300f9 => generated 0 bytes in 805 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:56:53.729 7 INFO neutron.services.segments.plugin [-] Segment a2f07033-6468-4a47-a325-a5b2c7c1d124 resource provider aggregate not found 2026-09-03 03:56:53.738 7 INFO neutron.services.segments.plugin [-] Segment a2f07033-6468-4a47-a325-a5b2c7c1d124 resource provider aggregate not found 2026-09-03 03:56:53.742 8 INFO neutron.api.v2.resource [None req-968dcee9-d477-4754-beff-7e0085457122 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1528/3061] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:56:53 2026] GET /v2.0/routers/163cecae-e43e-41bf-b15c-86a3c05300f9 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:56:53.750 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a2f07033-6468-4a47-a325-a5b2c7c1d124 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2f07033-6468-4a47-a325-a5b2c7c1d124 found for delete ", "request_id": "req-ee6b70bf-574a-47df-8854-801f1e661648"}]} 2026-09-03 03:56:53.762 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a2f07033-6468-4a47-a325-a5b2c7c1d124 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2f07033-6468-4a47-a325-a5b2c7c1d124 found for delete ", "request_id": "req-e4a8808c-9ff0-4777-8824-a40ac359389c"}]} [pid: 7|app: 0|req: 1534/3062] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:56:53 2026] DELETE /v2.0/subnets/ca299cdf-816b-4409-a246-176d102a802c => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:56:54.003 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0221d730-9d6c-4573-a233-240aa30a7929 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1529/3063] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:56:53 2026] GET /v2.0/subnets/ca299cdf-816b-4409-a246-176d102a802c => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3064] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:56:54 2026] DELETE /v2.0/subnets/6a67b69a-0b25-4831-a4fc-a82e6776b113 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:56:54.236 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aa830f8e-4e4d-42c5-bd3b-e05693b1af78 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1530/3065] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:56:54 2026] GET /v2.0/subnets/6a67b69a-0b25-4831-a4fc-a82e6776b113 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:56:54.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-652245e8-edfd-4a81-85e0-1d0bbe7a2049 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] TaaS: Handle Delete Port: cdbca28c-d970-4180-b089-47d29f06aba9 2026-09-03 03:56:54.356 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-652245e8-edfd-4a81-85e0-1d0bbe7a2049 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Tap Mirror: Handle Delete Port: cdbca28c-d970-4180-b089-47d29f06aba9 [pid: 7|app: 0|req: 1536/3066] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:56:54 2026] DELETE /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:56:54.549 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c93383c-f9f6-4007-9ca0-aebc4c11e79a 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/3067] 10.0.0.13 () {32 vars in 721 bytes} [Thu Sep 3 03:56:54 2026] GET /v2.0/networks/208afdff-77a2-466d-ac49-97a8db456aae => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3068] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:56:54 2026] DELETE /v2.0/subnets/b59f441d-6b1b-4d12-bb37-84f6185fbe0c => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:56:54.687 8 INFO neutron.pecan_wsgi.hooks.translation [None req-066ddb94-af35-4953-8b6b-fd99cda8d3a1 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1532/3069] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:56:54 2026] GET /v2.0/subnets/b59f441d-6b1b-4d12-bb37-84f6185fbe0c => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3070] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:56:54 2026] DELETE /v2.0/subnets/def74685-20a5-4757-b7af-444cdda1a209 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:56:54.925 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f3b41f13-3af6-4494-b7c8-41049903e35d 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1533/3071] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:56:54 2026] GET /v2.0/subnets/def74685-20a5-4757-b7af-444cdda1a209 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:56:55.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b251047-eec5-4b52-91da-4d6e4efb5424 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] TaaS: Handle Delete Port: e0045388-72bb-4290-b402-f438c50d9bdb 2026-09-03 03:56:55.011 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b251047-eec5-4b52-91da-4d6e4efb5424 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Tap Mirror: Handle Delete Port: e0045388-72bb-4290-b402-f438c50d9bdb [pid: 7|app: 0|req: 1539/3072] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:56:54 2026] DELETE /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:56:55.179 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9732bff4-5641-46f5-84a0-8e248036eabb 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3073] 10.0.0.13 () {32 vars in 721 bytes} [Thu Sep 3 03:56:55 2026] GET /v2.0/networks/015c951a-03b7-4b67-b3d7-fce00d99d195 => 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: 1540/3074] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:56:55 2026] DELETE /v2.0/subnets/dd13baba-0bbf-4c46-a254-392a126a6252 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:56:55.322 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ee546e7-deb4-4f86-ab7c-89362c487337 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1535/3075] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:56:55 2026] GET /v2.0/subnets/dd13baba-0bbf-4c46-a254-392a126a6252 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3076] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:56:55 2026] DELETE /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:56:55.467 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6b373600-7ee3-44a0-acd8-c08baf3cd9e2 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1536/3077] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:56:55 2026] GET /v2.0/subnets/f9a4317e-943e-463f-9473-b0aff186aa94 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:56:55.544 7 INFO neutron_taas.services.taas.taas_plugin [None req-12377e08-575b-4ee3-853c-b467c0332f10 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] TaaS: Handle Delete Port: af71a1a0-81db-431b-a6f5-83624bb0d74a 2026-09-03 03:56:55.546 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12377e08-575b-4ee3-853c-b467c0332f10 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] Tap Mirror: Handle Delete Port: af71a1a0-81db-431b-a6f5-83624bb0d74a [pid: 7|app: 0|req: 1542/3078] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:56:55 2026] DELETE /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:56:55.743 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cba72084-a1d8-498e-8260-a76ac14581d4 4daeffd3522e4afe8ea952eaa669b65b a2cde26111e74e95b374c7361a8d99e9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1537/3079] 10.0.0.13 () {32 vars in 721 bytes} [Thu Sep 3 03:56:55 2026] GET /v2.0/networks/b08d9d33-2a43-4ae9-b51a-5a6d0c3fad55 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-09-03 03:56:55.778 7 INFO neutron.services.segments.plugin [-] Segment 4c64d7f0-fdec-4d6b-a18e-79356ca2b541 resource provider aggregate not found 2026-09-03 03:56:55.784 7 INFO neutron.services.segments.plugin [-] Segment 4c64d7f0-fdec-4d6b-a18e-79356ca2b541 resource provider aggregate not found 2026-09-03 03:56:55.799 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4c64d7f0-fdec-4d6b-a18e-79356ca2b541 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c64d7f0-fdec-4d6b-a18e-79356ca2b541 found for delete ", "request_id": "req-f8ba225d-29cd-41b2-b87e-efb1ac44c387"}]} 2026-09-03 03:56:55.806 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4c64d7f0-fdec-4d6b-a18e-79356ca2b541 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c64d7f0-fdec-4d6b-a18e-79356ca2b541 found for delete ", "request_id": "req-bf413e90-e275-4670-9894-881547e88dc2"}]} 2026-09-03 03:56:55.821 7 INFO neutron.services.segments.plugin [-] Segment ffe581ef-f7d5-4dcb-b69e-c8a7c6becbd0 resource provider aggregate not found 2026-09-03 03:56:55.824 7 INFO neutron.services.segments.plugin [-] Segment ffe581ef-f7d5-4dcb-b69e-c8a7c6becbd0 resource provider aggregate not found 2026-09-03 03:56:55.845 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ffe581ef-f7d5-4dcb-b69e-c8a7c6becbd0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffe581ef-f7d5-4dcb-b69e-c8a7c6becbd0 found for delete ", "request_id": "req-8f5e434e-a39b-4b81-b396-4096ba2a2b14"}]} 2026-09-03 03:56:55.849 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ffe581ef-f7d5-4dcb-b69e-c8a7c6becbd0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffe581ef-f7d5-4dcb-b69e-c8a7c6becbd0 found for delete ", "request_id": "req-4cc96e71-8748-4504-a797-0afef8ab926d"}]} 2026-09-03 03:56:55.862 7 INFO neutron.services.segments.plugin [-] Segment a338ff9b-a29c-465b-9bb5-8ae224f93cd9 resource provider aggregate not found 2026-09-03 03:56:55.866 7 INFO neutron.services.segments.plugin [-] Segment a338ff9b-a29c-465b-9bb5-8ae224f93cd9 resource provider aggregate not found 2026-09-03 03:56:55.878 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a338ff9b-a29c-465b-9bb5-8ae224f93cd9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a338ff9b-a29c-465b-9bb5-8ae224f93cd9 found for delete ", "request_id": "req-e1925dd6-6609-4ce4-9853-59007130bc29"}]} 2026-09-03 03:56:55.889 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a338ff9b-a29c-465b-9bb5-8ae224f93cd9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a338ff9b-a29c-465b-9bb5-8ae224f93cd9 found for delete ", "request_id": "req-81eb2f9e-2761-417b-b4ba-14291d1a8801"}]} [pid: 7|app: 0|req: 1543/3080] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:56:57 2026] GET /v2.0/security-groups?tenant_id=e874224adb9749bdb912c20a731447fb&name=default => generated 2929 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3081] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:56:58 2026] DELETE /v2.0/security-groups/3ba13229-1c8c-43a1-a4f5-3c479594c593 => 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: 1544/3082] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:56:58 2026] GET /v2.0/security-groups?tenant_id=c8bde931019d45a8a8871accc89196b2&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3083] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:56:58 2026] DELETE /v2.0/security-groups/265f60a7-b4d8-4820-afb5-b1deae8ece74 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3084] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:56:58 2026] GET /v2.0/security-groups?tenant_id=cc874686825d4a31bf8bca569792f0bf&name=default => generated 2929 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3085] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:56:59 2026] DELETE /v2.0/security-groups/53f6ec14-f436-4ab3-9393-aacd518d2c0b => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3086] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:56:59 2026] GET /v2.0/security-groups?tenant_id=a4ad8ebc6b1d4ee9a823db1ebc8cf5c7&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3087] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:56:59 2026] DELETE /v2.0/security-groups/b7135afc-6e94-4a8b-9ae3-4fdf4658b40d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3088] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:56:59 2026] GET /v2.0/security-groups?tenant_id=5a215bc60f894a71912396af4a187dc9&name=default => generated 2929 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3089] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:56:59 2026] DELETE /v2.0/security-groups/14a22345-99e6-4e43-b1cd-f483a0d338f7 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3090] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:57:00 2026] GET /v2.0/security-groups?tenant_id=910f7ec67c894938a4cf753cd8a50d09&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3091] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:00 2026] DELETE /v2.0/security-groups/c118b1cb-6855-407d-aef5-a36201e96c41 => 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: 1549/3092] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:57:00 2026] GET /v2.0/security-groups?tenant_id=a2cde26111e74e95b374c7361a8d99e9&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3093] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:00 2026] DELETE /v2.0/security-groups/9ed65248-70c7-48c5-8c51-2017963a59da => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:57:05.520 8 INFO neutron.db.segments_db [None req-2eb43581-9bc5-465a-8c63-90acba6367d3 1fa444871392408182410698952f0ea5 ec3cac0eb9b04ffc8300d5ff46f078c1 - - default default] Added segment 374336a0-2ee8-4f00-b90b-e8e063501300 of type vxlan for network 83a6e51e-73e5-44a9-96c5-e4fae7a916f8 [pid: 8|app: 0|req: 1546/3096] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:57:05 2026] POST /v2.0/networks => generated 632 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:57:05.671 7 INFO neutron.db.segments_db [None req-0ec473f6-80c1-4eee-aa54-9929582da90f 1fa444871392408182410698952f0ea5 ec3cac0eb9b04ffc8300d5ff46f078c1 - - default default] Added segment d73e6a59-995b-489e-bafe-f751347e7cb6 of type vxlan for network 0a2a023b-af24-43fa-a0ad-450e2853a1de [pid: 7|app: 0|req: 1551/3097] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:57:05 2026] POST /v2.0/networks => generated 632 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:57:05.855 8 INFO neutron.db.segments_db [None req-4ff079b3-e2ca-480a-aa13-86f79866ea9a 1fa444871392408182410698952f0ea5 ec3cac0eb9b04ffc8300d5ff46f078c1 - - default default] Added segment 182ce188-03cd-470e-9258-26e05a25d3e8 of type vxlan for network 14e99b48-6582-4500-8ee8-a812ec464604 [pid: 8|app: 0|req: 1547/3098] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:57:05 2026] POST /v2.0/networks => generated 632 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:57:06.009 7 INFO neutron.db.segments_db [None req-bd6c2645-880f-42b9-8d21-afb768b3157e 1fa444871392408182410698952f0ea5 ec3cac0eb9b04ffc8300d5ff46f078c1 - - default default] Added segment a3b07c62-ab0b-48d3-8a37-0380880c3985 of type vxlan for network 3d9f4551-2e44-4cc3-a43a-a05788569385 [pid: 7|app: 0|req: 1552/3099] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:57:05 2026] POST /v2.0/networks => generated 632 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:57:06.196 8 INFO neutron.db.segments_db [None req-c225ef17-5910-4e85-8b90-e9e958bb8c3d 1fa444871392408182410698952f0ea5 ec3cac0eb9b04ffc8300d5ff46f078c1 - - default default] Added segment 000f9d8c-1573-4dbb-b808-412809277611 of type vxlan for network 9d44178b-ddcd-4ca9-925d-fd27e104dd2c [pid: 8|app: 0|req: 1548/3100] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:57:06 2026] POST /v2.0/networks => generated 631 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3101] 10.0.0.13 () {34 vars in 751 bytes} [Thu Sep 3 03:57:06 2026] PUT /v2.0/networks/83a6e51e-73e5-44a9-96c5-e4fae7a916f8/tags => generated 17 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3102] 10.0.0.13 () {34 vars in 751 bytes} [Thu Sep 3 03:57:06 2026] PUT /v2.0/networks/0a2a023b-af24-43fa-a0ad-450e2853a1de/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3103] 10.0.0.13 () {34 vars in 751 bytes} [Thu Sep 3 03:57:06 2026] PUT /v2.0/networks/14e99b48-6582-4500-8ee8-a812ec464604/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3104] 10.0.0.13 () {34 vars in 751 bytes} [Thu Sep 3 03:57:06 2026] PUT /v2.0/networks/3d9f4551-2e44-4cc3-a43a-a05788569385/tags => generated 19 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3105] 10.0.0.13 () {32 vars in 664 bytes} [Thu Sep 3 03:57:06 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3106] 10.0.0.13 () {32 vars in 678 bytes} [Thu Sep 3 03:57:06 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3107] 10.0.0.13 () {32 vars in 674 bytes} [Thu Sep 3 03:57:06 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3108] 10.0.0.13 () {32 vars in 686 bytes} [Thu Sep 3 03:57:06 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3109] 10.0.0.13 () {32 vars in 672 bytes} [Thu Sep 3 03:57:07 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3110] 10.0.0.13 () {32 vars in 686 bytes} [Thu Sep 3 03:57:07 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3111] 10.0.0.13 () {32 vars in 682 bytes} [Thu Sep 3 03:57:07 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3112] 10.0.0.13 () {32 vars in 694 bytes} [Thu Sep 3 03:57:07 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:57:07.542 7 INFO neutron.services.segments.plugin [-] Segment 374336a0-2ee8-4f00-b90b-e8e063501300 resource provider aggregate not found 2026-09-03 03:57:07.544 7 INFO neutron.services.segments.plugin [-] Segment 374336a0-2ee8-4f00-b90b-e8e063501300 resource provider aggregate not found 2026-09-03 03:57:07.562 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 374336a0-2ee8-4f00-b90b-e8e063501300 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 374336a0-2ee8-4f00-b90b-e8e063501300 found for delete ", "request_id": "req-ff99c5a8-deae-4633-82d2-1f8097ed3759"}]} 2026-09-03 03:57:07.568 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 374336a0-2ee8-4f00-b90b-e8e063501300 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 374336a0-2ee8-4f00-b90b-e8e063501300 found for delete ", "request_id": "req-99d3bad2-9830-4a8f-96a3-cc933a84b0a5"}]} [pid: 7|app: 0|req: 1559/3113] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:57:07 2026] DELETE /v2.0/networks/83a6e51e-73e5-44a9-96c5-e4fae7a916f8 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3114] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:57:07 2026] DELETE /v2.0/networks/0a2a023b-af24-43fa-a0ad-450e2853a1de => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:57:07.835 8 INFO neutron.services.segments.plugin [-] Segment d73e6a59-995b-489e-bafe-f751347e7cb6 resource provider aggregate not found 2026-09-03 03:57:07.853 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d73e6a59-995b-489e-bafe-f751347e7cb6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d73e6a59-995b-489e-bafe-f751347e7cb6 found for delete ", "request_id": "req-f335e1f4-84f4-457a-b536-e7344367432b"}]} [pid: 7|app: 0|req: 1560/3115] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:57:07 2026] DELETE /v2.0/networks/14e99b48-6582-4500-8ee8-a812ec464604 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-09-03 03:57:07.895 8 INFO neutron.services.segments.plugin [-] Segment d73e6a59-995b-489e-bafe-f751347e7cb6 resource provider aggregate not found 2026-09-03 03:57:07.913 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d73e6a59-995b-489e-bafe-f751347e7cb6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d73e6a59-995b-489e-bafe-f751347e7cb6 found for delete ", "request_id": "req-cf7f1264-4f77-46cd-8ae9-e03ca8b797a7"}]} [pid: 8|app: 0|req: 1556/3116] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:57:07 2026] DELETE /v2.0/networks/3d9f4551-2e44-4cc3-a43a-a05788569385 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3117] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:57:08 2026] DELETE /v2.0/networks/9d44178b-ddcd-4ca9-925d-fd27e104dd2c => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3118] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:57:09 2026] GET /v2.0/security-groups?tenant_id=ec3cac0eb9b04ffc8300d5ff46f078c1&name=default => generated 2929 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3119] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:09 2026] DELETE /v2.0/security-groups/51ef1d06-b587-4490-9e11-043895b57e2b => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:57:09.585 7 INFO neutron.services.segments.plugin [-] Segment 182ce188-03cd-470e-9258-26e05a25d3e8 resource provider aggregate not found 2026-09-03 03:57:09.591 7 INFO neutron.services.segments.plugin [-] Segment 182ce188-03cd-470e-9258-26e05a25d3e8 resource provider aggregate not found 2026-09-03 03:57:09.609 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 182ce188-03cd-470e-9258-26e05a25d3e8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 182ce188-03cd-470e-9258-26e05a25d3e8 found for delete ", "request_id": "req-68fada22-0bb3-443f-9d07-571eea4e1cf4"}]} 2026-09-03 03:57:09.613 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 182ce188-03cd-470e-9258-26e05a25d3e8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 182ce188-03cd-470e-9258-26e05a25d3e8 found for delete ", "request_id": "req-e689d133-b973-4ce9-ad2b-f9d50da878f2"}]} 2026-09-03 03:57:09.626 7 INFO neutron.services.segments.plugin [-] Segment 000f9d8c-1573-4dbb-b808-412809277611 resource provider aggregate not found 2026-09-03 03:57:09.631 7 INFO neutron.services.segments.plugin [-] Segment 000f9d8c-1573-4dbb-b808-412809277611 resource provider aggregate not found 2026-09-03 03:57:09.646 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 000f9d8c-1573-4dbb-b808-412809277611 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 000f9d8c-1573-4dbb-b808-412809277611 found for delete ", "request_id": "req-55a7d274-241b-4cc1-b625-83d1c0ac29b9"}]} 2026-09-03 03:57:09.647 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 000f9d8c-1573-4dbb-b808-412809277611 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 000f9d8c-1573-4dbb-b808-412809277611 found for delete ", "request_id": "req-3736189d-4406-49d3-a33e-0b005709ea1e"}]} [pid: 8|app: 0|req: 1558/3120] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:57:09 2026] GET /v2.0/security-groups?tenant_id=43584561175948eeb0511c06cbe1adb0&name=default => generated 2929 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-09-03 03:57:09.883 8 INFO neutron.services.segments.plugin [-] Segment a3b07c62-ab0b-48d3-8a37-0380880c3985 resource provider aggregate not found [pid: 7|app: 0|req: 1563/3121] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:09 2026] DELETE /v2.0/security-groups/33bdd6a2-22a6-428d-801f-1669bb2ea969 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:57:09.919 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a3b07c62-ab0b-48d3-8a37-0380880c3985 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3b07c62-ab0b-48d3-8a37-0380880c3985 found for delete ", "request_id": "req-cd71c18b-1115-40c5-b657-cba468ef6b99"}]} 2026-09-03 03:57:09.935 8 INFO neutron.services.segments.plugin [-] Segment a3b07c62-ab0b-48d3-8a37-0380880c3985 resource provider aggregate not found 2026-09-03 03:57:09.954 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a3b07c62-ab0b-48d3-8a37-0380880c3985 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3b07c62-ab0b-48d3-8a37-0380880c3985 found for delete ", "request_id": "req-e98a5f9b-0724-414c-9537-fb040569e1d2"}]} [pid: 8|app: 0|req: 1559/3122] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:57:10 2026] GET /v2.0/security-groups?tenant_id=623d7315b8614422bf88f449b4cd3ea6&name=default => generated 2929 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3123] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:10 2026] DELETE /v2.0/security-groups/96246722-5a63-4573-aacc-41b9000637b6 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:57:14.766 8 INFO neutron.db.segments_db [None req-fa0c5ad6-9e2a-4c77-90b3-966ce93a1681 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] Added segment 82710d29-7eec-4dd6-a1d0-a78538bead8b of type vxlan for network 7dde063b-2655-40ff-9b60-f086ae4b597f 2026-09-03 03:57:15.027 8 INFO neutron.db.l3_hamode_db [None req-fa0c5ad6-9e2a-4c77-90b3-966ce93a1681 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:57:15.115 8 INFO neutron.db.l3_hamode_db [None req-fa0c5ad6-9e2a-4c77-90b3-966ce93a1681 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1560/3124] 10.0.0.13 () {34 vars in 666 bytes} [Thu Sep 3 03:57:14 2026] POST /v2.0/routers => generated 474 bytes in 1052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:57:15.639 7 INFO neutron.db.l3_hamode_db [None req-393d387e-9257-42e8-a045-22ec7ea4942b 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:57:15.797 7 INFO neutron.db.l3_hamode_db [None req-393d387e-9257-42e8-a045-22ec7ea4942b 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1565/3125] 10.0.0.13 () {34 vars in 666 bytes} [Thu Sep 3 03:57:15 2026] POST /v2.0/routers => generated 474 bytes in 1193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:57:16.840 8 INFO neutron.db.l3_hamode_db [None req-95086640-84c7-45f9-a945-88f4eeda6092 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:57:16.922 8 INFO neutron.db.l3_hamode_db [None req-95086640-84c7-45f9-a945-88f4eeda6092 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1561/3126] 10.0.0.13 () {34 vars in 666 bytes} [Thu Sep 3 03:57:16 2026] POST /v2.0/routers => generated 474 bytes in 715 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:57:17.545 7 INFO neutron.db.l3_hamode_db [None req-6cb3bbe2-4254-44fa-a302-631bafd8be4d 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:57:17.666 7 INFO neutron.db.l3_hamode_db [None req-6cb3bbe2-4254-44fa-a302-631bafd8be4d 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1566/3127] 10.0.0.13 () {34 vars in 666 bytes} [Thu Sep 3 03:57:17 2026] POST /v2.0/routers => generated 474 bytes in 838 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-09-03 03:57:18.411 8 INFO neutron.db.l3_hamode_db [None req-772c34cf-5ea0-4515-9668-c61ab68f2bb2 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:57:18.588 8 INFO neutron.db.l3_hamode_db [None req-772c34cf-5ea0-4515-9668-c61ab68f2bb2 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1562/3128] 10.0.0.13 () {34 vars in 666 bytes} [Thu Sep 3 03:57:18 2026] POST /v2.0/routers => generated 474 bytes in 875 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3129] 10.0.0.13 () {34 vars in 749 bytes} [Thu Sep 3 03:57:19 2026] PUT /v2.0/routers/edc271aa-91df-4f48-901a-926f2a4058c4/tags => generated 17 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3132] 10.0.0.13 () {34 vars in 749 bytes} [Thu Sep 3 03:57:19 2026] PUT /v2.0/routers/c3bb099b-248b-4dd4-9f98-84e5a4cbe3a4/tags => generated 25 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3133] 10.0.0.13 () {34 vars in 749 bytes} [Thu Sep 3 03:57:19 2026] PUT /v2.0/routers/6e37e1f6-4817-40dd-89f5-f029e07203fb/tags => generated 34 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3134] 10.0.0.13 () {34 vars in 749 bytes} [Thu Sep 3 03:57:19 2026] PUT /v2.0/routers/4f55f6ec-658c-4650-8312-4f073f14be59/tags => generated 19 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3135] 10.0.0.13 () {32 vars in 662 bytes} [Thu Sep 3 03:57:19 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3136] 10.0.0.13 () {32 vars in 676 bytes} [Thu Sep 3 03:57:19 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3137] 10.0.0.13 () {32 vars in 672 bytes} [Thu Sep 3 03:57:20 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3138] 10.0.0.13 () {32 vars in 684 bytes} [Thu Sep 3 03:57:20 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3139] 10.0.0.13 () {32 vars in 670 bytes} [Thu Sep 3 03:57:20 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3140] 10.0.0.13 () {32 vars in 684 bytes} [Thu Sep 3 03:57:20 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3141] 10.0.0.13 () {32 vars in 680 bytes} [Thu Sep 3 03:57:20 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3142] 10.0.0.13 () {32 vars in 692 bytes} [Thu Sep 3 03:57:20 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3143] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:57:20 2026] GET /v2.0/routers/edc271aa-91df-4f48-901a-926f2a4058c4 => generated 485 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3144] 10.0.0.13 () {34 vars in 740 bytes} [Thu Sep 3 03:57:20 2026] PUT /v2.0/routers/edc271aa-91df-4f48-901a-926f2a4058c4 => generated 485 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3145] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:57:21 2026] GET /v2.0/ports?device_id=edc271aa-91df-4f48-901a-926f2a4058c4 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:57:21.436 8 INFO neutron_taas.services.taas.taas_plugin [None req-248f4566-91e8-4768-92e4-0199f0c0adb2 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] TaaS: Handle Delete Port: df7f2b54-2dcb-4025-a81e-af0a889ed5bd 2026-09-03 03:57:21.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-248f4566-91e8-4768-92e4-0199f0c0adb2 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] Tap Mirror: Handle Delete Port: df7f2b54-2dcb-4025-a81e-af0a889ed5bd [pid: 8|app: 0|req: 1570/3146] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:57:21 2026] DELETE /v2.0/routers/edc271aa-91df-4f48-901a-926f2a4058c4 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3147] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:57:21 2026] GET /v2.0/routers/c3bb099b-248b-4dd4-9f98-84e5a4cbe3a4 => generated 493 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3148] 10.0.0.13 () {34 vars in 740 bytes} [Thu Sep 3 03:57:21 2026] PUT /v2.0/routers/c3bb099b-248b-4dd4-9f98-84e5a4cbe3a4 => generated 493 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3149] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:57:22 2026] GET /v2.0/ports?device_id=c3bb099b-248b-4dd4-9f98-84e5a4cbe3a4 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:57:22.869 8 INFO neutron_taas.services.taas.taas_plugin [None req-b50e20eb-4f0c-4f53-a454-ffb0041ff674 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] TaaS: Handle Delete Port: cb067a78-3a4d-4a7f-a440-b9dca3583858 2026-09-03 03:57:22.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b50e20eb-4f0c-4f53-a454-ffb0041ff674 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] Tap Mirror: Handle Delete Port: cb067a78-3a4d-4a7f-a440-b9dca3583858 [pid: 8|app: 0|req: 1572/3150] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:57:22 2026] DELETE /v2.0/routers/c3bb099b-248b-4dd4-9f98-84e5a4cbe3a4 => generated 0 bytes in 410 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3151] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:57:23 2026] GET /v2.0/routers/6e37e1f6-4817-40dd-89f5-f029e07203fb => generated 502 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3152] 10.0.0.13 () {34 vars in 740 bytes} [Thu Sep 3 03:57:23 2026] PUT /v2.0/routers/6e37e1f6-4817-40dd-89f5-f029e07203fb => generated 502 bytes in 680 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3153] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:57:23 2026] GET /v2.0/ports?device_id=6e37e1f6-4817-40dd-89f5-f029e07203fb => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:57:24.017 8 INFO neutron_taas.services.taas.taas_plugin [None req-33267952-09c6-42ea-bc83-2197c8707652 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] TaaS: Handle Delete Port: a864b13d-4557-4667-83e6-4eec7ed886fe 2026-09-03 03:57:24.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33267952-09c6-42ea-bc83-2197c8707652 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] Tap Mirror: Handle Delete Port: a864b13d-4557-4667-83e6-4eec7ed886fe [pid: 8|app: 0|req: 1574/3154] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:57:23 2026] DELETE /v2.0/routers/6e37e1f6-4817-40dd-89f5-f029e07203fb => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3155] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:57:24 2026] GET /v2.0/routers/4f55f6ec-658c-4650-8312-4f073f14be59 => generated 487 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3156] 10.0.0.13 () {34 vars in 740 bytes} [Thu Sep 3 03:57:24 2026] PUT /v2.0/routers/4f55f6ec-658c-4650-8312-4f073f14be59 => generated 487 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3157] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:57:24 2026] GET /v2.0/ports?device_id=4f55f6ec-658c-4650-8312-4f073f14be59 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:57:24.907 8 INFO neutron_taas.services.taas.taas_plugin [None req-57f0b09a-cdf6-450a-aa5a-ddf574c1edd1 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] TaaS: Handle Delete Port: 981d62e8-b9b0-43a3-89ca-5a9fbcce135a 2026-09-03 03:57:24.910 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57f0b09a-cdf6-450a-aa5a-ddf574c1edd1 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] Tap Mirror: Handle Delete Port: 981d62e8-b9b0-43a3-89ca-5a9fbcce135a [pid: 8|app: 0|req: 1576/3158] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:57:24 2026] DELETE /v2.0/routers/4f55f6ec-658c-4650-8312-4f073f14be59 => generated 0 bytes in 452 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3159] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:57:25 2026] GET /v2.0/routers/a154066f-54f1-4ef3-bc24-6b8e6cc6d924 => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3160] 10.0.0.13 () {34 vars in 740 bytes} [Thu Sep 3 03:57:25 2026] PUT /v2.0/routers/a154066f-54f1-4ef3-bc24-6b8e6cc6d924 => generated 480 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3161] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:57:25 2026] GET /v2.0/ports?device_id=a154066f-54f1-4ef3-bc24-6b8e6cc6d924 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:57:25.944 8 INFO neutron_taas.services.taas.taas_plugin [None req-27b519cd-ca53-4760-84d6-c1e8cfbd6cca 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] TaaS: Handle Delete Port: 49f6b755-f662-431a-a315-69654b4e4a82 2026-09-03 03:57:25.947 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27b519cd-ca53-4760-84d6-c1e8cfbd6cca 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] Tap Mirror: Handle Delete Port: 49f6b755-f662-431a-a315-69654b4e4a82 2026-09-03 03:57:26.256 8 INFO neutron.services.segments.plugin [-] Segment 82710d29-7eec-4dd6-a1d0-a78538bead8b resource provider aggregate not found 2026-09-03 03:57:26.262 8 INFO neutron.services.segments.plugin [-] Segment 82710d29-7eec-4dd6-a1d0-a78538bead8b resource provider aggregate not found 2026-09-03 03:57:26.276 8 INFO neutron.db.l3_hamode_db [None req-27b519cd-ca53-4760-84d6-c1e8cfbd6cca 1bec9b6644cb479eb1b6686690cb5843 f229e8cf236c45eba1108d84729d60f8 - - default default] HA network 7dde063b-2655-40ff-9b60-f086ae4b597f was deleted as no HA routers are present in tenant f229e8cf236c45eba1108d84729d60f8. [pid: 8|app: 0|req: 1578/3162] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:57:25 2026] DELETE /v2.0/routers/a154066f-54f1-4ef3-bc24-6b8e6cc6d924 => generated 0 bytes in 537 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:57:26.284 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 82710d29-7eec-4dd6-a1d0-a78538bead8b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82710d29-7eec-4dd6-a1d0-a78538bead8b found for delete ", "request_id": "req-26291e41-01cf-4f66-9500-cd1ad4137783"}]} 2026-09-03 03:57:26.286 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 82710d29-7eec-4dd6-a1d0-a78538bead8b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82710d29-7eec-4dd6-a1d0-a78538bead8b found for delete ", "request_id": "req-f23cd2d5-6e02-456c-8bb1-23cb32bbccfd"}]} [pid: 7|app: 0|req: 1585/3163] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:57:27 2026] GET /v2.0/security-groups?tenant_id=f229e8cf236c45eba1108d84729d60f8&name=default => generated 2929 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3164] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:27 2026] DELETE /v2.0/security-groups/4bce28df-d4da-4c4b-86e6-5cb2181549e1 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3165] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:57:27 2026] GET /v2.0/security-groups?tenant_id=ddc5007da08f4c81a0cca6f450027c35&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3166] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:27 2026] DELETE /v2.0/security-groups/0887cb9d-a1bf-4ac9-828a-7ec1c56ceddf => 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: 1587/3167] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:57:28 2026] GET /v2.0/security-groups?tenant_id=fd83027903454194a14fe33471463a86&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3168] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:28 2026] DELETE /v2.0/security-groups/c573ace6-0366-4535-b1b7-720d0ea15f8d => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3169] 10.0.0.13 () {34 vars in 682 bytes} [Thu Sep 3 03:57:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3170] 10.0.0.13 () {34 vars in 682 bytes} [Thu Sep 3 03:57:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3171] 10.0.0.13 () {34 vars in 682 bytes} [Thu Sep 3 03:57:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3172] 10.0.0.13 () {34 vars in 682 bytes} [Thu Sep 3 03:57:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3173] 10.0.0.13 () {34 vars in 682 bytes} [Thu Sep 3 03:57:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3174] 10.0.0.13 () {34 vars in 765 bytes} [Thu Sep 3 03:57:34 2026] PUT /v2.0/security-groups/7ca6e992-8768-4e73-b6c3-1580e50f65c9/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3175] 10.0.0.13 () {34 vars in 765 bytes} [Thu Sep 3 03:57:34 2026] PUT /v2.0/security-groups/24a71d8f-4b5f-49f4-a234-51a40ab75137/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3176] 10.0.0.13 () {34 vars in 765 bytes} [Thu Sep 3 03:57:34 2026] PUT /v2.0/security-groups/e77f99ab-a5b3-47c8-9376-b9a1850f3034/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3177] 10.0.0.13 () {34 vars in 765 bytes} [Thu Sep 3 03:57:34 2026] PUT /v2.0/security-groups/927fea98-374b-4cb6-86a0-afd8c87abe8f/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3178] 10.0.0.13 () {32 vars in 678 bytes} [Thu Sep 3 03:57:34 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3179] 10.0.0.13 () {32 vars in 692 bytes} [Thu Sep 3 03:57:34 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3182] 10.0.0.13 () {32 vars in 688 bytes} [Thu Sep 3 03:57:34 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3183] 10.0.0.13 () {32 vars in 700 bytes} [Thu Sep 3 03:57:34 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3184] 10.0.0.13 () {32 vars in 686 bytes} [Thu Sep 3 03:57:34 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3185] 10.0.0.13 () {32 vars in 700 bytes} [Thu Sep 3 03:57:34 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3186] 10.0.0.13 () {32 vars in 696 bytes} [Thu Sep 3 03:57:34 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3187] 10.0.0.13 () {32 vars in 708 bytes} [Thu Sep 3 03:57:34 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3188] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:34 2026] DELETE /v2.0/security-groups/7ca6e992-8768-4e73-b6c3-1580e50f65c9 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3189] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:34 2026] DELETE /v2.0/security-groups/24a71d8f-4b5f-49f4-a234-51a40ab75137 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3190] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:35 2026] DELETE /v2.0/security-groups/e77f99ab-a5b3-47c8-9376-b9a1850f3034 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3191] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:35 2026] DELETE /v2.0/security-groups/927fea98-374b-4cb6-86a0-afd8c87abe8f => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3192] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:35 2026] DELETE /v2.0/security-groups/a893c310-2f38-4394-8829-5d6f160d07fd => 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: 1601/3193] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:57:36 2026] GET /v2.0/security-groups?tenant_id=09d3d1aa555c400db0fd308309591711&name=default => generated 2929 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3194] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:36 2026] DELETE /v2.0/security-groups/271f5457-e8c4-4479-b77f-274337d89c22 => 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: 1602/3195] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:57:36 2026] GET /v2.0/security-groups?tenant_id=3ab82216f7e2494287bc0e4f02f9e50b&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3196] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:36 2026] DELETE /v2.0/security-groups/f5bec36c-f0c9-4653-99f0-5541d98dd663 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3197] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:57:37 2026] GET /v2.0/security-groups?tenant_id=afa17d1ca3a146cbb1452322582f56d3&name=default => generated 2929 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3198] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:37 2026] DELETE /v2.0/security-groups/206f6c8d-2b75-42a5-a2f7-83fd642ed9a4 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:57:41.329 7 INFO neutron.db.segments_db [None req-ad1756ba-c136-468f-8897-1bd470244eac d0be9b8cf07841759157be565236f137 a30f5bc6853741baab020b1c1145b740 - - default default] Added segment a473e251-dbae-4ac9-82d7-e9d0231358af of type vxlan for network ed02e825-43f8-4d27-be8f-dc10bae28c26 [pid: 7|app: 0|req: 1604/3199] 10.0.0.13 () {34 vars in 668 bytes} [Thu Sep 3 03:57:40 2026] POST /v2.0/networks => generated 631 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3200] 10.0.0.13 () {34 vars in 751 bytes} [Thu Sep 3 03:57:41 2026] PUT /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3201] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:57:41 2026] GET /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3202] 10.0.0.13 () {34 vars in 762 bytes} [Thu Sep 3 03:57:41 2026] PUT /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags/green => generated 4 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3203] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:57:41 2026] GET /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3204] 10.0.0.13 () {34 vars in 758 bytes} [Thu Sep 3 03:57:41 2026] PUT /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags/red => generated 4 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3205] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:57:41 2026] GET /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3206] 10.0.0.13 () {34 vars in 780 bytes} [Thu Sep 3 03:57:41 2026] PUT /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags/black.or.white => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3207] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:57:42 2026] GET /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags => generated 52 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3208] 10.0.0.13 () {34 vars in 751 bytes} [Thu Sep 3 03:57:42 2026] PUT /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3209] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:57:42 2026] GET /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3210] 10.0.0.13 () {32 vars in 739 bytes} [Thu Sep 3 03:57:42 2026] GET /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:57:42.346 7 INFO neutron.api.v2.resource [None req-84bfd741-1c93-428d-be65-4f2c40f9cc2b d0be9b8cf07841759157be565236f137 a30f5bc6853741baab020b1c1145b740 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1610/3211] 10.0.0.13 () {32 vars in 743 bytes} [Thu Sep 3 03:57:42 2026] GET /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags/green => generated 99 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3212] 10.0.0.13 () {32 vars in 742 bytes} [Thu Sep 3 03:57:42 2026] DELETE /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags/red => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3213] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:57:42 2026] GET /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:57:42.549 8 INFO neutron.api.v2.resource [None req-5199c41c-d027-413f-84a8-4a29e3e63b73 d0be9b8cf07841759157be565236f137 a30f5bc6853741baab020b1c1145b740 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1603/3214] 10.0.0.13 () {32 vars in 746 bytes} [Thu Sep 3 03:57:42 2026] DELETE /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags/green => generated 99 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3215] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:57:42 2026] DELETE /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3216] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:57:42 2026] GET /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26/tags => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:57:42.879 7 INFO neutron.services.segments.plugin [-] Segment a473e251-dbae-4ac9-82d7-e9d0231358af resource provider aggregate not found 2026-09-03 03:57:42.888 7 INFO neutron.services.segments.plugin [-] Segment a473e251-dbae-4ac9-82d7-e9d0231358af resource provider aggregate not found 2026-09-03 03:57:42.907 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a473e251-dbae-4ac9-82d7-e9d0231358af resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a473e251-dbae-4ac9-82d7-e9d0231358af found for delete ", "request_id": "req-7c4d22e1-319f-469b-9909-50d3172dc9ab"}]} 2026-09-03 03:57:42.911 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a473e251-dbae-4ac9-82d7-e9d0231358af resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a473e251-dbae-4ac9-82d7-e9d0231358af found for delete ", "request_id": "req-6ddc1ebd-f19b-4564-ae6c-c4136f3651e5"}]} [pid: 7|app: 0|req: 1613/3217] 10.0.0.13 () {32 vars in 724 bytes} [Thu Sep 3 03:57:42 2026] DELETE /v2.0/networks/ed02e825-43f8-4d27-be8f-dc10bae28c26 => 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: 1605/3218] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:57:43 2026] GET /v2.0/security-groups?tenant_id=a30f5bc6853741baab020b1c1145b740&name=default => generated 2929 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3219] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:43 2026] DELETE /v2.0/security-groups/8104a715-1fe3-4f65-9625-543e3f05cdb1 => 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: 1606/3220] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:57:44 2026] GET /v2.0/security-groups?tenant_id=c03d37187017414097cb490e5e72c0f3&name=default => generated 2929 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3221] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:44 2026] DELETE /v2.0/security-groups/1926dad3-2ef3-4b6c-b660-d0752222cbe0 => 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: 1607/3222] 10.0.0.13 () {34 vars in 676 bytes} [Thu Sep 3 03:57:47 2026] POST /v2.0/qos/policies => generated 359 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3223] 10.0.0.13 () {34 vars in 751 bytes} [Thu Sep 3 03:57:48 2026] PUT /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/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: 1608/3224] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:57:48 2026] GET /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3225] 10.0.0.13 () {34 vars in 762 bytes} [Thu Sep 3 03:57:48 2026] PUT /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/tags/green => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3226] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:57:48 2026] GET /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3227] 10.0.0.13 () {34 vars in 758 bytes} [Thu Sep 3 03:57:48 2026] PUT /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3228] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:57:48 2026] GET /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3229] 10.0.0.13 () {34 vars in 780 bytes} [Thu Sep 3 03:57:48 2026] PUT /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3230] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:57:48 2026] GET /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3231] 10.0.0.13 () {34 vars in 751 bytes} [Thu Sep 3 03:57:48 2026] PUT /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3232] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:57:48 2026] GET /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3233] 10.0.0.13 () {32 vars in 739 bytes} [Thu Sep 3 03:57:48 2026] GET /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:57:48.696 8 INFO neutron.api.v2.resource [None req-ab3730e6-b4c1-4af4-95f2-5bde4c04e48f 3c040373d4554207bfcf64881cc0a506 4614c30a982146c189a32f5e91e94e4b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1613/3234] 10.0.0.13 () {32 vars in 743 bytes} [Thu Sep 3 03:57:48 2026] GET /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3235] 10.0.0.13 () {32 vars in 742 bytes} [Thu Sep 3 03:57:48 2026] DELETE /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/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: 1614/3236] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:57:48 2026] GET /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:57:48.892 7 INFO neutron.api.v2.resource [None req-9f45e4d1-94a8-4968-99f0-d506af8a1cc7 3c040373d4554207bfcf64881cc0a506 4614c30a982146c189a32f5e91e94e4b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3237] 10.0.0.13 () {32 vars in 746 bytes} [Thu Sep 3 03:57:48 2026] DELETE /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3238] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:57:48 2026] DELETE /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/tags => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3239] 10.0.0.13 () {32 vars in 731 bytes} [Thu Sep 3 03:57:48 2026] GET /v2.0/policies/ef5b3c21-78cd-413b-905b-7d51146479d3/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3240] 10.0.0.13 () {32 vars in 732 bytes} [Thu Sep 3 03:57:49 2026] DELETE /v2.0/qos/policies/ef5b3c21-78cd-413b-905b-7d51146479d3 => 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: 1626/3243] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:57:49 2026] GET /v2.0/security-groups?tenant_id=4614c30a982146c189a32f5e91e94e4b&name=default => generated 2929 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3244] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:50 2026] DELETE /v2.0/security-groups/974d92b8-c250-41c4-b261-76e8260527b5 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3245] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:57:50 2026] GET /v2.0/security-groups?tenant_id=2fe402b14ad24defafd8ac5a6e603956&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3246] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:57:50 2026] DELETE /v2.0/security-groups/e421d2cf-2c7e-4d6a-b064-13dedb1caaa8 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:57:54.197 7 INFO neutron.db.segments_db [None req-5d2cd98d-7855-44fa-adf1-7173d2eb8320 7279745da36f4765ae659664c315cda8 f3c117b1c9ad4700ad071def82b2769b - - default default] Added segment 68149b16-9df9-44ac-b613-3b1bd00a1381 of type vxlan for network bd988579-9281-465d-8f72-5b76d7f61bfa 2026-09-03 03:57:54.499 7 INFO neutron.db.l3_hamode_db [None req-5d2cd98d-7855-44fa-adf1-7173d2eb8320 7279745da36f4765ae659664c315cda8 f3c117b1c9ad4700ad071def82b2769b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-09-03 03:57:54.648 7 INFO neutron.db.l3_hamode_db [None req-5d2cd98d-7855-44fa-adf1-7173d2eb8320 7279745da36f4765ae659664c315cda8 f3c117b1c9ad4700ad071def82b2769b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1628/3247] 10.0.0.13 () {34 vars in 666 bytes} [Thu Sep 3 03:57:53 2026] POST /v2.0/routers => generated 474 bytes in 1388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3248] 10.0.0.13 () {34 vars in 749 bytes} [Thu Sep 3 03:57:55 2026] PUT /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags => generated 25 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3249] 10.0.0.13 () {32 vars in 729 bytes} [Thu Sep 3 03:57:55 2026] GET /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags => generated 25 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3250] 10.0.0.13 () {34 vars in 760 bytes} [Thu Sep 3 03:57:55 2026] PUT /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags/green => generated 4 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3251] 10.0.0.13 () {32 vars in 729 bytes} [Thu Sep 3 03:57:55 2026] GET /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags => generated 34 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3252] 10.0.0.13 () {34 vars in 756 bytes} [Thu Sep 3 03:57:56 2026] PUT /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags/red => generated 4 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3253] 10.0.0.13 () {32 vars in 729 bytes} [Thu Sep 3 03:57:56 2026] GET /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags => generated 34 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3254] 10.0.0.13 () {34 vars in 778 bytes} [Thu Sep 3 03:57:56 2026] PUT /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags/black.or.white => generated 4 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3255] 10.0.0.13 () {32 vars in 729 bytes} [Thu Sep 3 03:57:56 2026] GET /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags => generated 52 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3256] 10.0.0.13 () {34 vars in 749 bytes} [Thu Sep 3 03:57:56 2026] PUT /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags => generated 37 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3257] 10.0.0.13 () {32 vars in 729 bytes} [Thu Sep 3 03:57:56 2026] GET /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags => generated 37 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3258] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:57:56 2026] GET /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags/red => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:57:57.194 7 INFO neutron.api.v2.resource [None req-31b78e79-4099-4dd7-a300-545e9e87706a 7279745da36f4765ae659664c315cda8 f3c117b1c9ad4700ad071def82b2769b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1634/3259] 10.0.0.13 () {32 vars in 741 bytes} [Thu Sep 3 03:57:57 2026] GET /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags/green => generated 99 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3260] 10.0.0.13 () {32 vars in 740 bytes} [Thu Sep 3 03:57:57 2026] DELETE /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags/red => 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: 1635/3261] 10.0.0.13 () {32 vars in 729 bytes} [Thu Sep 3 03:57:57 2026] GET /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags => generated 30 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:57:57.593 8 INFO neutron.api.v2.resource [None req-c35abc84-32bd-4cf5-9d9d-e87f394d3d9c 7279745da36f4765ae659664c315cda8 f3c117b1c9ad4700ad071def82b2769b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1627/3262] 10.0.0.13 () {32 vars in 744 bytes} [Thu Sep 3 03:57:57 2026] DELETE /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags/green => generated 99 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3263] 10.0.0.13 () {32 vars in 732 bytes} [Thu Sep 3 03:57:57 2026] DELETE /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags => 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: 1628/3264] 10.0.0.13 () {32 vars in 729 bytes} [Thu Sep 3 03:57:57 2026] GET /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89/tags => generated 12 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3265] 10.0.0.13 () {32 vars in 719 bytes} [Thu Sep 3 03:57:57 2026] GET /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89 => generated 480 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3266] 10.0.0.13 () {34 vars in 740 bytes} [Thu Sep 3 03:57:57 2026] PUT /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89 => generated 480 bytes in 562 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3267] 10.0.0.13 () {32 vars in 734 bytes} [Thu Sep 3 03:57:58 2026] GET /v2.0/ports?device_id=23eef5ec-d07e-49d7-82e8-9c854163af89 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:57:58.803 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0619b26-f3e2-47b2-b0c6-a3f1e31c69d8 7279745da36f4765ae659664c315cda8 f3c117b1c9ad4700ad071def82b2769b - - default default] TaaS: Handle Delete Port: 33e6e06f-0bea-4c49-89e2-6ccaeb5e613c 2026-09-03 03:57:58.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0619b26-f3e2-47b2-b0c6-a3f1e31c69d8 7279745da36f4765ae659664c315cda8 f3c117b1c9ad4700ad071def82b2769b - - default default] Tap Mirror: Handle Delete Port: 33e6e06f-0bea-4c49-89e2-6ccaeb5e613c 2026-09-03 03:57:59.201 8 INFO neutron.services.segments.plugin [-] Segment 68149b16-9df9-44ac-b613-3b1bd00a1381 resource provider aggregate not found 2026-09-03 03:57:59.211 8 INFO neutron.services.segments.plugin [-] Segment 68149b16-9df9-44ac-b613-3b1bd00a1381 resource provider aggregate not found 2026-09-03 03:57:59.229 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 68149b16-9df9-44ac-b613-3b1bd00a1381 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68149b16-9df9-44ac-b613-3b1bd00a1381 found for delete ", "request_id": "req-35b54aef-1747-41f5-b080-6d03ff7487ce"}]} 2026-09-03 03:57:59.231 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 68149b16-9df9-44ac-b613-3b1bd00a1381 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68149b16-9df9-44ac-b613-3b1bd00a1381 found for delete ", "request_id": "req-95e7f30a-5cc8-410f-b8fc-47eec566c7ef"}]} 2026-09-03 03:57:59.242 8 INFO neutron.db.l3_hamode_db [None req-f0619b26-f3e2-47b2-b0c6-a3f1e31c69d8 7279745da36f4765ae659664c315cda8 f3c117b1c9ad4700ad071def82b2769b - - default default] HA network bd988579-9281-465d-8f72-5b76d7f61bfa was deleted as no HA routers are present in tenant f3c117b1c9ad4700ad071def82b2769b. [pid: 8|app: 0|req: 1630/3268] 10.0.0.13 () {32 vars in 722 bytes} [Thu Sep 3 03:57:58 2026] DELETE /v2.0/routers/23eef5ec-d07e-49d7-82e8-9c854163af89 => generated 0 bytes in 725 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3269] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:58:00 2026] GET /v2.0/security-groups?tenant_id=f3c117b1c9ad4700ad071def82b2769b&name=default => generated 2929 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3270] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:58:00 2026] DELETE /v2.0/security-groups/83f82028-f1c5-45a8-8665-55d41d033aa8 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3271] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:58:00 2026] GET /v2.0/security-groups?tenant_id=27b66233a77f4c2cba4adf12835abfd5&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3272] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:58:00 2026] DELETE /v2.0/security-groups/552ef993-b8a5-4208-abc0-85f4ef1388a8 => 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: 1641/3275] 10.0.0.13 () {34 vars in 674 bytes} [Thu Sep 3 03:58:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3276] 10.0.0.13 () {34 vars in 757 bytes} [Thu Sep 3 03:58:04 2026] PUT /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3277] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:58:04 2026] GET /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3278] 10.0.0.13 () {34 vars in 768 bytes} [Thu Sep 3 03:58:04 2026] PUT /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/tags/green => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3279] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:58:04 2026] GET /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/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: 1637/3280] 10.0.0.13 () {34 vars in 764 bytes} [Thu Sep 3 03:58:04 2026] PUT /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3281] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:58:04 2026] GET /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3282] 10.0.0.13 () {34 vars in 786 bytes} [Thu Sep 3 03:58:04 2026] PUT /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3283] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:58:05 2026] GET /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3284] 10.0.0.13 () {34 vars in 757 bytes} [Thu Sep 3 03:58:05 2026] PUT /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3285] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:58:05 2026] GET /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/tags => generated 37 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3286] 10.0.0.13 () {32 vars in 745 bytes} [Thu Sep 3 03:58:05 2026] GET /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-09-03 03:58:05.206 7 INFO neutron.api.v2.resource [None req-33c8310e-46ae-4573-a529-b03e6505f4df df0511ee398e4d89999a1790cf948fe1 4e89f60665894239a6380ee1a90cd880 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3287] 10.0.0.13 () {32 vars in 749 bytes} [Thu Sep 3 03:58:05 2026] GET /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3288] 10.0.0.13 () {32 vars in 748 bytes} [Thu Sep 3 03:58:05 2026] DELETE /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3289] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:58:05 2026] GET /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-09-03 03:58:05.336 8 INFO neutron.api.v2.resource [None req-f6b3da59-ccc5-4227-aae9-15acab9f6b28 df0511ee398e4d89999a1790cf948fe1 4e89f60665894239a6380ee1a90cd880 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1642/3290] 10.0.0.13 () {32 vars in 752 bytes} [Thu Sep 3 03:58:05 2026] DELETE /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3291] 10.0.0.13 () {32 vars in 740 bytes} [Thu Sep 3 03:58:05 2026] DELETE /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3292] 10.0.0.13 () {32 vars in 737 bytes} [Thu Sep 3 03:58:05 2026] GET /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3293] 10.0.0.13 () {32 vars in 730 bytes} [Thu Sep 3 03:58:05 2026] DELETE /v2.0/subnetpools/55c4f194-a6d3-45a0-ab64-14957c2b30aa => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3294] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:58:06 2026] GET /v2.0/security-groups?tenant_id=280e482cbcf94ce3bdafb45b77beb2fd&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3295] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:58:06 2026] DELETE /v2.0/security-groups/6c0844a8-1814-4228-ae13-4b38651378b8 => 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: 1645/3296] 10.0.0.13 () {32 vars in 772 bytes} [Thu Sep 3 03:58:06 2026] GET /v2.0/security-groups?tenant_id=4e89f60665894239a6380ee1a90cd880&name=default => generated 2929 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3297] 10.0.0.13 () {32 vars in 738 bytes} [Thu Sep 3 03:58:06 2026] DELETE /v2.0/security-groups/048953c7-fe0d-4a75-9ff8-7d3e2e3e74db => 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: 1646/3298] 10.0.0.13 () {32 vars in 647 bytes} [Thu Sep 3 03:58:09 2026] GET /v2.0/networks => generated 2167 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3299] 10.0.0.13 () {32 vars in 653 bytes} [Thu Sep 3 03:58:11 2026] GET /v2.0/floatingips => generated 19 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3300] 10.0.0.13 () {32 vars in 645 bytes} [Thu Sep 3 03:58:11 2026] GET /v2.0/routers => generated 15 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3301] 10.0.0.13 () {32 vars in 641 bytes} [Thu Sep 3 03:58:11 2026] GET /v2.0/ports => generated 4725 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3302] 10.0.0.13 () {32 vars in 645 bytes} [Thu Sep 3 03:58:11 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1655/3303] 10.0.0.13 () {32 vars in 647 bytes} [Thu Sep 3 03:58:11 2026] GET /v2.0/networks => generated 2167 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3304] 10.0.0.13 () {32 vars in 661 bytes} [Thu Sep 3 03:58:11 2026] GET /v2.0/security-groups => generated 17401 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3305] 10.0.0.13 () {32 vars in 653 bytes} [Thu Sep 3 03:58:11 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)