+ 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 [Wed May 13 01:14:34 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-75686bbb9-2t5fk machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f1c34ce2668 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-05-13 01:14:38.587 8 INFO neutron.common.config [-] Logging enabled! 2026-05-13 01:14:38.588 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-13 01:14:38.795 7 INFO neutron.common.config [-] Logging enabled! 2026-05-13 01:14:38.796 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-05-13 01:14:39.595 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-13 01:14:39.813 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-13 01:14:41.111 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-13 01:14:41.113 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-13 01:14:41.117 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-13 01:14:41.118 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-13 01:14:41.118 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-13 01:14:41.118 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-13 01:14:41.118 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-13 01:14:41.126 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-13 01:14:41.126 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-13 01:14:41.126 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-13 01:14:41.148 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-13 01:14:41.149 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-13 01:14:41.149 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-13 01:14:41.180 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-13 01:14:41.180 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-13 01:14:41.180 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-13 01:14:41.181 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-13 01:14:41.372 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-13 01:14:41.374 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-13 01:14:41.378 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-13 01:14:41.379 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-13 01:14:41.379 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-13 01:14:41.379 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-13 01:14:41.379 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-13 01:14:41.387 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-13 01:14:41.387 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-13 01:14:41.387 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-13 01:14:41.409 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-13 01:14:41.410 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-13 01:14:41.410 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-13 01:14:41.439 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-13 01:14:41.439 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-13 01:14:41.439 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-13 01:14:41.439 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-13 01:14:41.459 8 INFO neutron.plugins.ml2.managers [None req-4eec6c24-65d3-4d57-96b6-9de53ddebf88 - - - - - -] Initializing driver for type 'vlan' 2026-05-13 01:14:41.725 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-4eec6c24-65d3-4d57-96b6-9de53ddebf88 - - - - - -] VlanTypeDriver initialization complete 2026-05-13 01:14:41.725 8 INFO neutron.plugins.ml2.managers [None req-4eec6c24-65d3-4d57-96b6-9de53ddebf88 - - - - - -] Initializing driver for type 'vxlan' 2026-05-13 01:14:41.725 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-4eec6c24-65d3-4d57-96b6-9de53ddebf88 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-13 01:14:41.737 8 INFO neutron.plugins.ml2.managers [None req-4eec6c24-65d3-4d57-96b6-9de53ddebf88 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-13 01:14:41.738 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-4eec6c24-65d3-4d57-96b6-9de53ddebf88 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-13 01:14:41.738 8 INFO neutron.plugins.ml2.managers [None req-4eec6c24-65d3-4d57-96b6-9de53ddebf88 - - - - - -] Initializing extension driver 'port_security' 2026-05-13 01:14:41.738 8 INFO neutron.plugins.ml2.extensions.port_security [None req-4eec6c24-65d3-4d57-96b6-9de53ddebf88 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-13 01:14:41.738 8 INFO neutron.plugins.ml2.managers [None req-4eec6c24-65d3-4d57-96b6-9de53ddebf88 - - - - - -] Initializing extension driver 'qos' 2026-05-13 01:14:41.738 8 INFO neutron.plugins.ml2.managers [None req-4eec6c24-65d3-4d57-96b6-9de53ddebf88 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-13 01:14:41.738 8 INFO neutron.plugins.ml2.managers [None req-4eec6c24-65d3-4d57-96b6-9de53ddebf88 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-13 01:14:41.747 7 INFO neutron.plugins.ml2.managers [None req-58985037-8e9f-47de-9c4f-1c7444b26af2 - - - - - -] Initializing driver for type 'vlan' 2026-05-13 01:14:41.753 8 INFO neutron.quota [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded quota_driver: . 2026-05-13 01:14:41.753 8 INFO neutron.plugins.ml2.plugin [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Modular L2 Plugin initialization complete 2026-05-13 01:14:41.753 8 INFO neutron.plugins.ml2.managers [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-13 01:14:41.754 8 INFO neutron.plugins.ml2.managers [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-13 01:14:41.754 8 INFO neutron.plugins.ml2.managers [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Got port-security extension from driver 'port_security' 2026-05-13 01:14:41.754 8 INFO neutron.manager [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loading Plugin: qos 2026-05-13 01:14:41.767 8 INFO neutron.manager [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loading Plugin: router 2026-05-13 01:14:41.811 8 INFO neutron.services.service_base [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-13 01:14:41.811 8 INFO neutron.manager [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loading Plugin: segments 2026-05-13 01:14:41.909 8 INFO neutron.manager [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loading Plugin: trunk 2026-05-13 01:14:41.923 8 INFO neutron.manager [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loading Plugin: vpnaas 2026-05-13 01:14:41.961 8 WARNING stevedore.named [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-13 01:14:42.030 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-58985037-8e9f-47de-9c4f-1c7444b26af2 - - - - - -] VlanTypeDriver initialization complete 2026-05-13 01:14:42.030 7 INFO neutron.plugins.ml2.managers [None req-58985037-8e9f-47de-9c4f-1c7444b26af2 - - - - - -] Initializing driver for type 'vxlan' 2026-05-13 01:14:42.031 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-58985037-8e9f-47de-9c4f-1c7444b26af2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-13 01:14:42.032 8 INFO neutron_vpnaas.services.vpn.plugin [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-13 01:14:42.032 8 INFO neutron.common.utils [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-13 01:14:42.032 8 INFO neutron.manager [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loading Plugin: taas 2026-05-13 01:14:42.044 7 INFO neutron.plugins.ml2.managers [None req-58985037-8e9f-47de-9c4f-1c7444b26af2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-13 01:14:42.044 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-58985037-8e9f-47de-9c4f-1c7444b26af2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-13 01:14:42.044 7 INFO neutron.plugins.ml2.managers [None req-58985037-8e9f-47de-9c4f-1c7444b26af2 - - - - - -] Initializing extension driver 'port_security' 2026-05-13 01:14:42.044 7 INFO neutron.plugins.ml2.extensions.port_security [None req-58985037-8e9f-47de-9c4f-1c7444b26af2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-13 01:14:42.044 7 INFO neutron.plugins.ml2.managers [None req-58985037-8e9f-47de-9c4f-1c7444b26af2 - - - - - -] Initializing extension driver 'qos' 2026-05-13 01:14:42.044 7 INFO neutron.plugins.ml2.managers [None req-58985037-8e9f-47de-9c4f-1c7444b26af2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-13 01:14:42.044 7 INFO neutron.plugins.ml2.managers [None req-58985037-8e9f-47de-9c4f-1c7444b26af2 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-13 01:14:42.056 7 INFO neutron.quota [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded quota_driver: . 2026-05-13 01:14:42.056 7 INFO neutron.plugins.ml2.plugin [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Modular L2 Plugin initialization complete 2026-05-13 01:14:42.056 7 INFO neutron.plugins.ml2.managers [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-13 01:14:42.057 7 INFO neutron.plugins.ml2.managers [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-13 01:14:42.057 7 INFO neutron.plugins.ml2.managers [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-13 01:14:42.057 7 INFO neutron.manager [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loading Plugin: qos 2026-05-13 01:14:42.057 8 WARNING stevedore.named [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-13 01:14:42.057 8 WARNING stevedore.named [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-13 01:14:42.069 7 INFO neutron.manager [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loading Plugin: router 2026-05-13 01:14:42.083 8 INFO neutron_taas.services.taas.taas_plugin [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-13 01:14:42.084 8 INFO neutron.manager [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loading Plugin: tapmirror 2026-05-13 01:14:42.099 8 WARNING stevedore.named [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-13 01:14:42.099 8 WARNING stevedore.named [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-13 01:14:42.112 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-13 01:14:42.112 8 INFO neutron.manager [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loading Plugin: auto_allocate 2026-05-13 01:14:42.123 7 INFO neutron.services.service_base [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-13 01:14:42.123 8 INFO neutron.manager [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loading Plugin: tag 2026-05-13 01:14:42.123 7 INFO neutron.manager [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loading Plugin: segments 2026-05-13 01:14:42.130 8 INFO neutron.manager [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loading Plugin: timestamp 2026-05-13 01:14:42.133 8 INFO neutron.manager [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loading Plugin: network_ip_availability 2026-05-13 01:14:42.137 8 INFO neutron.manager [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loading Plugin: flavors 2026-05-13 01:14:42.141 8 INFO neutron.manager [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loading Plugin: revisions 2026-05-13 01:14:42.144 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Initializing extension manager. 2026-05-13 01:14:42.145 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: address-group 2026-05-13 01:14:42.147 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: address-scope 2026-05-13 01:14:42.147 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-13 01:14:42.148 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: agent 2026-05-13 01:14:42.149 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: agent-resources-synced 2026-05-13 01:14:42.150 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: allowed-address-pairs 2026-05-13 01:14:42.150 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: auto-allocated-topology 2026-05-13 01:14:42.151 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: availability_zone 2026-05-13 01:14:42.152 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: availability_zone_filter 2026-05-13 01:14:42.152 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-13 01:14:42.153 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: default-subnetpools 2026-05-13 01:14:42.154 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-13 01:14:42.155 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: dns-integration 2026-05-13 01:14:42.155 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: dns-domain-ports 2026-05-13 01:14:42.156 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-13 01:14:42.157 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: dvr 2026-05-13 01:14:42.157 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-13 01:14:42.158 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: empty-string-filtering 2026-05-13 01:14:42.158 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-13 01:14:42.159 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-13 01:14:42.159 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: external-net 2026-05-13 01:14:42.160 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-13 01:14:42.160 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: extraroute 2026-05-13 01:14:42.161 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: extraroute-atomic 2026-05-13 01:14:42.161 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-13 01:14:42.162 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-13 01:14:42.163 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-13 01:14:42.163 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-13 01:14:42.164 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: fip-port-details 2026-05-13 01:14:42.165 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: flavors 2026-05-13 01:14:42.166 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-13 01:14:42.166 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: floatingip-pools 2026-05-13 01:14:42.167 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: ip_allocation 2026-05-13 01:14:42.168 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: ip-substring-filtering 2026-05-13 01:14:42.168 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: l2_adjacency 2026-05-13 01:14:42.169 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: router 2026-05-13 01:14:42.172 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-13 01:14:42.174 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-13 01:14:42.175 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-13 01:14:42.176 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: ext-gw-mode 2026-05-13 01:14:42.178 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: l3-ha 2026-05-13 01:14:42.179 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-13 01:14:42.180 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-13 01:14:42.181 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: l3-flavors 2026-05-13 01:14:42.183 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-13 01:14:42.184 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-13 01:14:42.186 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-13 01:14:42.188 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-13 01:14:42.189 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-13 01:14:42.190 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-13 01:14:42.190 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-13 01:14:42.191 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: multi-provider 2026-05-13 01:14:42.191 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: net-mtu 2026-05-13 01:14:42.192 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: net-mtu-writable 2026-05-13 01:14:42.192 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: network_availability_zone 2026-05-13 01:14:42.193 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: network_ha 2026-05-13 01:14:42.193 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: network-ip-availability 2026-05-13 01:14:42.195 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-13 01:14:42.195 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: pagination 2026-05-13 01:14:42.196 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: port-device-profile 2026-05-13 01:14:42.196 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-13 01:14:42.197 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-13 01:14:42.197 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-13 01:14:42.198 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: port-mac-override 2026-05-13 01:14:42.198 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-13 01:14:42.199 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-13 01:14:42.199 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-13 01:14:42.200 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: port-resource-request 2026-05-13 01:14:42.200 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: port-resource-request-groups 2026-05-13 01:14:42.201 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-13 01:14:42.201 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: binding 2026-05-13 01:14:42.202 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: binding-extended 2026-05-13 01:14:42.203 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: port-security 2026-05-13 01:14:42.203 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: project-id 2026-05-13 01:14:42.204 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: provider 2026-05-13 01:14:42.204 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-13 01:14:42.206 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: qos 2026-05-13 01:14:42.207 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-13 01:14:42.208 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-13 01:14:42.208 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: qos-default 2026-05-13 01:14:42.209 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: qos-fip 2026-05-13 01:14:42.209 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-13 01:14:42.210 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: qos-gateway-ip 2026-05-13 01:14:42.210 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: qos-port-network-policy 2026-05-13 01:14:42.211 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: qos-pps-minimum 2026-05-13 01:14:42.211 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-13 01:14:42.212 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: qos-pps 2026-05-13 01:14:42.212 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: qos-rule-type-details 2026-05-13 01:14:42.213 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-13 01:14:42.214 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: qos-rules-alias 2026-05-13 01:14:42.214 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: quota-check-limit 2026-05-13 01:14:42.215 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: quota-check-limit-default 2026-05-13 01:14:42.217 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: quotas 2026-05-13 01:14:42.218 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: quota_details 2026-05-13 01:14:42.219 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: rbac-policies 2026-05-13 01:14:42.220 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: rbac-address-group 2026-05-13 01:14:42.220 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: rbac-address-scope 2026-05-13 01:14:42.221 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: rbac-security-groups 2026-05-13 01:14:42.221 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: rbac-subnetpool 2026-05-13 01:14:42.222 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: revision-if-match 2026-05-13 01:14:42.222 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: standard-attr-revisions 2026-05-13 01:14:42.222 7 INFO neutron.manager [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loading Plugin: trunk 2026-05-13 01:14:42.223 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: router_availability_zone 2026-05-13 01:14:42.223 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-13 01:14:42.225 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: security-groups-default-rules 2026-05-13 01:14:42.226 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-13 01:14:42.226 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-13 01:14:42.227 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-13 01:14:42.227 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-13 01:14:42.228 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-13 01:14:42.232 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: security-group 2026-05-13 01:14:42.233 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: segment 2026-05-13 01:14:42.234 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-13 01:14:42.234 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: service-type 2026-05-13 01:14:42.235 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: sorting 2026-05-13 01:14:42.235 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: standard-attr-segment 2026-05-13 01:14:42.237 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: standard-attr-description 2026-05-13 01:14:42.237 7 INFO neutron.manager [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loading Plugin: vpnaas 2026-05-13 01:14:42.237 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: stateful-security-group 2026-05-13 01:14:42.237 8 WARNING neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-13 01:14:42.238 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-13 01:14:42.238 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: subnet-external-network 2026-05-13 01:14:42.239 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: subnet_onboard 2026-05-13 01:14:42.240 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-13 01:14:42.240 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: subnet-service-types 2026-05-13 01:14:42.241 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: subnet_allocation 2026-05-13 01:14:42.243 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-13 01:14:42.243 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: tag-creation 2026-05-13 01:14:42.244 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-13 01:14:42.248 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: standard-attr-tag 2026-05-13 01:14:42.249 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-13 01:14:42.249 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: trunk 2026-05-13 01:14:42.250 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: trunk-details 2026-05-13 01:14:42.250 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-13 01:14:42.251 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-13 01:14:42.251 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-13 01:14:42.252 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-13 01:14:42.254 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-13 01:14:42.255 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-13 01:14:42.255 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: vpn-flavors 2026-05-13 01:14:42.257 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: vpnaas 2026-05-13 01:14:42.258 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: taas 2026-05-13 01:14:42.259 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: tap-mirror 2026-05-13 01:14:42.260 8 INFO neutron.api.extensions [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Loaded extension: taas-vlan-filter 2026-05-13 01:14:42.263 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-13 01:14:42.263 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-13 01:14:42.263 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-13 01:14:42.263 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-13 01:14:42.266 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-13 01:14:42.267 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-13 01:14:42.271 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-13 01:14:42.272 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-13 01:14:42.272 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-13 01:14:42.273 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-13 01:14:42.273 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] subnetpool is already registered 2026-05-13 01:14:42.274 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-13 01:14:42.274 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] subnetpool is already registered 2026-05-13 01:14:42.274 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-13 01:14:42.275 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-13 01:14:42.275 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-13 01:14:42.276 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-13 01:14:42.276 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-13 01:14:42.276 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-13 01:14:42.277 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-13 01:14:42.277 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] ipsecpolicy is already registered 2026-05-13 01:14:42.277 7 WARNING stevedore.named [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-13 01:14:42.277 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-13 01:14:42.277 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] ikepolicy is already registered 2026-05-13 01:14:42.282 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-13 01:14:42.282 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] router is already registered 2026-05-13 01:14:42.282 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-13 01:14:42.283 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] floatingip is already registered 2026-05-13 01:14:42.286 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-13 01:14:42.286 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] rbac_policy is already registered 2026-05-13 01:14:42.287 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-13 01:14:42.287 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] security_group is already registered 2026-05-13 01:14:42.288 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-13 01:14:42.288 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] security_group_rule is already registered 2026-05-13 01:14:42.288 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-13 01:14:42.289 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] subnetpool is already registered 2026-05-13 01:14:42.289 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-13 01:14:42.289 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] subnetpool is already registered 2026-05-13 01:14:42.290 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-13 01:14:42.290 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] trunk is already registered 2026-05-13 01:14:42.290 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-13 01:14:42.290 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] ikepolicy is already registered 2026-05-13 01:14:42.291 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-13 01:14:42.291 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] ipsecpolicy is already registered 2026-05-13 01:14:42.291 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-13 01:14:42.291 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] endpoint_group is already registered 2026-05-13 01:14:42.292 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-13 01:14:42.292 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] vpnservice is already registered 2026-05-13 01:14:42.292 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-13 01:14:42.292 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] ipsec_site_connection is already registered 2026-05-13 01:14:42.293 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-13 01:14:42.293 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] ipsecpolicy is already registered 2026-05-13 01:14:42.293 8 INFO neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-13 01:14:42.293 8 WARNING neutron.quota.resource_registry [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] ikepolicy is already registered 2026-05-13 01:14:42.330 8 WARNING keystonemiddleware._common.config [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-13 01:14:42.337 8 WARNING oslo_config.cfg [None req-51cdc6f1-8384-40e7-854d-b05567e001aa - - - - - -] 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 0x7f1c34ce2668 pid: 8 (default app) 2026-05-13 01:14:42.349 7 INFO neutron_vpnaas.services.vpn.plugin [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-13 01:14:42.349 7 INFO neutron.common.utils [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-13 01:14:42.349 7 INFO neutron.manager [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loading Plugin: taas 2026-05-13 01:14:42.388 7 WARNING stevedore.named [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-13 01:14:42.388 7 WARNING stevedore.named [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-13 01:14:42.411 7 INFO neutron_taas.services.taas.taas_plugin [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-13 01:14:42.411 7 INFO neutron.manager [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loading Plugin: tapmirror 2026-05-13 01:14:42.423 7 WARNING stevedore.named [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-13 01:14:42.423 7 WARNING stevedore.named [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-13 01:14:42.439 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-13 01:14:42.440 7 INFO neutron.manager [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loading Plugin: auto_allocate 2026-05-13 01:14:42.451 7 INFO neutron.manager [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loading Plugin: tag 2026-05-13 01:14:42.461 7 INFO neutron.manager [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loading Plugin: timestamp 2026-05-13 01:14:42.464 7 INFO neutron.manager [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loading Plugin: network_ip_availability 2026-05-13 01:14:42.467 7 INFO neutron.manager [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loading Plugin: flavors 2026-05-13 01:14:42.471 7 INFO neutron.manager [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loading Plugin: revisions 2026-05-13 01:14:42.475 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Initializing extension manager. 2026-05-13 01:14:42.476 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: address-group 2026-05-13 01:14:42.477 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: address-scope 2026-05-13 01:14:42.477 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-13 01:14:42.478 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: agent 2026-05-13 01:14:42.479 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: agent-resources-synced 2026-05-13 01:14:42.480 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-13 01:14:42.481 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-13 01:14:42.481 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: availability_zone 2026-05-13 01:14:42.482 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: availability_zone_filter 2026-05-13 01:14:42.482 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-13 01:14:42.483 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: default-subnetpools 2026-05-13 01:14:42.484 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-13 01:14:42.485 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: dns-integration 2026-05-13 01:14:42.485 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: dns-domain-ports 2026-05-13 01:14:42.486 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-13 01:14:42.486 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: dvr 2026-05-13 01:14:42.487 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-13 01:14:42.487 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: empty-string-filtering 2026-05-13 01:14:42.488 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-13 01:14:42.489 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-13 01:14:42.489 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: external-net 2026-05-13 01:14:42.490 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-13 01:14:42.490 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: extraroute 2026-05-13 01:14:42.491 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: extraroute-atomic 2026-05-13 01:14:42.491 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-13 01:14:42.492 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-13 01:14:42.492 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-13 01:14:42.493 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-13 01:14:42.493 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: fip-port-details 2026-05-13 01:14:42.495 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: flavors 2026-05-13 01:14:42.496 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-13 01:14:42.497 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: floatingip-pools 2026-05-13 01:14:42.497 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: ip_allocation 2026-05-13 01:14:42.498 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-13 01:14:42.498 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: l2_adjacency 2026-05-13 01:14:42.499 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: router 2026-05-13 01:14:42.501 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-13 01:14:42.501 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-13 01:14:42.502 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-13 01:14:42.502 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: ext-gw-mode 2026-05-13 01:14:42.503 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: l3-ha 2026-05-13 01:14:42.503 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-13 01:14:42.504 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-13 01:14:42.504 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: l3-flavors 2026-05-13 01:14:42.505 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-13 01:14:42.506 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-13 01:14:42.508 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-13 01:14:42.509 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-13 01:14:42.510 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-13 01:14:42.511 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-13 01:14:42.512 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-13 01:14:42.512 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: multi-provider 2026-05-13 01:14:42.513 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: net-mtu 2026-05-13 01:14:42.513 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: net-mtu-writable 2026-05-13 01:14:42.514 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: network_availability_zone 2026-05-13 01:14:42.514 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: network_ha 2026-05-13 01:14:42.515 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: network-ip-availability 2026-05-13 01:14:42.516 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-13 01:14:42.517 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: pagination 2026-05-13 01:14:42.517 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: port-device-profile 2026-05-13 01:14:42.517 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-13 01:14:42.518 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-13 01:14:42.518 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-13 01:14:42.519 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: port-mac-override 2026-05-13 01:14:42.519 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-13 01:14:42.520 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-13 01:14:42.521 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-13 01:14:42.521 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: port-resource-request 2026-05-13 01:14:42.522 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-13 01:14:42.522 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-13 01:14:42.523 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: binding 2026-05-13 01:14:42.523 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: binding-extended 2026-05-13 01:14:42.524 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: port-security 2026-05-13 01:14:42.524 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: project-id 2026-05-13 01:14:42.525 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: provider 2026-05-13 01:14:42.525 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-13 01:14:42.527 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: qos 2026-05-13 01:14:42.528 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-13 01:14:42.529 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-13 01:14:42.529 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: qos-default 2026-05-13 01:14:42.530 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: qos-fip 2026-05-13 01:14:42.530 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-13 01:14:42.531 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-13 01:14:42.531 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-13 01:14:42.532 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-13 01:14:42.532 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-13 01:14:42.533 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: qos-pps 2026-05-13 01:14:42.533 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-13 01:14:42.534 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-13 01:14:42.534 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: qos-rules-alias 2026-05-13 01:14:42.535 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: quota-check-limit 2026-05-13 01:14:42.536 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-13 01:14:42.538 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: quotas 2026-05-13 01:14:42.539 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: quota_details 2026-05-13 01:14:42.540 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: rbac-policies 2026-05-13 01:14:42.541 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: rbac-address-group 2026-05-13 01:14:42.541 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: rbac-address-scope 2026-05-13 01:14:42.542 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: rbac-security-groups 2026-05-13 01:14:42.542 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-13 01:14:42.543 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: revision-if-match 2026-05-13 01:14:42.543 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-13 01:14:42.544 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: router_availability_zone 2026-05-13 01:14:42.544 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-13 01:14:42.546 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-13 01:14:42.547 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-13 01:14:42.547 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-13 01:14:42.548 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-13 01:14:42.548 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-13 01:14:42.548 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-13 01:14:42.553 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: security-group 2026-05-13 01:14:42.555 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: segment 2026-05-13 01:14:42.556 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-13 01:14:42.556 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: service-type 2026-05-13 01:14:42.557 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: sorting 2026-05-13 01:14:42.557 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: standard-attr-segment 2026-05-13 01:14:42.558 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: standard-attr-description 2026-05-13 01:14:42.559 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: stateful-security-group 2026-05-13 01:14:42.560 7 WARNING neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-13 01:14:42.560 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-13 01:14:42.561 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: subnet-external-network 2026-05-13 01:14:42.561 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: subnet_onboard 2026-05-13 01:14:42.562 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-13 01:14:42.562 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: subnet-service-types 2026-05-13 01:14:42.563 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: subnet_allocation 2026-05-13 01:14:42.564 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-13 01:14:42.564 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: tag-creation 2026-05-13 01:14:42.565 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-13 01:14:42.569 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: standard-attr-tag 2026-05-13 01:14:42.569 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-13 01:14:42.570 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: trunk 2026-05-13 01:14:42.570 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: trunk-details 2026-05-13 01:14:42.571 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-13 01:14:42.571 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-13 01:14:42.572 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-13 01:14:42.573 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-13 01:14:42.574 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-13 01:14:42.575 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-13 01:14:42.576 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: vpn-flavors 2026-05-13 01:14:42.577 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: vpnaas 2026-05-13 01:14:42.579 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: taas 2026-05-13 01:14:42.580 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: tap-mirror 2026-05-13 01:14:42.580 7 INFO neutron.api.extensions [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-13 01:14:42.583 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-13 01:14:42.583 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-13 01:14:42.583 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-13 01:14:42.583 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-13 01:14:42.586 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-13 01:14:42.587 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-13 01:14:42.591 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-13 01:14:42.592 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-13 01:14:42.592 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-13 01:14:42.593 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-13 01:14:42.593 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] subnetpool is already registered 2026-05-13 01:14:42.594 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-13 01:14:42.594 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] subnetpool is already registered 2026-05-13 01:14:42.594 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-13 01:14:42.595 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-13 01:14:42.595 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-13 01:14:42.596 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-13 01:14:42.596 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-13 01:14:42.596 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-13 01:14:42.597 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-13 01:14:42.597 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] ipsecpolicy is already registered 2026-05-13 01:14:42.597 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-13 01:14:42.597 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] ikepolicy is already registered 2026-05-13 01:14:42.602 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-13 01:14:42.602 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] router is already registered 2026-05-13 01:14:42.602 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-13 01:14:42.603 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] floatingip is already registered 2026-05-13 01:14:42.606 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-13 01:14:42.606 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] rbac_policy is already registered 2026-05-13 01:14:42.607 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-13 01:14:42.607 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] security_group is already registered 2026-05-13 01:14:42.608 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-13 01:14:42.608 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] security_group_rule is already registered 2026-05-13 01:14:42.608 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-13 01:14:42.609 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] subnetpool is already registered 2026-05-13 01:14:42.609 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-13 01:14:42.609 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] subnetpool is already registered 2026-05-13 01:14:42.611 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-13 01:14:42.611 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] trunk is already registered 2026-05-13 01:14:42.611 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-13 01:14:42.611 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] ikepolicy is already registered 2026-05-13 01:14:42.612 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-13 01:14:42.612 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] ipsecpolicy is already registered 2026-05-13 01:14:42.612 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-13 01:14:42.612 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] endpoint_group is already registered 2026-05-13 01:14:42.613 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-13 01:14:42.613 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] vpnservice is already registered 2026-05-13 01:14:42.613 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-13 01:14:42.613 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] ipsec_site_connection is already registered 2026-05-13 01:14:42.614 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-13 01:14:42.614 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] ipsecpolicy is already registered 2026-05-13 01:14:42.614 7 INFO neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-13 01:14:42.614 7 WARNING neutron.quota.resource_registry [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] ikepolicy is already registered 2026-05-13 01:14:42.651 7 WARNING keystonemiddleware._common.config [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-13 01:14:42.658 7 WARNING oslo_config.cfg [None req-af4ff78f-da41-43ee-939d-5a6ac680ab07 - - - - - -] 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 0x7f1c34ce2668 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-05-13 01:14:44.729 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bd37c63a-2171-4e38-8383-f1f138177ddd 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/4] 199.204.45.35 () {44 vars in 921 bytes} [Wed May 13 01:14:43 2026] GET /v2.0/networks/public => generated 108 bytes in 793 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/5] 199.204.45.35 () {44 vars in 943 bytes} [Wed May 13 01:14:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:14:45.471 8 WARNING neutron.services.revisions.revision_plugin [None req-5dbceb85-8221-4d84-9019-5839181be4bf 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Could not find related network for resource to bump revision. 2026-05-13 01:14:45.489 8 INFO neutron.db.segments_db [None req-5dbceb85-8221-4d84-9019-5839181be4bf 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment dc2f72fd-0f0d-42dd-af83-635229b1489c of type flat for network 5403e5bd-24fb-46fe-8cdd-05928204b4a8 2026-05-13 01:14:45.532 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5dbceb85-8221-4d84-9019-5839181be4bf 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.204.45.35 () {48 vars in 961 bytes} [Wed May 13 01:14:45 2026] POST /v2.0/networks => generated 124 bytes in 456 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:14:51.800 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7a08807-78c9-4b50-a019-d40276ccf33c 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/7] 199.204.45.35 () {44 vars in 921 bytes} [Wed May 13 01:14:51 2026] GET /v2.0/networks/public => generated 108 bytes in 358 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/8] 199.204.45.35 () {44 vars in 943 bytes} [Wed May 13 01:14:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:14:52.058 7 WARNING neutron.services.revisions.revision_plugin [None req-4c34833c-6145-4c7d-9b15-1d9eeb0bf5ab 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Could not find related network for resource to bump revision. 2026-05-13 01:14:52.082 7 INFO neutron.db.segments_db [None req-4c34833c-6145-4c7d-9b15-1d9eeb0bf5ab 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment d1844ead-e989-4b78-a9fe-1e631403b390 of type flat for network 87f1fbf6-e869-4f03-8eab-e6172ee7a4a0 2026-05-13 01:14:52.128 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c34833c-6145-4c7d-9b15-1d9eeb0bf5ab 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/9] 199.204.45.35 () {48 vars in 961 bytes} [Wed May 13 01:14:51 2026] POST /v2.0/networks => generated 124 bytes in 313 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:14:58.091 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0b630d13-d200-483e-86f7-e6d4443f2bcf 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/11] 199.204.45.35 () {44 vars in 921 bytes} [Wed May 13 01:14:58 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/12] 199.204.45.35 () {44 vars in 943 bytes} [Wed May 13 01:14:58 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:14:58.156 7 WARNING neutron.services.revisions.revision_plugin [None req-eda35550-470a-40ee-94ce-6915f4f31771 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Could not find related network for resource to bump revision. 2026-05-13 01:14:58.167 7 INFO neutron.db.segments_db [None req-eda35550-470a-40ee-94ce-6915f4f31771 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment cef32e1d-6391-4240-81f4-a42b659e15db of type flat for network a04b89fb-c11f-4cf4-9f0e-e6cdc9491f55 2026-05-13 01:14:58.185 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eda35550-470a-40ee-94ce-6915f4f31771 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/13] 199.204.45.35 () {48 vars in 961 bytes} [Wed May 13 01:14:58 2026] POST /v2.0/networks => generated 124 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:15:04.141 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5b7c30c-418a-4347-95f5-f71dde1e942c 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/14] 199.204.45.35 () {44 vars in 921 bytes} [Wed May 13 01:15:04 2026] GET /v2.0/networks/public => generated 108 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/15] 199.204.45.35 () {44 vars in 943 bytes} [Wed May 13 01:15:04 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-05-13 01:15:04.234 8 WARNING neutron.services.revisions.revision_plugin [None req-e760794a-5715-45d9-befe-2cc009b06e1f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Could not find related network for resource to bump revision. 2026-05-13 01:15:04.253 8 INFO neutron.db.segments_db [None req-e760794a-5715-45d9-befe-2cc009b06e1f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment 4f23ab55-7e74-499b-8850-b2ca86284ed1 of type flat for network d58acd89-bc43-4dc1-a3c6-57e20ccdb3e2 2026-05-13 01:15:04.277 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e760794a-5715-45d9-befe-2cc009b06e1f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/16] 199.204.45.35 () {48 vars in 961 bytes} [Wed May 13 01:15:04 2026] POST /v2.0/networks => generated 124 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:15:10.248 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e8d55315-45c4-48e2-8413-7f1594e3ffd5 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/18] 199.204.45.35 () {44 vars in 921 bytes} [Wed May 13 01:15:10 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/19] 199.204.45.35 () {44 vars in 943 bytes} [Wed May 13 01:15:10 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-05-13 01:15:10.332 8 WARNING neutron.services.revisions.revision_plugin [None req-811b11a1-1a53-4c6e-b939-41c051a97460 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Could not find related network for resource to bump revision. 2026-05-13 01:15:10.347 8 INFO neutron.db.segments_db [None req-811b11a1-1a53-4c6e-b939-41c051a97460 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment 64711df4-9f2b-4fcb-a9a0-f3266321583c of type flat for network 6ae48d65-2c41-4abe-9ce7-2fe78ba34fea 2026-05-13 01:15:10.369 8 INFO neutron.pecan_wsgi.hooks.translation [None req-811b11a1-1a53-4c6e-b939-41c051a97460 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/20] 199.204.45.35 () {48 vars in 961 bytes} [Wed May 13 01:15:10 2026] POST /v2.0/networks => generated 124 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:15:16.397 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c9e8e0c8-6a28-45ae-be6b-57983054640a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/21] 199.204.45.35 () {44 vars in 921 bytes} [Wed May 13 01:15:16 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/22] 199.204.45.35 () {44 vars in 943 bytes} [Wed May 13 01:15:16 2026] GET /v2.0/networks?name=public => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:15:16.466 7 WARNING neutron.services.revisions.revision_plugin [None req-e279e09d-a477-4bbc-8cc5-7405e86e7b02 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Could not find related network for resource to bump revision. 2026-05-13 01:15:16.488 7 INFO neutron.db.segments_db [None req-e279e09d-a477-4bbc-8cc5-7405e86e7b02 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment 52c16123-5d3f-4e61-96b8-b1718c5d0e19 of type flat for network c0b1732d-6bf9-4f7b-8daf-40bbe86dd658 [pid: 7|app: 0|req: 10/23] 199.204.45.35 () {48 vars in 961 bytes} [Wed May 13 01:15:16 2026] POST /v2.0/networks => generated 706 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:15:17.760 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c049b69-c599-46ca-a601-daef1b0c526a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/24] 199.204.45.35 () {44 vars in 921 bytes} [Wed May 13 01:15:17 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/25] 199.204.45.35 () {44 vars in 943 bytes} [Wed May 13 01:15:17 2026] GET /v2.0/networks?name=public => generated 709 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:15:17.846 8 INFO neutron.pecan_wsgi.hooks.translation [None req-53bbacff-8f68-4fde-ba07-7fbb92095bca 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/26] 199.204.45.35 () {44 vars in 1028 bytes} [Wed May 13 01:15:17 2026] GET /v2.0/subnets/public-subnet?network_id=c0b1732d-6bf9-4f7b-8daf-40bbe86dd658 => generated 113 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/27] 199.204.45.35 () {44 vars in 1051 bytes} [Wed May 13 01:15:17 2026] GET /v2.0/subnets?name=public-subnet&network_id=c0b1732d-6bf9-4f7b-8daf-40bbe86dd658 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 16/28] 199.204.45.35 () {48 vars in 959 bytes} [Wed May 13 01:15:17 2026] POST /v2.0/subnets => generated 664 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 18/32] 199.204.45.35 () {44 vars in 969 bytes} [Wed May 13 01:15:42 2026] GET /v2.0/quotas/bef24a56af994a9586cea41b390c73cc => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/33] 199.204.45.35 () {48 vars in 1021 bytes} [Wed May 13 01:15:42 2026] PUT /v2.0/quotas/bef24a56af994a9586cea41b390c73cc => generated 291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:16:15.384 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2441cd58-ba61-4cd6-bb71-65e9c5f50d49 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 18/38] 199.204.45.35 () {44 vars in 931 bytes} [Wed May 13 01:16:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 21/39] 199.204.45.35 () {44 vars in 953 bytes} [Wed May 13 01:16:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:16:15.502 7 INFO neutron.db.segments_db [None req-d71b375d-c753-40ec-bed1-74396948e931 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment db16cb50-bc3b-45ed-8f11-471ee5546dc9 of type vxlan for network d53104ad-8d0c-4d0c-b443-aa6d2ddce07d [pid: 7|app: 0|req: 19/40] 199.204.45.35 () {48 vars in 960 bytes} [Wed May 13 01:16:15 2026] POST /v2.0/networks => generated 688 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:16:16.819 8 INFO neutron.pecan_wsgi.hooks.translation [None req-48fc936a-c3f7-4271-9655-a8870f9fcfe2 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 22/41] 199.204.45.35 () {44 vars in 931 bytes} [Wed May 13 01:16:16 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 20/42] 199.204.45.35 () {44 vars in 953 bytes} [Wed May 13 01:16:16 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:16:16.873 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35e94965-9723-4669-b5aa-da0a84d182bb 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 23/43] 199.204.45.35 () {44 vars in 1030 bytes} [Wed May 13 01:16:16 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=d53104ad-8d0c-4d0c-b443-aa6d2ddce07d => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 21/44] 199.204.45.35 () {44 vars in 1053 bytes} [Wed May 13 01:16:16 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=d53104ad-8d0c-4d0c-b443-aa6d2ddce07d => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 24/45] 199.204.45.35 () {48 vars in 959 bytes} [Wed May 13 01:16:16 2026] POST /v2.0/subnets => generated 651 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:16:18.337 7 INFO neutron.api.v2.resource [None req-3255c2fa-e6d3-4e4d-a75d-81f1dd919f44 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 22/46] 199.204.45.35 () {44 vars in 965 bytes} [Wed May 13 01:16:18 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 25/47] 199.204.45.35 () {44 vars in 987 bytes} [Wed May 13 01:16:18 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 23/48] 199.204.45.35 () {48 vars in 974 bytes} [Wed May 13 01:16:18 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: 26/49] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:19 2026] GET /v2.0/security-groups/d5412ee2-ad90-4863-b674-5b6fba13451b => generated 1616 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 24/50] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:19 2026] GET /v2.0/security-groups/d5412ee2-ad90-4863-b674-5b6fba13451b => generated 1616 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 27/51] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:19 2026] GET /v2.0/security-groups/d5412ee2-ad90-4863-b674-5b6fba13451b => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 25/52] 199.204.45.35 () {48 vars in 985 bytes} [Wed May 13 01:16:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 28/53] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:20 2026] GET /v2.0/security-groups/d5412ee2-ad90-4863-b674-5b6fba13451b => generated 2230 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 26/54] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:20 2026] GET /v2.0/security-groups/d5412ee2-ad90-4863-b674-5b6fba13451b => generated 2230 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 29/55] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:21 2026] GET /v2.0/security-groups/d5412ee2-ad90-4863-b674-5b6fba13451b => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 27/56] 199.204.45.35 () {48 vars in 985 bytes} [Wed May 13 01:16:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/57] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:22 2026] GET /v2.0/security-groups/d5412ee2-ad90-4863-b674-5b6fba13451b => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 28/58] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:22 2026] GET /v2.0/security-groups/d5412ee2-ad90-4863-b674-5b6fba13451b => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 31/59] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:22 2026] GET /v2.0/security-groups/d5412ee2-ad90-4863-b674-5b6fba13451b => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 29/60] 199.204.45.35 () {48 vars in 985 bytes} [Wed May 13 01:16:22 2026] POST /v2.0/security-group-rules => generated 603 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/63] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:23 2026] GET /v2.0/security-groups/d5412ee2-ad90-4863-b674-5b6fba13451b => generated 3462 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 31/64] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:23 2026] GET /v2.0/security-groups/d5412ee2-ad90-4863-b674-5b6fba13451b => generated 3462 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/65] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:23 2026] GET /v2.0/security-groups/d5412ee2-ad90-4863-b674-5b6fba13451b => generated 3462 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/66] 199.204.45.35 () {48 vars in 985 bytes} [Wed May 13 01:16:23 2026] POST /v2.0/security-group-rules => generated 603 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:16:24.483 7 INFO neutron.api.v2.resource [None req-36adad4d-2de9-4f7c-8d43-5024fcf67f73 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/67] 199.204.45.35 () {44 vars in 1068 bytes} [Wed May 13 01:16:24 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=cedb4538996844bd9d9b75b018ef8daf => generated 139 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/68] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:24 2026] GET /v2.0/security-groups/d5412ee2-ad90-4863-b674-5b6fba13451b => generated 4078 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/69] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:24 2026] GET /v2.0/security-groups/d5412ee2-ad90-4863-b674-5b6fba13451b => generated 4078 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/70] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:24 2026] GET /v2.0/security-groups/d5412ee2-ad90-4863-b674-5b6fba13451b => generated 4078 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/71] 199.204.45.35 () {44 vars in 1091 bytes} [Wed May 13 01:16:24 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=cedb4538996844bd9d9b75b018ef8daf => generated 23 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 199.204.45.35 () {48 vars in 985 bytes} [Wed May 13 01:16:24 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 199.204.45.35 () {48 vars in 975 bytes} [Wed May 13 01:16:24 2026] POST /v2.0/security-groups => generated 1624 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 199.204.45.35 () {44 vars in 1082 bytes} [Wed May 13 01:16:25 2026] GET /v2.0/security-groups/02a722c7-1745-4f8a-a7ce-546e3685ccc2?project_id=cedb4538996844bd9d9b75b018ef8daf => generated 1624 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/75] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:25 2026] GET /v2.0/security-groups/02a722c7-1745-4f8a-a7ce-546e3685ccc2 => generated 1624 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/76] 199.204.45.35 () {44 vars in 981 bytes} [Wed May 13 01:16:25 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d => generated 732 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/77] 199.204.45.35 () {44 vars in 1082 bytes} [Wed May 13 01:16:26 2026] GET /v2.0/security-groups/02a722c7-1745-4f8a-a7ce-546e3685ccc2?project_id=cedb4538996844bd9d9b75b018ef8daf => generated 1624 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:16:26.066 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd137499-fcbc-40b7-991a-a03612be1365 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/78] 199.204.45.35 () {44 vars in 1070 bytes} [Wed May 13 01:16:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=d53104ad-8d0c-4d0c-b443-aa6d2ddce07d => generated 132 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.35 () {44 vars in 1093 bytes} [Wed May 13 01:16:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=d53104ad-8d0c-4d0c-b443-aa6d2ddce07d => 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: 42/80] 199.204.45.35 () {48 vars in 985 bytes} [Wed May 13 01:16:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:26 2026] GET /v2.0/security-groups/d5412ee2-ad90-4863-b674-5b6fba13451b => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.204.45.35 () {48 vars in 955 bytes} [Wed May 13 01:16:26 2026] POST /v2.0/ports => generated 1100 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.204.45.35 () {44 vars in 1082 bytes} [Wed May 13 01:16:27 2026] GET /v2.0/security-groups/02a722c7-1745-4f8a-a7ce-546e3685ccc2?project_id=cedb4538996844bd9d9b75b018ef8daf => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 44/84] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:27 2026] GET /v2.0/security-groups/02a722c7-1745-4f8a-a7ce-546e3685ccc2 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.204.45.35 () {44 vars in 1082 bytes} [Wed May 13 01:16:27 2026] GET /v2.0/security-groups/02a722c7-1745-4f8a-a7ce-546e3685ccc2?project_id=cedb4538996844bd9d9b75b018ef8daf => generated 2234 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.204.45.35 () {48 vars in 985 bytes} [Wed May 13 01:16:27 2026] POST /v2.0/security-group-rules => generated 599 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.204.45.35 () {44 vars in 1082 bytes} [Wed May 13 01:16:28 2026] GET /v2.0/security-groups/02a722c7-1745-4f8a-a7ce-546e3685ccc2?project_id=cedb4538996844bd9d9b75b018ef8daf => generated 2846 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:28 2026] GET /v2.0/security-groups/02a722c7-1745-4f8a-a7ce-546e3685ccc2 => generated 2846 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.204.45.35 () {44 vars in 1082 bytes} [Wed May 13 01:16:28 2026] GET /v2.0/security-groups/02a722c7-1745-4f8a-a7ce-546e3685ccc2?project_id=cedb4538996844bd9d9b75b018ef8daf => generated 2846 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.204.45.35 () {48 vars in 985 bytes} [Wed May 13 01:16:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.204.45.35 () {44 vars in 1082 bytes} [Wed May 13 01:16:29 2026] GET /v2.0/security-groups/02a722c7-1745-4f8a-a7ce-546e3685ccc2?project_id=cedb4538996844bd9d9b75b018ef8daf => generated 3460 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:29 2026] GET /v2.0/security-groups/02a722c7-1745-4f8a-a7ce-546e3685ccc2 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.204.45.35 () {44 vars in 1082 bytes} [Wed May 13 01:16:29 2026] GET /v2.0/security-groups/02a722c7-1745-4f8a-a7ce-546e3685ccc2?project_id=cedb4538996844bd9d9b75b018ef8daf => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.204.45.35 () {48 vars in 985 bytes} [Wed May 13 01:16:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:16:34.375 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3cf9b27-2af6-4745-9748-9135a1c47a14 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 46/95] 199.204.45.35 () {44 vars in 973 bytes} [Wed May 13 01:16:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/96] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.204.45.35 () {48 vars in 1025 bytes} [Wed May 13 01:16:34 2026] PUT /v2.0/ports/e94b97f8-b716-474a-84c4-f3129d8ea3dc => generated 1249 bytes in 839 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.204.45.35 () {44 vars in 914 bytes} [Wed May 13 01:16:37 2026] GET /v2.0/ports => generated 3730 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:16:38.427 8 INFO neutron.api.v2.resource [None req-9173a4b9-1b23-4801-9c49-7273d261c339 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/101] 199.204.45.35 () {44 vars in 953 bytes} [Wed May 13 01:16:38 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 49/102] 199.204.45.35 () {44 vars in 975 bytes} [Wed May 13 01:16:38 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/103] 199.204.45.35 () {48 vars in 974 bytes} [Wed May 13 01:16:38 2026] POST /v2.0/security-groups => generated 1610 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/104] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:39 2026] GET /v2.0/security-groups/9a018a83-0374-4e79-9305-917bfd4a7d4a => generated 1610 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/105] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:39 2026] GET /v2.0/security-groups/9a018a83-0374-4e79-9305-917bfd4a7d4a => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/106] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:39 2026] GET /v2.0/security-groups/9a018a83-0374-4e79-9305-917bfd4a7d4a => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/107] 199.204.45.35 () {48 vars in 985 bytes} [Wed May 13 01:16:39 2026] POST /v2.0/security-group-rules => generated 623 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/108] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:40 2026] GET /v2.0/security-groups/9a018a83-0374-4e79-9305-917bfd4a7d4a => generated 2246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/109] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:40 2026] GET /v2.0/security-groups/9a018a83-0374-4e79-9305-917bfd4a7d4a => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/110] 199.204.45.35 () {44 vars in 995 bytes} [Wed May 13 01:16:40 2026] GET /v2.0/security-groups/9a018a83-0374-4e79-9305-917bfd4a7d4a => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/111] 199.204.45.35 () {48 vars in 985 bytes} [Wed May 13 01:16:40 2026] POST /v2.0/security-group-rules => generated 627 bytes in 95 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: 67/128] 199.204.45.35 () {30 vars in 738 bytes} [Wed May 13 01:18:42 2026] GET /v2.0/networks?tenant_id=cedb4538996844bd9d9b75b018ef8daf&shared=False => generated 15 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-13 01:18:42.877 7 INFO neutron.db.segments_db [None req-0e0aa0be-fc51-41b1-ab1c-1b38b11b2764 3f941df37b104716ad79aafc1ab4eb74 cedb4538996844bd9d9b75b018ef8daf - - 2a55770a982b4fdda9effd28110becc1 2a55770a982b4fdda9effd28110becc1] Added segment 8c52a5ad-2516-49b4-9672-60b440797529 of type vxlan for network a7b74949-c50d-404b-aef9-fe48e75533f2 [pid: 7|app: 0|req: 62/129] 199.204.45.35 () {34 vars in 680 bytes} [Wed May 13 01:18:42 2026] POST /v2.0/networks => generated 699 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/130] 199.204.45.35 () {30 vars in 720 bytes} [Wed May 13 01:18:42 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/131] 199.204.45.35 () {30 vars in 631 bytes} [Wed May 13 01:18:42 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: 69/132] 199.204.45.35 () {34 vars in 675 bytes} [Wed May 13 01:18:43 2026] POST /v2.0/ports => generated 999 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/133] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:18:43 2026] GET /v2.0/networks/a7b74949-c50d-404b-aef9-fe48e75533f2 => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/134] 199.204.45.35 () {30 vars in 720 bytes} [Wed May 13 01:18:45 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/135] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:18:45 2026] GET /v2.0/networks/a7b74949-c50d-404b-aef9-fe48e75533f2 => generated 705 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/quotasv2.py:134: UserWarning: "--check-limit" parameter is no longer needed since Epoxy (2025.1) release. By default, Neutron quota engine checks the resource usage before updating the limits warnings.warn('"--check-limit" parameter is no longer needed ' [pid: 8|app: 0|req: 73/140] 199.204.45.35 () {48 vars in 1019 bytes} [Wed May 13 01:19:17 2026] PUT /v2.0/quotas/cedb4538996844bd9d9b75b018ef8daf => generated 291 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:20:08.676 7 INFO neutron.pecan_wsgi.hooks.translation [None req-261f3ec6-69bc-401d-b944-a9beb8797248 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 72/149] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:20:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 78/150] 199.204.45.35 () {30 vars in 761 bytes} [Wed May 13 01:20:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:20:10.525 7 INFO neutron.pecan_wsgi.hooks.translation [None req-af24dee8-1064-46ce-a486-80b20437eb7e 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 73/151] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:20:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 79/152] 199.204.45.35 () {30 vars in 761 bytes} [Wed May 13 01:20:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/159] 199.204.45.35 () {44 vars in 943 bytes} [Wed May 13 01:20:52 2026] GET /v2.0/networks?name=public => generated 753 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 80/164] 10.0.0.225 () {32 vars in 648 bytes} [Wed May 13 01:21:26 2026] GET /v2.0/networks => generated 2168 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 85/165] 10.0.0.225 () {32 vars in 654 bytes} [Wed May 13 01:21:27 2026] GET /v2.0/floatingips => 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: 81/166] 10.0.0.225 () {32 vars in 646 bytes} [Wed May 13 01:21:28 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 86/167] 10.0.0.225 () {32 vars in 642 bytes} [Wed May 13 01:21:28 2026] GET /v2.0/ports => generated 4725 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 82/168] 10.0.0.225 () {32 vars in 646 bytes} [Wed May 13 01:21:28 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 87/169] 10.0.0.225 () {32 vars in 648 bytes} [Wed May 13 01:21:28 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 83/170] 10.0.0.225 () {32 vars in 662 bytes} [Wed May 13 01:21:28 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 88/171] 10.0.0.225 () {32 vars in 654 bytes} [Wed May 13 01:21:28 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:21:38.784 7 INFO neutron.db.segments_db [None req-52d26cb8-403e-4eb5-ba27-652eec57e742 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment d777a713-605c-4616-bf76-ce33ab91deb7 of type vxlan for network 2d0ce6e9-239d-4831-91b4-3d04694276ea [pid: 7|app: 0|req: 85/174] 10.0.0.225 () {34 vars in 670 bytes} [Wed May 13 01:21:38 2026] POST /v2.0/networks => generated 733 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:21:38.893 8 INFO neutron.db.segments_db [None req-eba52fcd-67e1-4319-b2b9-b78c334a0c10 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment df3d00ea-29e8-4fc4-b253-7e638fbfc327 of type vxlan for network 9ba779cf-1398-4408-8626-ec624751c2cf [pid: 8|app: 0|req: 90/175] 10.0.0.225 () {34 vars in 670 bytes} [Wed May 13 01:21:38 2026] POST /v2.0/networks => generated 725 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:21:39.050 7 INFO neutron.db.segments_db [None req-f80c9bf8-5c68-4f6f-b205-915d4c54a681 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment c524f4e4-0947-4664-ac51-e52b970ceee6 of type vxlan for network 7f9f80f6-a037-44f7-8d15-200dacd4f5ff [pid: 7|app: 0|req: 86/176] 10.0.0.225 () {34 vars in 670 bytes} [Wed May 13 01:21:38 2026] POST /v2.0/networks => generated 730 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 91/177] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:21:38 2026] POST /v2.0/subnets => generated 699 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 92/178] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:21:39 2026] POST /v2.0/subnets => generated 696 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 87/179] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:21:39 2026] POST /v2.0/subnets => generated 691 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:21:39.362 8 INFO neutron.db.segments_db [None req-f17271d8-7487-4754-b3a1-73ada3227fc8 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment 8dff7714-5358-42cd-86ad-6c56bf37332d of type vxlan for network 96446a6f-ad7d-40a4-bcc1-30c9a602ef5e 2026-05-13 01:21:39.373 7 INFO neutron.db.segments_db [None req-e5155b99-efd2-4d91-878f-f6cb3636d91c 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment 4b3c5eeb-fc98-4d29-957a-962a2c2334a8 of type vxlan for network cf20a139-7568-4e9d-8112-e09e7ff9e59f 2026-05-13 01:21:39.582 8 INFO neutron.db.l3_hamode_db [None req-f17271d8-7487-4754-b3a1-73ada3227fc8 4074f5bfeef0437a9e155c5f5b25de28 1a56714807014082acf055ac5f6e2afd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:21:39.588 7 INFO neutron.db.l3_hamode_db [None req-e5155b99-efd2-4d91-878f-f6cb3636d91c 4074f5bfeef0437a9e155c5f5b25de28 8b9a98513703442f9117c4f62734c271 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:21:40.358 8 INFO neutron.db.l3_hamode_db [None req-f17271d8-7487-4754-b3a1-73ada3227fc8 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:21:40.381 7 INFO neutron.db.l3_hamode_db [None req-e5155b99-efd2-4d91-878f-f6cb3636d91c 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 88/180] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:21:39 2026] POST /v2.0/routers => generated 736 bytes in 2070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:21:41.435 7 INFO neutron.db.segments_db [None req-a0dd7145-3331-4ba3-8a32-2fe907afe01b 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment 4ef85270-8d9c-494b-aae1-e5446f7d6a69 of type vxlan for network 624ca2e1-db0d-4590-ad3a-422b13d0be00 [pid: 8|app: 0|req: 93/181] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:21:39 2026] POST /v2.0/routers => generated 739 bytes in 2246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:21:41.615 7 INFO neutron.db.l3_hamode_db [None req-a0dd7145-3331-4ba3-8a32-2fe907afe01b 4074f5bfeef0437a9e155c5f5b25de28 8979286aafe8458a87251d694a1256e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 94/182] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:21:41 2026] GET /v2.0/security-groups?tenant_id=060b4b860eef48cc88891b701dd545de&name=default => generated 2924 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:21:42.279 7 INFO neutron.db.l3_hamode_db [None req-a0dd7145-3331-4ba3-8a32-2fe907afe01b 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 95/183] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:21:41 2026] PUT /v2.0/routers/d6503e91-e061-4553-b909-2c75d8207611/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: 89/184] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:21:41 2026] POST /v2.0/routers => generated 731 bytes in 1710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 90/185] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:21:43 2026] DELETE /v2.0/security-groups/cf745303-e5e6-49d9-944e-0a64930fb515 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 96/186] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:21:42 2026] PUT /v2.0/routers/f582996c-f825-46f6-a93e-098567deb506/add_router_interface => generated 309 bytes in 1142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 91/187] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:21:43 2026] PUT /v2.0/routers/7b762236-9027-4622-811d-96901a196eb2/add_router_interface => generated 309 bytes in 880 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 97/188] 10.0.0.174 () {38 vars in 970 bytes} [Wed May 13 01:21:43 2026] POST /v2.0/security-groups => generated 1686 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 92/189] 10.0.0.225 () {34 vars in 684 bytes} [Wed May 13 01:21:44 2026] POST /v2.0/security-groups => generated 1661 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/190] 10.0.0.225 () {34 vars in 684 bytes} [Wed May 13 01:21:44 2026] POST /v2.0/security-groups => generated 1659 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 93/191] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:44 2026] GET /v2.0/security-groups/fe4655e5-c2b7-4bf4-a8df-c5fc8146426f => generated 1686 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/192] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:21:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 94/193] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:21:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/194] 10.0.0.174 () {38 vars in 980 bytes} [Wed May 13 01:21:44 2026] POST /v2.0/security-group-rules => generated 614 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 95/195] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:21: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: 101/196] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:21:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/197] 10.0.0.174 () {38 vars in 970 bytes} [Wed May 13 01:21:45 2026] POST /v2.0/security-groups => generated 1685 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-13 01:21:45.334 7 INFO neutron.db.segments_db [None req-b330460c-f4fa-4107-9ec4-3a34f102e96a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment bcf24625-a2db-44f5-bc26-945828af3160 of type vxlan for network 22c3e1f5-f82e-436a-b663-c304748315c2 [pid: 7|app: 0|req: 96/198] 10.0.0.225 () {34 vars in 670 bytes} [Wed May 13 01:21:45 2026] POST /v2.0/networks => generated 725 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/199] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:21:45 2026] POST /v2.0/floatingips => generated 552 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/200] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:45 2026] GET /v2.0/security-groups/d691d4f3-803d-4e08-a348-8070e2199796 => generated 1685 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/201] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:21:45 2026] POST /v2.0/subnets => generated 691 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 97/202] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:21:45 2026] POST /v2.0/floatingips => generated 552 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/203] 10.0.0.174 () {38 vars in 980 bytes} [Wed May 13 01:21:45 2026] POST /v2.0/security-group-rules => generated 614 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:21:46.101 7 INFO neutron.db.segments_db [None req-25575726-0e16-4b75-a5bf-f1869933e844 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment e5f504c2-0e6d-4b0b-9beb-f883de9b0aab of type vxlan for network b5c6e988-f44b-48ac-b5e1-0166e9228fb3 [pid: 8|app: 0|req: 107/204] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:46 2026] GET /v2.0/security-groups/d691d4f3-803d-4e08-a348-8070e2199796 => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/205] 10.0.0.174 () {38 vars in 980 bytes} [Wed May 13 01:21:46 2026] POST /v2.0/security-group-rules => generated 619 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/206] 10.0.0.174 () {34 vars in 1099 bytes} [Wed May 13 01:21:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1587832545&fields=id&tenant_id=1a56714807014082acf055ac5f6e2afd => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/207] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:46 2026] GET /v2.0/security-groups/d691d4f3-803d-4e08-a348-8070e2199796 => generated 2940 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:21:46.356 7 INFO neutron.db.l3_hamode_db [None req-25575726-0e16-4b75-a5bf-f1869933e844 4074f5bfeef0437a9e155c5f5b25de28 a988cc21c00743b0b014830c94537efe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 111/208] 10.0.0.174 () {34 vars in 981 bytes} [Wed May 13 01:21:46 2026] GET /v2.0/networks?id=2d0ce6e9-239d-4831-91b4-3d04694276ea => generated 684 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/209] 10.0.0.174 () {34 vars in 1000 bytes} [Wed May 13 01:21:46 2026] GET /v2.0/security-group-rules/7c12e2ae-1a35-414b-b8e5-e76c97e65782 => generated 616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/210] 10.0.0.174 () {34 vars in 964 bytes} [Wed May 13 01:21:46 2026] GET /v2.0/quotas/1a56714807014082acf055ac5f6e2afd => 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: 114/211] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:46 2026] GET /v2.0/security-groups/d691d4f3-803d-4e08-a348-8070e2199796 => generated 2940 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/212] 10.0.0.174 () {34 vars in 1001 bytes} [Wed May 13 01:21:46 2026] GET /v2.0/ports?tenant_id=1a56714807014082acf055ac5f6e2afd&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/213] 10.0.0.174 () {36 vars in 1022 bytes} [Wed May 13 01:21:46 2026] DELETE /v2.0/security-group-rules/7c12e2ae-1a35-414b-b8e5-e76c97e65782 => 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: 117/214] 10.0.0.174 () {34 vars in 1099 bytes} [Wed May 13 01:21:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1212503792&fields=id&tenant_id=8979286aafe8458a87251d694a1256e1 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/215] 10.0.0.174 () {34 vars in 981 bytes} [Wed May 13 01:21:46 2026] GET /v2.0/networks?id=9ba779cf-1398-4408-8626-ec624751c2cf => generated 676 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/216] 10.0.0.174 () {34 vars in 964 bytes} [Wed May 13 01:21:46 2026] GET /v2.0/quotas/8979286aafe8458a87251d694a1256e1 => 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: 120/217] 10.0.0.174 () {34 vars in 1001 bytes} [Wed May 13 01:21:46 2026] GET /v2.0/ports?tenant_id=8979286aafe8458a87251d694a1256e1&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/218] 10.0.0.174 () {34 vars in 906 bytes} [Wed May 13 01:21:46 2026] GET /v2.0/extensions => generated 21537 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/219] 10.0.0.174 () {34 vars in 1007 bytes} [Wed May 13 01:21:46 2026] GET /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea?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: 123/220] 10.0.0.174 () {34 vars in 1107 bytes} [Wed May 13 01:21:47 2026] GET /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea?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-05-13 01:21:47.120 7 INFO neutron.db.l3_hamode_db [None req-25575726-0e16-4b75-a5bf-f1869933e844 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 124/221] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:47 2026] GET /v2.0/security-groups/d691d4f3-803d-4e08-a348-8070e2199796 => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/222] 10.0.0.174 () {36 vars in 1012 bytes} [Wed May 13 01:21:47 2026] DELETE /v2.0/security-groups/d691d4f3-803d-4e08-a348-8070e2199796 => 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: 126/223] 10.0.0.174 () {34 vars in 906 bytes} [Wed May 13 01:21:47 2026] GET /v2.0/extensions => generated 21537 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/224] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:47 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/225] 10.0.0.174 () {34 vars in 1007 bytes} [Wed May 13 01:21:47 2026] GET /v2.0/networks/9ba779cf-1398-4408-8626-ec624751c2cf?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/226] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:47 2026] GET /v2.0/security-groups/fe4655e5-c2b7-4bf4-a8df-c5fc8146426f => generated 2311 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/227] 10.0.0.174 () {34 vars in 1107 bytes} [Wed May 13 01:21:47 2026] GET /v2.0/networks/9ba779cf-1398-4408-8626-ec624751c2cf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/228] 10.0.0.174 () {36 vars in 1012 bytes} [Wed May 13 01:21:47 2026] DELETE /v2.0/security-groups/fe4655e5-c2b7-4bf4-a8df-c5fc8146426f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/229] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:21:46 2026] POST /v2.0/routers => generated 731 bytes in 2014 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/230] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:48 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:21:48.313 8 INFO neutron_taas.services.taas.taas_plugin [None req-ffabc1ae-f27c-4d57-9f22-0f63308ca30a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: d02c5b4f-1f66-476c-a8b9-35b849617ce1 2026-05-13 01:21:48.325 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffabc1ae-f27c-4d57-9f22-0f63308ca30a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: d02c5b4f-1f66-476c-a8b9-35b849617ce1 [pid: 8|app: 0|req: 132/231] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:21:47 2026] PUT /v2.0/routers/d6503e91-e061-4553-b909-2c75d8207611/remove_router_interface => generated 309 bytes in 1244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/232] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:48 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:21:49.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8c8d9ed-d644-42af-9eb6-ffcfec97450f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 471ebd2c-c16c-486a-829f-8d53bc264709 2026-05-13 01:21:49.064 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8c8d9ed-d644-42af-9eb6-ffcfec97450f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 471ebd2c-c16c-486a-829f-8d53bc264709 2026-05-13 01:21:49.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8c8d9ed-d644-42af-9eb6-ffcfec97450f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 599b0609-0d1d-4e77-ab72-b2e311c7856c 2026-05-13 01:21:49.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8c8d9ed-d644-42af-9eb6-ffcfec97450f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 599b0609-0d1d-4e77-ab72-b2e311c7856c 2026-05-13 01:21:49.363 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-a8c8d9ed-d644-42af-9eb6-ffcfec97450f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 100/233] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:21:48 2026] PUT /v2.0/routers/7e715eaa-2a0f-4851-bf7a-38be01d19dbc/add_router_interface => generated 309 bytes in 1332 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/234] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:49 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:21:49.772 8 INFO neutron.db.l3_hamode_db [None req-a8c8d9ed-d644-42af-9eb6-ffcfec97450f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] HA network cf20a139-7568-4e9d-8112-e09e7ff9e59f was deleted as no HA routers are present in tenant 8b9a98513703442f9117c4f62734c271. [pid: 8|app: 0|req: 134/235] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:21:48 2026] DELETE /v2.0/routers/d6503e91-e061-4553-b909-2c75d8207611 => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/236] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:21:49 2026] DELETE /v2.0/subnets/04b11d8f-0dbb-49b8-a000-bdcf621228d9 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/237] 10.0.0.174 () {38 vars in 970 bytes} [Wed May 13 01:21:49 2026] POST /v2.0/security-groups => generated 1682 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/238] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:49 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:21:50.091 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e52a718-f168-429a-9e30-06fcd5e065d5 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: eb3527af-5f58-4666-af10-9e7110356820 2026-05-13 01:21:50.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e52a718-f168-429a-9e30-06fcd5e065d5 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: eb3527af-5f58-4666-af10-9e7110356820 2026-05-13 01:21:50.109 8 INFO neutron.services.segments.plugin [-] Segment 4b3c5eeb-fc98-4d29-957a-962a2c2334a8 resource provider aggregate not found 2026-05-13 01:21:50.117 8 INFO neutron.services.segments.plugin [-] Segment 4b3c5eeb-fc98-4d29-957a-962a2c2334a8 resource provider aggregate not found 2026-05-13 01:21:50.130 8 INFO neutron.services.segments.plugin [-] Segment 4b3c5eeb-fc98-4d29-957a-962a2c2334a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b3c5eeb-fc98-4d29-957a-962a2c2334a8 found for delete ", "request_id": "req-73ed5c09-815c-47d6-a040-352e3eae1153"}]} 2026-05-13 01:21:50.140 8 INFO neutron.services.segments.plugin [-] Segment 4b3c5eeb-fc98-4d29-957a-962a2c2334a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b3c5eeb-fc98-4d29-957a-962a2c2334a8 found for delete ", "request_id": "req-9637e1ea-de9c-47a2-b4cd-b0b33e606447"}]} [pid: 7|app: 0|req: 104/239] 10.0.0.174 () {38 vars in 970 bytes} [Wed May 13 01:21:50 2026] POST /v2.0/security-groups => generated 1681 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/240] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:21:49 2026] DELETE /v2.0/networks/7f9f80f6-a037-44f7-8d15-200dacd4f5ff => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/241] 10.0.0.174 () {38 vars in 970 bytes} [Wed May 13 01:21:50 2026] POST /v2.0/security-groups => generated 1682 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/242] 10.0.0.174 () {34 vars in 1001 bytes} [Wed May 13 01:21:50 2026] GET /v2.0/security-groups?tenant_id=a988cc21c00743b0b014830c94537efe => generated 7910 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/243] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:50 2026] GET /v2.0/security-groups/f6c2ebde-c005-4a40-b90e-04d1393650e0 => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/244] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:21:50 2026] GET /v2.0/security-groups?tenant_id=8b9a98513703442f9117c4f62734c271&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/245] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:50 2026] GET /v2.0/security-groups/f6c2ebde-c005-4a40-b90e-04d1393650e0 => generated 2922 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/246] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:50 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => 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: 109/247] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:50 2026] GET /v2.0/security-groups/f09adf4b-6757-4e4a-b396-98d5fbd3bd58 => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/248] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:21:50 2026] DELETE /v2.0/security-groups/4f73eb4a-5a59-4784-8c55-9d9669baa12a => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/249] 10.0.0.174 () {36 vars in 1012 bytes} [Wed May 13 01:21:50 2026] DELETE /v2.0/security-groups/f09adf4b-6757-4e4a-b396-98d5fbd3bd58 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:21:50.685 8 INFO neutron.api.v2.resource [req-f63574c6-2b81-4a32-85cd-d9caf68a9ca5 req-e92946e4-1d32-4cee-99cf-bdbb71bf7bf5 4ca8b8aa68324d16bd8cc4bd6857ea55 a988cc21c00743b0b014830c94537efe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 140/250] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:50 2026] GET /v2.0/security-groups/f09adf4b-6757-4e4a-b396-98d5fbd3bd58 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/251] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:50 2026] GET /v2.0/security-groups/73fc2b66-6388-451f-8e1f-b3e3fb81e72b => generated 1681 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/252] 10.0.0.174 () {36 vars in 1012 bytes} [Wed May 13 01:21:50 2026] DELETE /v2.0/security-groups/73fc2b66-6388-451f-8e1f-b3e3fb81e72b => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:21:50.875 7 INFO neutron.api.v2.resource [req-4c5ab717-b568-4d11-a17d-37a645254ae3 req-2277f519-ee69-4e90-95a8-55228f1a4aaf 4ca8b8aa68324d16bd8cc4bd6857ea55 a988cc21c00743b0b014830c94537efe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 112/253] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:50 2026] GET /v2.0/security-groups/73fc2b66-6388-451f-8e1f-b3e3fb81e72b => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/254] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:50 2026] GET /v2.0/security-groups/37860dcd-dfbc-46fc-b495-350fe79a224e => generated 1682 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/255] 10.0.0.174 () {36 vars in 1012 bytes} [Wed May 13 01:21:50 2026] DELETE /v2.0/security-groups/37860dcd-dfbc-46fc-b495-350fe79a224e => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:21:51.039 8 INFO neutron.api.v2.resource [req-31584cae-f4e3-4346-880e-9a8985361826 req-0307af3e-bd90-4d03-a4d5-ed629cac9235 4ca8b8aa68324d16bd8cc4bd6857ea55 a988cc21c00743b0b014830c94537efe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 143/256] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:51 2026] GET /v2.0/security-groups/37860dcd-dfbc-46fc-b495-350fe79a224e => 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: 114/257] 10.0.0.174 () {34 vars in 1001 bytes} [Wed May 13 01:21:51 2026] GET /v2.0/security-groups?tenant_id=a988cc21c00743b0b014830c94537efe => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/258] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:51 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => 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: 144/259] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:51 2026] GET /v2.0/security-groups/f6c2ebde-c005-4a40-b90e-04d1393650e0 => generated 2922 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/260] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:51 2026] GET /v2.0/security-groups/f6c2ebde-c005-4a40-b90e-04d1393650e0 => generated 2922 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:21:51.266 8 INFO neutron.api.v2.resource [req-25ff39b3-72d9-4cbc-93fe-8a5eb615e4fc req-4e101c57-90c0-4065-b566-a797df1065d8 4ca8b8aa68324d16bd8cc4bd6857ea55 a988cc21c00743b0b014830c94537efe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 145/261] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:51 2026] GET /v2.0/security-groups/37860dcd-dfbc-46fc-b495-350fe79a224e => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:21:51.303 7 INFO neutron.api.v2.resource [req-4feabfbd-a71b-41b3-9323-54c260a4524c req-2605052e-538b-4a7c-b7bc-6f52aa735bab 4ca8b8aa68324d16bd8cc4bd6857ea55 a988cc21c00743b0b014830c94537efe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 117/262] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:51 2026] GET /v2.0/security-groups/73fc2b66-6388-451f-8e1f-b3e3fb81e72b => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:21:51.339 8 INFO neutron.api.v2.resource [req-e1bea2a0-00eb-4b64-b363-17da7a51e962 req-2bb4aa7c-7e23-45da-a591-562cd5e8b12a 4ca8b8aa68324d16bd8cc4bd6857ea55 a988cc21c00743b0b014830c94537efe - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 146/263] 10.0.0.174 () {34 vars in 990 bytes} [Wed May 13 01:21:51 2026] GET /v2.0/security-groups/f09adf4b-6757-4e4a-b396-98d5fbd3bd58 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/264] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:51 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:21:51.766 7 INFO neutron_taas.services.taas.taas_plugin [None req-19f6a724-7672-41ee-a684-59135044ac17 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: a82c744b-9489-41bb-af69-c8c1913d1682 2026-05-13 01:21:51.772 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19f6a724-7672-41ee-a684-59135044ac17 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: a82c744b-9489-41bb-af69-c8c1913d1682 2026-05-13 01:21:52.157 8 INFO neutron.services.segments.plugin [-] Segment c524f4e4-0947-4664-ac51-e52b970ceee6 resource provider aggregate not found 2026-05-13 01:21:52.161 8 INFO neutron.services.segments.plugin [-] Segment c524f4e4-0947-4664-ac51-e52b970ceee6 resource provider aggregate not found 2026-05-13 01:21:52.173 8 INFO neutron.services.segments.plugin [-] Segment c524f4e4-0947-4664-ac51-e52b970ceee6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c524f4e4-0947-4664-ac51-e52b970ceee6 found for delete ", "request_id": "req-620d0d45-9d3b-4531-a79f-d70b9dc9cb5c"}]} 2026-05-13 01:21:52.182 8 INFO neutron.services.segments.plugin [-] Segment c524f4e4-0947-4664-ac51-e52b970ceee6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c524f4e4-0947-4664-ac51-e52b970ceee6 found for delete ", "request_id": "req-df0a05da-2abe-4ef8-aac2-c8bdd0a8b92f"}]} [pid: 7|app: 0|req: 118/265] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:21:51 2026] PUT /v2.0/routers/7e715eaa-2a0f-4851-bf7a-38be01d19dbc/remove_router_interface => generated 309 bytes in 927 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 148/266] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:52 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:21:52.523 7 INFO neutron_taas.services.taas.taas_plugin [None req-98f502ad-d9a2-4138-935a-0711a8adf3ad 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 52810d2a-25b5-4625-8d93-511b86a68f9e 2026-05-13 01:21:52.526 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98f502ad-d9a2-4138-935a-0711a8adf3ad 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 52810d2a-25b5-4625-8d93-511b86a68f9e 2026-05-13 01:21:52.661 8 INFO neutron.db.segments_db [None req-c9c80bdc-fad0-450d-92ce-0cf80ef49f35 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment 917378cc-a0c1-4961-9734-bfcd4c0140bb of type vxlan for network fce969ec-a285-4f31-89fc-47311a8138f5 [pid: 8|app: 0|req: 149/267] 10.0.0.225 () {34 vars in 670 bytes} [Wed May 13 01:21:52 2026] POST /v2.0/networks => generated 727 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/270] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:52 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:21:52.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-98f502ad-d9a2-4138-935a-0711a8adf3ad 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 117519f7-cfc6-4dc6-8255-2912bfae2e90 2026-05-13 01:21:52.776 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98f502ad-d9a2-4138-935a-0711a8adf3ad 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 117519f7-cfc6-4dc6-8255-2912bfae2e90 2026-05-13 01:21:52.856 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-98f502ad-d9a2-4138-935a-0711a8adf3ad 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 153/271] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:21:52 2026] POST /v2.0/subnets => generated 693 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/272] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:21:52 2026] GET /v2.0/networks?id=2d0ce6e9-239d-4831-91b4-3d04694276ea => generated 684 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:21:53.112 8 INFO neutron.db.segments_db [None req-ad53598f-f3c1-45a9-b220-ccd4e965031c 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment 0a4b8f39-5aec-428b-814a-e52f3f82dd75 of type vxlan for network fadaf700-f674-483c-a776-dca5eece9a8a 2026-05-13 01:21:53.300 7 INFO neutron.db.l3_hamode_db [None req-98f502ad-d9a2-4138-935a-0711a8adf3ad 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] HA network b5c6e988-f44b-48ac-b5e1-0166e9228fb3 was deleted as no HA routers are present in tenant a988cc21c00743b0b014830c94537efe. [pid: 7|app: 0|req: 119/273] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:21:52 2026] DELETE /v2.0/routers/7e715eaa-2a0f-4851-bf7a-38be01d19dbc => generated 0 bytes in 1020 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/274] 199.204.45.35 () {34 vars in 909 bytes} [Wed May 13 01:21:53 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) 2026-05-13 01:21:53.430 8 INFO neutron.db.l3_hamode_db [None req-ad53598f-f3c1-45a9-b220-ccd4e965031c 4074f5bfeef0437a9e155c5f5b25de28 5ab4ee31beec4810a97e99230b6d750a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 121/275] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:21:53 2026] DELETE /v2.0/subnets/075a5798-5af3-451f-9c6d-82e170fc7860 => 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: 122/276] 199.204.45.35 () {34 vars in 1048 bytes} [Wed May 13 01:21:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1a56714807014082acf055ac5f6e2afd => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/277] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:53 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:21:53.658 7 INFO neutron_taas.services.taas.taas_plugin [None req-ded03456-8741-4b1c-b096-6600a7bd5075 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 040893d9-e28b-4373-ad1a-b1ccc7032a51 2026-05-13 01:21:53.661 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ded03456-8741-4b1c-b096-6600a7bd5075 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 040893d9-e28b-4373-ad1a-b1ccc7032a51 2026-05-13 01:21:53.793 7 INFO neutron.services.segments.plugin [-] Segment e5f504c2-0e6d-4b0b-9beb-f883de9b0aab resource provider aggregate not found 2026-05-13 01:21:53.819 7 INFO neutron.services.segments.plugin [-] Segment e5f504c2-0e6d-4b0b-9beb-f883de9b0aab resource provider aggregate not found 2026-05-13 01:21:53.833 7 INFO neutron.services.segments.plugin [-] Segment e5f504c2-0e6d-4b0b-9beb-f883de9b0aab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5f504c2-0e6d-4b0b-9beb-f883de9b0aab found for delete ", "request_id": "req-2e84c755-4145-480d-bc19-5584caa981df"}]} 2026-05-13 01:21:53.849 7 INFO neutron.services.segments.plugin [-] Segment e5f504c2-0e6d-4b0b-9beb-f883de9b0aab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5f504c2-0e6d-4b0b-9beb-f883de9b0aab found for delete ", "request_id": "req-61425b35-ff52-403d-88ae-286052079e7f"}]} [pid: 7|app: 0|req: 124/278] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:21:53 2026] DELETE /v2.0/networks/22c3e1f5-f82e-436a-b663-c304748315c2 => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/279] 199.204.45.35 () {38 vars in 953 bytes} [Wed May 13 01:21:53 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) 2026-05-13 01:21:54.272 8 INFO neutron.db.l3_hamode_db [None req-ad53598f-f3c1-45a9-b220-ccd4e965031c 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 126/280] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:54 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/281] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:21:54 2026] GET /v2.0/security-groups?tenant_id=a988cc21c00743b0b014830c94537efe&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/282] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:21:54 2026] DELETE /v2.0/security-groups/f6c2ebde-c005-4a40-b90e-04d1393650e0 => 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: 129/283] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:21:54 2026] GET /v2.0/networks?id=9ba779cf-1398-4408-8626-ec624751c2cf => generated 676 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/284] 199.204.45.35 () {34 vars in 1048 bytes} [Wed May 13 01:21:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8979286aafe8458a87251d694a1256e1 => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/285] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:54 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 957 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/286] 199.204.45.35 () {38 vars in 953 bytes} [Wed May 13 01:21:54 2026] POST /v2.0/ports => generated 958 bytes in 467 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: 133/287] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:21:55 2026] GET /v2.0/security-groups?id=222bb8cf-d41b-435b-ac40-e766cc3b5548&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: 155/288] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:21:53 2026] POST /v2.0/routers => generated 733 bytes in 2136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/289] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:21:55 2026] PUT /v2.0/ports/20b7177e-a6fa-4520-b9f2-adb156a0a6c0 => generated 1235 bytes in 455 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: 156/290] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:21:55 2026] PUT /v2.0/ports/f21f08f4-0c87-414a-8d34-1e5cac44ad3e => generated 1239 bytes in 536 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: 157/291] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:55 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:21:55.856 7 INFO neutron.services.segments.plugin [-] Segment bcf24625-a2db-44f5-bc26-945828af3160 resource provider aggregate not found [pid: 8|app: 0|req: 158/292] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:21:55 2026] GET /v2.0/security-groups?id=9e0a398c-0801-44e6-afa8-e41514ab2944&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:21:55.883 7 INFO neutron.services.segments.plugin [-] Segment bcf24625-a2db-44f5-bc26-945828af3160 resource provider aggregate not found 2026-05-13 01:21:55.888 7 INFO neutron.services.segments.plugin [-] Segment bcf24625-a2db-44f5-bc26-945828af3160 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcf24625-a2db-44f5-bc26-945828af3160 found for delete ", "request_id": "req-e7c766b0-f7f7-4fe4-9d12-ed349188bc47"}]} 2026-05-13 01:21:55.909 7 INFO neutron.services.segments.plugin [-] Segment bcf24625-a2db-44f5-bc26-945828af3160 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcf24625-a2db-44f5-bc26-945828af3160 found for delete ", "request_id": "req-3d8f110a-61a1-4bb5-a3da-2e0077505116"}]} 2026-05-13 01:21:56.183 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-416ba982-8ef8-4db5-8adb-d4268ee619b9'] response: {'name': 'network-changed', 'server_uuid': '662cd64f-b13f-4084-bd05-84c9e6c5ddab', 'tag': '20b7177e-a6fa-4520-b9f2-adb156a0a6c0', 'status': 'completed', 'code': 200} 2026-05-13 01:21:56.194 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b4d32aa-4f98-4833-9924-5e8e0b7a5ef8'] response: {'name': 'network-changed', 'server_uuid': '26eeaf87-92be-4827-ba6a-a98ce46cbbb7', 'tag': 'f21f08f4-0c87-414a-8d34-1e5cac44ad3e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 159/293] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:56 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/294] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:21:56 2026] GET /v2.0/security-groups?id=222bb8cf-d41b-435b-ac40-e766cc3b5548&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/295] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:21:55 2026] PUT /v2.0/routers/15721d28-c15c-4b2d-b883-e6747a756d50/add_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/296] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:21:56 2026] GET /v2.0/ports?tenant_id=1a56714807014082acf055ac5f6e2afd&device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 1238 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/297] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:21:56 2026] GET /v2.0/ports?tenant_id=8979286aafe8458a87251d694a1256e1&device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => 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: 162/298] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:21:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=20b7177e-a6fa-4520-b9f2-adb156a0a6c0 => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/299] 199.204.45.35 () {34 vars in 1016 bytes} [Wed May 13 01:21:56 2026] GET /v2.0/networks?tenant_id=8979286aafe8458a87251d694a1256e1&shared=False => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/300] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:21:56 2026] GET /v2.0/subnets?id=c88ebb3a-a55d-4f6b-bc50-8c2174751e20 => generated 702 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/301] 199.204.45.35 () {34 vars in 928 bytes} [Wed May 13 01:21:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 164/302] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:21:56 2026] GET /v2.0/ports?network_id=2d0ce6e9-239d-4831-91b4-3d04694276ea&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/303] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:21:56 2026] GET /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea?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: 140/304] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:56 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 165/305] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:21:56 2026] GET /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/306] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:21:56 2026] GET /v2.0/security-groups?id=9e0a398c-0801-44e6-afa8-e41514ab2944&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 166/307] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:57 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 142/308] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:21:57 2026] GET /v2.0/security-groups?id=222bb8cf-d41b-435b-ac40-e766cc3b5548&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/309] 10.0.0.174 () {34 vars in 981 bytes} [Wed May 13 01:21:57 2026] GET /v2.0/networks?id=fce969ec-a285-4f31-89fc-47311a8138f5 => generated 678 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 143/310] 10.0.0.174 () {34 vars in 964 bytes} [Wed May 13 01:21:57 2026] GET /v2.0/quotas/5ab4ee31beec4810a97e99230b6d750a => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 168/311] 10.0.0.174 () {34 vars in 1001 bytes} [Wed May 13 01:21:57 2026] GET /v2.0/ports?tenant_id=5ab4ee31beec4810a97e99230b6d750a&fields=id => generated 57 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 144/312] 10.0.0.174 () {34 vars in 1007 bytes} [Wed May 13 01:21:57 2026] GET /v2.0/networks/fce969ec-a285-4f31-89fc-47311a8138f5?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: 169/313] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:21:57 2026] GET /v2.0/ports?tenant_id=8979286aafe8458a87251d694a1256e1&device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 1242 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 170/314] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:21:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f21f08f4-0c87-414a-8d34-1e5cac44ad3e => 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: 145/315] 10.0.0.174 () {34 vars in 1107 bytes} [Wed May 13 01:21:57 2026] GET /v2.0/networks/fce969ec-a285-4f31-89fc-47311a8138f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/316] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:21:57 2026] GET /v2.0/subnets?id=cc890687-86f2-4490-b3f7-f0eb16a5bba1 => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/317] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:21:57 2026] GET /v2.0/ports?network_id=9ba779cf-1398-4408-8626-ec624751c2cf&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/318] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:21:57 2026] GET /v2.0/ports?tenant_id=1a56714807014082acf055ac5f6e2afd&device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/319] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:21:58 2026] GET /v2.0/networks/9ba779cf-1398-4408-8626-ec624751c2cf?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/320] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:21:58 2026] GET /v2.0/networks/9ba779cf-1398-4408-8626-ec624751c2cf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/321] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:21:58 2026] GET /v2.0/networks?id=2d0ce6e9-239d-4831-91b4-3d04694276ea => generated 780 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/322] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:58 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => 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: 174/323] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:58 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/324] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:21:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=20b7177e-a6fa-4520-b9f2-adb156a0a6c0 => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/325] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:21:58 2026] GET /v2.0/security-groups?id=9e0a398c-0801-44e6-afa8-e41514ab2944&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: 151/326] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:21:58 2026] GET /v2.0/subnets?id=c88ebb3a-a55d-4f6b-bc50-8c2174751e20 => generated 702 bytes in 323 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/327] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:21:58 2026] GET /v2.0/ports?network_id=2d0ce6e9-239d-4831-91b4-3d04694276ea&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: 152/328] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:21:58 2026] GET /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/329] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:21:58 2026] GET /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea?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: 178/330] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:58 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => 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: 179/331] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:21:58 2026] GET /v2.0/security-groups?id=222bb8cf-d41b-435b-ac40-e766cc3b5548&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: 7|app: 0|req: 153/332] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:21:58 2026] GET /v2.0/security-groups?tenant_id=e551dc3d75224d059c3a0e8e201eef85&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/333] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:21:59 2026] DELETE /v2.0/security-groups/5048ccef-9fbf-4786-aa8d-08446610adfa => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 154/334] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:59 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => 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: 181/335] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:59 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/336] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:21:59 2026] GET /v2.0/security-groups?id=9e0a398c-0801-44e6-afa8-e41514ab2944&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: 155/337] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:21:59 2026] GET /v2.0/security-groups?tenant_id=db64319420c1495187f376c9c9279d2b&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/338] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:21:59 2026] DELETE /v2.0/security-groups/c90d081b-fb10-49f8-831e-2ff1aee3a700 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/339] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:21:59 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/340] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:21:59 2026] GET /v2.0/security-groups?id=222bb8cf-d41b-435b-ac40-e766cc3b5548&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: 157/341] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:00 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/342] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:00 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/343] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:00 2026] GET /v2.0/security-groups?id=9e0a398c-0801-44e6-afa8-e41514ab2944&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: 186/344] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:01 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => 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: 159/345] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:01 2026] GET /v2.0/security-groups?id=222bb8cf-d41b-435b-ac40-e766cc3b5548&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: 187/346] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:01 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => 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: 160/347] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:01 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/348] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:01 2026] GET /v2.0/security-groups?id=9e0a398c-0801-44e6-afa8-e41514ab2944&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 161/349] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:01 2026] GET /v2.0/security-groups?tenant_id=71b25d4358634a7684a8c9909b2ec94d&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/350] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:02 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => 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: 190/351] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:02 2026] GET /v2.0/security-groups?id=222bb8cf-d41b-435b-ac40-e766cc3b5548&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: 162/352] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:02 2026] DELETE /v2.0/security-groups/535f703a-81c5-4704-9da7-3338200b6505 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/353] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:22:02 2026] GET /v2.0/networks?id=fce969ec-a285-4f31-89fc-47311a8138f5 => generated 678 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/354] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:02 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/355] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:02 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 163/356] 199.204.45.35 () {38 vars in 953 bytes} [Wed May 13 01:22:02 2026] POST /v2.0/ports => generated 958 bytes in 387 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: 164/357] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:02 2026] GET /v2.0/security-groups?id=9e0a398c-0801-44e6-afa8-e41514ab2944&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: 194/358] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:22:02 2026] PUT /v2.0/ports/ff24f185-606e-4327-99e3-b05a5c3d322c => generated 1239 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/359] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:03 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:03.411 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-60866204-fbbd-403e-b553-3c0c634ca639'] response: {'name': 'network-changed', 'server_uuid': '2b4c39ee-6f6b-4668-8da6-fb0e285f6f22', 'tag': 'ff24f185-606e-4327-99e3-b05a5c3d322c', '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: 195/360] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:03 2026] GET /v2.0/security-groups?id=222bb8cf-d41b-435b-ac40-e766cc3b5548&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: 166/361] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:03 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/362] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:03 2026] GET /v2.0/security-groups?id=fc488f4c-f060-48a7-9d70-83b3f53d8b9d&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: 167/363] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:22:03 2026] GET /v2.0/ports?tenant_id=5ab4ee31beec4810a97e99230b6d750a&device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => generated 1242 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/364] 199.204.45.35 () {34 vars in 1016 bytes} [Wed May 13 01:22:04 2026] GET /v2.0/networks?tenant_id=5ab4ee31beec4810a97e99230b6d750a&shared=False => generated 774 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/365] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:04 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/366] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:04 2026] GET /v2.0/security-groups?id=9e0a398c-0801-44e6-afa8-e41514ab2944&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: 169/367] 199.204.45.35 () {34 vars in 928 bytes} [Wed May 13 01:22:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/368] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:04 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => 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: 170/369] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:04 2026] GET /v2.0/security-groups?id=222bb8cf-d41b-435b-ac40-e766cc3b5548&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: 171/370] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:04 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/371] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:04 2026] GET /v2.0/security-groups?id=fc488f4c-f060-48a7-9d70-83b3f53d8b9d&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/372] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:04 2026] GET /v2.0/security-groups?tenant_id=6bcd6d51dd764b72a85a002abb30cc28&name=default => generated 2925 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/373] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:05 2026] DELETE /v2.0/security-groups/dd225fdb-9941-4794-a3ae-e941fc4e1640 => 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: 201/374] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:22:05 2026] GET /v2.0/ports?tenant_id=5ab4ee31beec4810a97e99230b6d750a&device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/375] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:22:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=ff24f185-606e-4327-99e3-b05a5c3d322c => 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: 175/376] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:22:05 2026] GET /v2.0/subnets?id=202505dc-0c89-4995-9108-1e80bf743fed => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/377] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:05 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => 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: 176/378] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:22:05 2026] GET /v2.0/ports?network_id=fce969ec-a285-4f31-89fc-47311a8138f5&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/379] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:05 2026] GET /v2.0/security-groups?id=9e0a398c-0801-44e6-afa8-e41514ab2944&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: 7|app: 0|req: 177/380] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:22:05 2026] GET /v2.0/networks/fce969ec-a285-4f31-89fc-47311a8138f5?fields=segments => generated 14 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/381] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:05 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => 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: 204/382] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:22:05 2026] GET /v2.0/networks/fce969ec-a285-4f31-89fc-47311a8138f5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/383] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:05 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => 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: 206/384] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:05 2026] GET /v2.0/security-groups?id=222bb8cf-d41b-435b-ac40-e766cc3b5548&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:05.995 7 INFO neutron.db.l3_db [None req-6dc6b249-829d-4bd0-9bbd-da4fa6653a82 af0ea4c004cd4b43937420eb6e0fd858 8979286aafe8458a87251d694a1256e1 - - default default] Floating IP 27e198f1-a96b-4d13-868a-a8bc876962ee associated. External IP: 10.96.250.220, port: f21f08f4-0c87-414a-8d34-1e5cac44ad3e. [pid: 8|app: 0|req: 207/385] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:05 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/386] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:06 2026] GET /v2.0/security-groups?id=fc488f4c-f060-48a7-9d70-83b3f53d8b9d&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/387] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:22:05 2026] PUT /v2.0/floatingips/27e198f1-a96b-4d13-868a-a8bc876962ee => generated 856 bytes in 778 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:06.329 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-563542d5-7d88-44fc-8226-77ea44b0fc67'] response: {'name': 'network-changed', 'server_uuid': '26eeaf87-92be-4827-ba6a-a98ce46cbbb7', 'tag': 'f21f08f4-0c87-414a-8d34-1e5cac44ad3e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 209/388] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:06 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/389] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:06 2026] GET /v2.0/security-groups?id=9e0a398c-0801-44e6-afa8-e41514ab2944&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: 210/390] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:06 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/391] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:06 2026] GET /v2.0/security-groups?id=9e0a398c-0801-44e6-afa8-e41514ab2944&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/392] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:22:06 2026] GET /v2.0/ports?tenant_id=8979286aafe8458a87251d694a1256e1&device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/393] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:22:06 2026] GET /v2.0/networks?id=9ba779cf-1398-4408-8626-ec624751c2cf => generated 772 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/394] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:06 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => 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: 213/395] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:22:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=f21f08f4-0c87-414a-8d34-1e5cac44ad3e => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/396] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:06 2026] GET /v2.0/security-groups?id=222bb8cf-d41b-435b-ac40-e766cc3b5548&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: 214/397] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:22:06 2026] GET /v2.0/subnets?id=cc890687-86f2-4490-b3f7-f0eb16a5bba1 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/398] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:22:07 2026] GET /v2.0/ports?network_id=9ba779cf-1398-4408-8626-ec624751c2cf&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/399] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:07 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => 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: 185/400] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:22:07 2026] GET /v2.0/networks/9ba779cf-1398-4408-8626-ec624751c2cf?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/401] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:22:07 2026] GET /v2.0/networks/9ba779cf-1398-4408-8626-ec624751c2cf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:22:07.486 7 INFO neutron.db.segments_db [None req-977c769e-c331-4bd6-a6b3-f9f4706ad054 e4257667b0824660ab84aa39718155ff 2410c65c2b704fdc90268b29598fdc73 - - default default] Added segment 0a86a466-c422-4183-afa8-20f4035ed1fb of type vxlan for network ecf86817-968e-46fa-b348-d86c464f46e5 [pid: 7|app: 0|req: 187/402] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:22:07 2026] POST /v2.0/networks => generated 629 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/403] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:07 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/406] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:07 2026] GET /v2.0/security-groups?id=fc488f4c-f060-48a7-9d70-83b3f53d8b9d&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: 192/407] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:07 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:08.049 8 INFO neutron.db.l3_db [None req-98c77387-8a1c-4ab4-a06f-246c6686da1d e738a1d110a54676af09466ab9dc3ed5 1a56714807014082acf055ac5f6e2afd - - default default] Floating IP 4be47877-5ed8-411e-b7c6-336fca74ce2d associated. External IP: 10.96.250.206, port: 20b7177e-a6fa-4520-b9f2-adb156a0a6c0. [pid: 7|app: 0|req: 193/408] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:08 2026] GET /v2.0/security-groups?id=9e0a398c-0801-44e6-afa8-e41514ab2944&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: 194/409] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:22:08 2026] POST /v2.0/subnets => generated 673 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/410] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:22:07 2026] PUT /v2.0/floatingips/4be47877-5ed8-411e-b7c6-336fca74ce2d => generated 855 bytes in 1259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:08.405 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9b4cdbc-b777-44fa-a167-e99194945cf1'] response: {'name': 'network-changed', 'server_uuid': '662cd64f-b13f-4084-bd05-84c9e6c5ddab', 'tag': '20b7177e-a6fa-4520-b9f2-adb156a0a6c0', 'status': 'completed', 'code': 200} 2026-05-13 01:22:08.410 7 INFO neutron.db.segments_db [None req-408f4e73-9ea7-40e9-b1f6-d20dcf95dc43 e4257667b0824660ab84aa39718155ff 2410c65c2b704fdc90268b29598fdc73 - - default default] Added segment 237ed018-230c-45da-8a4d-1226dd956db1 of type vxlan for network 51dbe1ed-d928-407b-aa85-96fa45787db4 [pid: 7|app: 0|req: 195/411] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:22:08 2026] POST /v2.0/networks => generated 628 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/412] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:08 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => 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: 218/413] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:08 2026] GET /v2.0/security-groups?id=222bb8cf-d41b-435b-ac40-e766cc3b5548&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: 196/414] 10.0.0.225 () {34 vars in 742 bytes} [Wed May 13 01:22:08 2026] PUT /v2.0/networks/51dbe1ed-d928-407b-aa85-96fa45787db4 => generated 592 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/415] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:08 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/416] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:22:08 2026] POST /v2.0/subnets => generated 646 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/417] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:08 2026] GET /v2.0/security-groups?id=fc488f4c-f060-48a7-9d70-83b3f53d8b9d&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/418] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:22:08 2026] GET /v2.0/ports?tenant_id=1a56714807014082acf055ac5f6e2afd&device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/419] 10.0.0.225 () {34 vars in 740 bytes} [Wed May 13 01:22:08 2026] PUT /v2.0/subnets/e67ee43a-d1bf-468c-971c-6e5225636c4e => generated 656 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/420] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:22:08 2026] GET /v2.0/networks?id=2d0ce6e9-239d-4831-91b4-3d04694276ea => generated 780 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/421] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:22:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=20b7177e-a6fa-4520-b9f2-adb156a0a6c0 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/422] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:22:09 2026] GET /v2.0/subnets?id=c88ebb3a-a55d-4f6b-bc50-8c2174751e20 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/423] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:22:09 2026] GET /v2.0/ports?network_id=2d0ce6e9-239d-4831-91b4-3d04694276ea&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: 204/424] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:09 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:09.222 8 INFO neutron.services.segments.plugin [-] Segment 237ed018-230c-45da-8a4d-1226dd956db1 resource provider aggregate not found 2026-05-13 01:22:09.226 8 INFO neutron.services.segments.plugin [-] Segment 237ed018-230c-45da-8a4d-1226dd956db1 resource provider aggregate not found 2026-05-13 01:22:09.240 8 INFO neutron.services.segments.plugin [-] Segment 237ed018-230c-45da-8a4d-1226dd956db1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 237ed018-230c-45da-8a4d-1226dd956db1 found for delete ", "request_id": "req-cf36bb49-17e1-44cc-bdce-3ed8a717ca88"}]} [pid: 7|app: 0|req: 205/425] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:22:09 2026] GET /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:22:09.249 8 INFO neutron.services.segments.plugin [-] Segment 237ed018-230c-45da-8a4d-1226dd956db1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 237ed018-230c-45da-8a4d-1226dd956db1 found for delete ", "request_id": "req-3ff911f0-c87b-4e8f-b83f-6abdcf4c4f20"}]} [pid: 8|app: 0|req: 221/426] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:22:09 2026] DELETE /v2.0/networks/51dbe1ed-d928-407b-aa85-96fa45787db4 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/427] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:09 2026] GET /v2.0/security-groups?id=9e0a398c-0801-44e6-afa8-e41514ab2944&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: 207/428] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:22:09 2026] GET /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea?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-05-13 01:22:09.322 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0fe1773d-2548-4c55-8e90-78f3e3207774 e4257667b0824660ab84aa39718155ff 2410c65c2b704fdc90268b29598fdc73 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 208/429] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:22:09 2026] DELETE /v2.0/networks/51dbe1ed-d928-407b-aa85-96fa45787db4 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/430] 199.204.45.35 () {34 vars in 992 bytes} [Wed May 13 01:22:09 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/431] 10.0.0.225 () {32 vars in 693 bytes} [Wed May 13 01:22:09 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/432] 10.0.0.225 () {32 vars in 741 bytes} [Wed May 13 01:22:09 2026] GET /v2.0/subnets?network_id=c0b1732d-6bf9-4f7b-8daf-40bbe86dd658 => generated 649 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:09.471 7 INFO neutron_taas.services.taas.taas_plugin [req-425f27d1-b5cd-4f6c-87d8-5e212c8946ad req-a7e2d06a-dd25-4c86-8270-7d7cd7a14d76 af0ea4c004cd4b43937420eb6e0fd858 8979286aafe8458a87251d694a1256e1 - - default default] TaaS: Handle Delete Port: f21f08f4-0c87-414a-8d34-1e5cac44ad3e 2026-05-13 01:22:09.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-425f27d1-b5cd-4f6c-87d8-5e212c8946ad req-a7e2d06a-dd25-4c86-8270-7d7cd7a14d76 af0ea4c004cd4b43937420eb6e0fd858 8979286aafe8458a87251d694a1256e1 - - default default] Tap Mirror: Handle Delete Port: f21f08f4-0c87-414a-8d34-1e5cac44ad3e [pid: 8|app: 0|req: 225/433] 10.0.0.225 () {32 vars in 652 bytes} [Wed May 13 01:22:09 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/434] 10.0.0.225 () {32 vars in 648 bytes} [Wed May 13 01:22:09 2026] GET /v2.0/networks => generated 1313 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/435] 10.0.0.225 () {32 vars in 646 bytes} [Wed May 13 01:22:09 2026] GET /v2.0/subnets => generated 1312 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/436] 10.0.0.225 () {32 vars in 722 bytes} [Wed May 13 01:22:09 2026] GET /v2.0/networks/ecf86817-968e-46fa-b348-d86c464f46e5 => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:09.657 7 INFO neutron.db.l3_db [req-425f27d1-b5cd-4f6c-87d8-5e212c8946ad req-a7e2d06a-dd25-4c86-8270-7d7cd7a14d76 af0ea4c004cd4b43937420eb6e0fd858 8979286aafe8458a87251d694a1256e1 - - default default] Floating IP 27e198f1-a96b-4d13-868a-a8bc876962ee disassociated. External IP: 10.96.250.220, port: f21f08f4-0c87-414a-8d34-1e5cac44ad3e. [pid: 8|app: 0|req: 229/437] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:22:09 2026] GET /v2.0/subnets/8448eb4f-b937-4e58-8045-c96215b33a14 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:09.711 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a0fb543-aa2b-4a75-bf35-05a638c20cd0 e4257667b0824660ab84aa39718155ff 2410c65c2b704fdc90268b29598fdc73 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 230/438] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:22:09 2026] DELETE /v2.0/subnets/e67ee43a-d1bf-468c-971c-6e5225636c4e => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:22:09.728 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f995e306-f0d6-4cbe-a567-2f8cf98613f4 e4257667b0824660ab84aa39718155ff 2410c65c2b704fdc90268b29598fdc73 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 231/439] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:22:09 2026] DELETE /v2.0/networks/51dbe1ed-d928-407b-aa85-96fa45787db4 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/440] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:22:09 2026] DELETE /v2.0/subnets/8448eb4f-b937-4e58-8045-c96215b33a14 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/441] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:22:09 2026] DELETE /v2.0/networks/ecf86817-968e-46fa-b348-d86c464f46e5 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/442] 199.204.45.35 () {36 vars in 995 bytes} [Wed May 13 01:22:09 2026] DELETE /v2.0/ports/f21f08f4-0c87-414a-8d34-1e5cac44ad3e => generated 0 bytes in 750 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/443] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:10 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:10.113 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-056ce462-49e2-4b56-82c3-27a1c378070e'] response: {'server_uuid': '26eeaf87-92be-4827-ba6a-a98ce46cbbb7', 'name': 'network-vif-deleted', 'tag': 'f21f08f4-0c87-414a-8d34-1e5cac44ad3e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 210/444] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:10 2026] GET /v2.0/security-groups?id=fc488f4c-f060-48a7-9d70-83b3f53d8b9d&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: 235/445] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:10 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/446] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:10 2026] GET /v2.0/security-groups?tenant_id=2410c65c2b704fdc90268b29598fdc73&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/447] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:10 2026] DELETE /v2.0/security-groups/0135db42-e213-4b2f-8d03-b1cf008ef631 => 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: 212/448] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:11 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:11.262 8 INFO neutron.services.segments.plugin [-] Segment 0a86a466-c422-4183-afa8-20f4035ed1fb resource provider aggregate not found 2026-05-13 01:22:11.270 8 INFO neutron.services.segments.plugin [-] Segment 0a86a466-c422-4183-afa8-20f4035ed1fb resource provider aggregate not found 2026-05-13 01:22:11.282 8 INFO neutron.services.segments.plugin [-] Segment 0a86a466-c422-4183-afa8-20f4035ed1fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a86a466-c422-4183-afa8-20f4035ed1fb found for delete ", "request_id": "req-88d6d306-24d3-4093-8055-b24598148641"}]} 2026-05-13 01:22:11.290 8 INFO neutron.services.segments.plugin [-] Segment 0a86a466-c422-4183-afa8-20f4035ed1fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a86a466-c422-4183-afa8-20f4035ed1fb found for delete ", "request_id": "req-0d051c1b-7705-42e2-8646-bd8eaece4d77"}]} [pid: 8|app: 0|req: 237/449] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:11 2026] GET /v2.0/security-groups?id=fc488f4c-f060-48a7-9d70-83b3f53d8b9d&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/450] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:11 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => 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: 238/451] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:11 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => 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: 214/452] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:11 2026] GET /v2.0/security-groups?id=fc488f4c-f060-48a7-9d70-83b3f53d8b9d&fields=id&fields=name => generated 88 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/453] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:12 2026] GET /v2.0/ports?device_id=26eeaf87-92be-4827-ba6a-a98ce46cbbb7 => 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: 240/454] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:12 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/455] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:12 2026] GET /v2.0/security-groups?id=fc488f4c-f060-48a7-9d70-83b3f53d8b9d&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:22:12.927 7 INFO neutron.db.segments_db [None req-6824c25e-0bae-4167-b273-57c274966639 2397a842a261445b88be2cc4850f7172 8d32b106a7354b6492e4fbefecf058f6 - - default default] Added segment cd876843-2982-460d-bc4b-2b1a1cf0a047 of type vxlan for network 4d7f809e-e0d4-4b48-beb8-d94bbbab64ee [pid: 7|app: 0|req: 215/456] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:22:12 2026] POST /v2.0/networks => generated 624 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/457] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:22:13 2026] POST /v2.0/subnets => generated 641 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:22:13.327 7 INFO neutron.db.segments_db [None req-5055e6a4-9cf8-478f-bd34-706c4ec843a7 2397a842a261445b88be2cc4850f7172 8d32b106a7354b6492e4fbefecf058f6 - - default default] Added segment a849be3c-009e-4f0c-b21f-128cfef5deb0 of type vxlan for network 85b3be65-cdf7-4e95-872a-72c6a659b5ea [pid: 7|app: 0|req: 216/458] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:22:13 2026] POST /v2.0/networks => generated 625 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/459] 10.0.0.225 () {34 vars in 742 bytes} [Wed May 13 01:22:13 2026] PUT /v2.0/networks/85b3be65-cdf7-4e95-872a-72c6a659b5ea => generated 592 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/460] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:13 2026] DELETE /v2.0/security-groups/9e0a398c-0801-44e6-afa8-e41514ab2944 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:22:13.768 8 INFO neutron.api.v2.resource [None req-f5c8fc19-7de3-48d6-80f4-d022ef5d671c af0ea4c004cd4b43937420eb6e0fd858 8979286aafe8458a87251d694a1256e1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 245/461] 10.0.0.225 () {32 vars in 736 bytes} [Wed May 13 01:22:13 2026] GET /v2.0/security-groups/9e0a398c-0801-44e6-afa8-e41514ab2944 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/462] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:22:13 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:22:13.853 8 INFO neutron_taas.services.taas.taas_plugin [None req-01f4599f-42fe-4d28-8841-b51bb83eb7e5 af0ea4c004cd4b43937420eb6e0fd858 8979286aafe8458a87251d694a1256e1 - - default default] TaaS: Handle Delete Port: f49cca12-03fd-409f-a7f1-822abae8b0ba 2026-05-13 01:22:13.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01f4599f-42fe-4d28-8841-b51bb83eb7e5 af0ea4c004cd4b43937420eb6e0fd858 8979286aafe8458a87251d694a1256e1 - - default default] Tap Mirror: Handle Delete Port: f49cca12-03fd-409f-a7f1-822abae8b0ba [pid: 7|app: 0|req: 218/463] 10.0.0.225 () {34 vars in 740 bytes} [Wed May 13 01:22:13 2026] PUT /v2.0/subnets/c1f96eef-4304-4762-ac8b-3a91dce5a160 => generated 636 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/464] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:22:13 2026] DELETE /v2.0/floatingips/27e198f1-a96b-4d13-868a-a8bc876962ee => generated 0 bytes in 198 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/465] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:13 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => generated 975 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:14.077 7 INFO neutron.services.segments.plugin [-] Segment a849be3c-009e-4f0c-b21f-128cfef5deb0 resource provider aggregate not found 2026-05-13 01:22:14.082 7 INFO neutron.services.segments.plugin [-] Segment a849be3c-009e-4f0c-b21f-128cfef5deb0 resource provider aggregate not found 2026-05-13 01:22:14.099 7 INFO neutron.services.segments.plugin [-] Segment a849be3c-009e-4f0c-b21f-128cfef5deb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a849be3c-009e-4f0c-b21f-128cfef5deb0 found for delete ", "request_id": "req-e98e7489-0041-4123-b2b8-91d6ea8aa3eb"}]} 2026-05-13 01:22:14.100 7 INFO neutron.services.segments.plugin [-] Segment a849be3c-009e-4f0c-b21f-128cfef5deb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a849be3c-009e-4f0c-b21f-128cfef5deb0 found for delete ", "request_id": "req-94b256fa-648a-4079-a149-77e78b18287e"}]} [pid: 7|app: 0|req: 219/466] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:22:13 2026] DELETE /v2.0/networks/85b3be65-cdf7-4e95-872a-72c6a659b5ea => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/467] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:14 2026] GET /v2.0/security-groups?id=fc488f4c-f060-48a7-9d70-83b3f53d8b9d&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: 221/468] 199.204.45.35 () {34 vars in 992 bytes} [Wed May 13 01:22:14 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:14.206 7 INFO neutron.pecan_wsgi.hooks.translation [None req-26ebf6f1-c9c6-45f8-9b60-75558957644b 2397a842a261445b88be2cc4850f7172 8d32b106a7354b6492e4fbefecf058f6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 222/469] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:22:14 2026] DELETE /v2.0/networks/85b3be65-cdf7-4e95-872a-72c6a659b5ea => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:22:14.322 8 INFO neutron_taas.services.taas.taas_plugin [None req-085af447-2da0-4bff-a3a5-85b2ab492ab8 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: b227008a-4e09-412d-ac87-293144a9b2eb 2026-05-13 01:22:14.327 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-085af447-2da0-4bff-a3a5-85b2ab492ab8 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: b227008a-4e09-412d-ac87-293144a9b2eb 2026-05-13 01:22:14.338 7 INFO neutron_taas.services.taas.taas_plugin [req-f9501c10-92dd-4381-a297-b75dc1fb44f1 req-eae86157-1a2b-4145-81dd-82d0d005ffc1 0723002a51354fe99d0243e6532d4f47 5ab4ee31beec4810a97e99230b6d750a - - default default] TaaS: Handle Delete Port: ff24f185-606e-4327-99e3-b05a5c3d322c 2026-05-13 01:22:14.341 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f9501c10-92dd-4381-a297-b75dc1fb44f1 req-eae86157-1a2b-4145-81dd-82d0d005ffc1 0723002a51354fe99d0243e6532d4f47 5ab4ee31beec4810a97e99230b6d750a - - default default] Tap Mirror: Handle Delete Port: ff24f185-606e-4327-99e3-b05a5c3d322c [pid: 7|app: 0|req: 223/470] 199.204.45.35 () {36 vars in 995 bytes} [Wed May 13 01:22:14 2026] DELETE /v2.0/ports/ff24f185-606e-4327-99e3-b05a5c3d322c => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:22:14.518 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2dfaff79-3059-4483-977d-d1075f5932f9'] response: {'server_uuid': '2b4c39ee-6f6b-4668-8da6-fb0e285f6f22', 'name': 'network-vif-deleted', 'tag': 'ff24f185-606e-4327-99e3-b05a5c3d322c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 224/471] 10.0.0.225 () {32 vars in 693 bytes} [Wed May 13 01:22:14 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/472] 10.0.0.225 () {32 vars in 741 bytes} [Wed May 13 01:22:14 2026] GET /v2.0/subnets?network_id=c0b1732d-6bf9-4f7b-8daf-40bbe86dd658 => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/473] 10.0.0.225 () {32 vars in 652 bytes} [Wed May 13 01:22:14 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/474] 10.0.0.225 () {32 vars in 648 bytes} [Wed May 13 01:22:14 2026] GET /v2.0/networks => generated 1308 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/475] 10.0.0.225 () {32 vars in 646 bytes} [Wed May 13 01:22:14 2026] GET /v2.0/subnets => generated 1280 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/476] 10.0.0.225 () {32 vars in 722 bytes} [Wed May 13 01:22:14 2026] GET /v2.0/networks/4d7f809e-e0d4-4b48-beb8-d94bbbab64ee => generated 668 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/477] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:22:14 2026] GET /v2.0/subnets/b10ac382-0f8f-4fa1-a926-aad14f4fb750 => generated 641 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:14.786 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2ebd181f-1af0-44c5-95fc-2ccebe83c673 2397a842a261445b88be2cc4850f7172 8d32b106a7354b6492e4fbefecf058f6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 231/478] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:22:14 2026] DELETE /v2.0/subnets/c1f96eef-4304-4762-ac8b-3a91dce5a160 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:22:14.801 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a5ba86a0-31a9-425b-8171-729ba3b02a3d 2397a842a261445b88be2cc4850f7172 8d32b106a7354b6492e4fbefecf058f6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 232/479] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:22:14 2026] DELETE /v2.0/networks/85b3be65-cdf7-4e95-872a-72c6a659b5ea => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/480] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:22:13 2026] PUT /v2.0/routers/7b762236-9027-4622-811d-96901a196eb2/remove_router_interface => generated 309 bytes in 807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/481] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:22:14 2026] DELETE /v2.0/subnets/b10ac382-0f8f-4fa1-a926-aad14f4fb750 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:22:14.977 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad3a22d6-5a05-4b2d-93fd-d463db757bb4 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: a1c0d979-bbd8-470b-a030-2d5bda02b231 2026-05-13 01:22:14.980 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad3a22d6-5a05-4b2d-93fd-d463db757bb4 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: a1c0d979-bbd8-470b-a030-2d5bda02b231 [pid: 7|app: 0|req: 234/482] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:22:14 2026] DELETE /v2.0/networks/4d7f809e-e0d4-4b48-beb8-d94bbbab64ee => 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: 235/483] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:15 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:22:15.248 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad3a22d6-5a05-4b2d-93fd-d463db757bb4 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: a030af56-c9a6-436f-a381-61c53cc216bc 2026-05-13 01:22:15.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad3a22d6-5a05-4b2d-93fd-d463db757bb4 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: a030af56-c9a6-436f-a381-61c53cc216bc 2026-05-13 01:22:15.575 8 INFO neutron.services.segments.plugin [-] Segment 4ef85270-8d9c-494b-aae1-e5446f7d6a69 resource provider aggregate not found 2026-05-13 01:22:15.580 8 INFO neutron.services.segments.plugin [-] Segment 4ef85270-8d9c-494b-aae1-e5446f7d6a69 resource provider aggregate not found 2026-05-13 01:22:15.597 8 INFO neutron.services.segments.plugin [-] Segment 4ef85270-8d9c-494b-aae1-e5446f7d6a69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ef85270-8d9c-494b-aae1-e5446f7d6a69 found for delete ", "request_id": "req-078acef4-de5f-4ea7-8727-b6feecec49a6"}]} 2026-05-13 01:22:15.602 8 INFO neutron.db.l3_hamode_db [None req-ad3a22d6-5a05-4b2d-93fd-d463db757bb4 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] HA network 624ca2e1-db0d-4590-ad3a-422b13d0be00 was deleted as no HA routers are present in tenant 8979286aafe8458a87251d694a1256e1. 2026-05-13 01:22:15.608 8 INFO neutron.services.segments.plugin [-] Segment 4ef85270-8d9c-494b-aae1-e5446f7d6a69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ef85270-8d9c-494b-aae1-e5446f7d6a69 found for delete ", "request_id": "req-faf0bd10-9eab-49bd-aebf-94881bad7124"}]} [pid: 8|app: 0|req: 249/484] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:22:14 2026] DELETE /v2.0/routers/7b762236-9027-4622-811d-96901a196eb2 => generated 0 bytes in 802 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/485] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:15 2026] GET /v2.0/security-groups?tenant_id=8d32b106a7354b6492e4fbefecf058f6&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/486] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:22:15 2026] DELETE /v2.0/subnets/cc890687-86f2-4490-b3f7-f0eb16a5bba1 => 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: 251/487] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:15 2026] DELETE /v2.0/security-groups/02a678e0-3ecb-4524-bd75-2cb1a52871e4 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:22:15.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f746ba9-57d7-4f5a-95f6-53594dc01ef4 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: ea07edee-93d5-4b5b-894a-95e83457046f 2026-05-13 01:22:15.863 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f746ba9-57d7-4f5a-95f6-53594dc01ef4 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: ea07edee-93d5-4b5b-894a-95e83457046f [pid: 7|app: 0|req: 237/488] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:22:15 2026] DELETE /v2.0/networks/9ba779cf-1398-4408-8626-ec624751c2cf => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:22:16.119 7 INFO neutron.services.segments.plugin [-] Segment cd876843-2982-460d-bc4b-2b1a1cf0a047 resource provider aggregate not found 2026-05-13 01:22:16.132 7 INFO neutron.services.segments.plugin [-] Segment cd876843-2982-460d-bc4b-2b1a1cf0a047 resource provider aggregate not found 2026-05-13 01:22:16.158 7 INFO neutron.services.segments.plugin [-] Segment cd876843-2982-460d-bc4b-2b1a1cf0a047 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd876843-2982-460d-bc4b-2b1a1cf0a047 found for delete ", "request_id": "req-5f776f2e-abd3-46ef-a0d4-80516f5e7560"}]} 2026-05-13 01:22:16.168 7 INFO neutron.services.segments.plugin [-] Segment cd876843-2982-460d-bc4b-2b1a1cf0a047 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd876843-2982-460d-bc4b-2b1a1cf0a047 found for delete ", "request_id": "req-3d2d603e-0cb9-4933-b780-307549f9d43a"}]} 2026-05-13 01:22:16.182 7 INFO neutron.services.segments.plugin [-] Segment df3d00ea-29e8-4fc4-b253-7e638fbfc327 resource provider aggregate not found 2026-05-13 01:22:16.197 7 INFO neutron.services.segments.plugin [-] Segment df3d00ea-29e8-4fc4-b253-7e638fbfc327 resource provider aggregate not found 2026-05-13 01:22:16.213 7 INFO neutron.services.segments.plugin [-] Segment df3d00ea-29e8-4fc4-b253-7e638fbfc327 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df3d00ea-29e8-4fc4-b253-7e638fbfc327 found for delete ", "request_id": "req-ad12315f-2a16-49f0-97c5-754b6f2f2370"}]} 2026-05-13 01:22:16.219 7 INFO neutron.services.segments.plugin [-] Segment df3d00ea-29e8-4fc4-b253-7e638fbfc327 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df3d00ea-29e8-4fc4-b253-7e638fbfc327 found for delete ", "request_id": "req-f0ae52f3-91d2-4674-a181-6674d32c595c"}]} [pid: 8|app: 0|req: 252/489] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:16 2026] GET /v2.0/security-groups?tenant_id=8979286aafe8458a87251d694a1256e1&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/490] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:16 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => 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: 253/491] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:16 2026] DELETE /v2.0/security-groups/9da22821-567d-4fae-89f8-164924143b90 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/492] 10.0.0.137 () {34 vars in 989 bytes} [Wed May 13 01:22:16 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 1240 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/493] 10.0.0.137 () {34 vars in 1039 bytes} [Wed May 13 01:22:16 2026] GET /v2.0/security-groups?id=222bb8cf-d41b-435b-ac40-e766cc3b5548&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: 240/494] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:17 2026] GET /v2.0/ports?device_id=2b4c39ee-6f6b-4668-8da6-fb0e285f6f22 => 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: 255/495] 10.0.0.225 () {34 vars in 676 bytes} [Wed May 13 01:22:17 2026] POST /v2.0/subnetpools => generated 549 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/496] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:22:17 2026] GET /v2.0/subnetpools/52274b24-0631-4b69-9e03-d97f4280baa8 => generated 549 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/497] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:22:17 2026] PUT /v2.0/subnetpools/52274b24-0631-4b69-9e03-d97f4280baa8 => generated 500 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/498] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:22:17 2026] DELETE /v2.0/subnetpools/52274b24-0631-4b69-9e03-d97f4280baa8 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:22:18.067 8 INFO neutron.api.v2.resource [None req-92678c45-c5e4-4658-821a-d3eaf6f564a3 afc1cb25110648e0a212b189f2c4ffa4 f20dafa074f14354b8321b00ef85aadf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 257/499] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:22:18 2026] GET /v2.0/subnetpools/52274b24-0631-4b69-9e03-d97f4280baa8 => generated 145 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:22:18.083 7 INFO neutron.api.v2.resource [None req-0a299011-b430-438a-abb4-2c1f11dd4ab0 afc1cb25110648e0a212b189f2c4ffa4 f20dafa074f14354b8321b00ef85aadf - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 243/500] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:22:18 2026] DELETE /v2.0/subnetpools/52274b24-0631-4b69-9e03-d97f4280baa8 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:22:18.595 8 INFO neutron.db.segments_db [None req-a346ef58-b10c-4c8d-b137-9999152e77ad 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment cca8c03a-c838-4e15-9f3f-a8b6c1e24fd1 of type vxlan for network 42dda8d4-a1d4-4405-bd03-9919a3971069 [pid: 8|app: 0|req: 258/501] 10.0.0.225 () {34 vars in 670 bytes} [Wed May 13 01:22:18 2026] POST /v2.0/networks => generated 724 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/502] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:18 2026] GET /v2.0/security-groups?tenant_id=f20dafa074f14354b8321b00ef85aadf&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:22:18.892 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e91f872-bea7-4d63-8c68-46db0bbf9259 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 20a5dd5e-8403-49c6-91dc-7fd3ceab436d 2026-05-13 01:22:18.895 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e91f872-bea7-4d63-8c68-46db0bbf9259 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 20a5dd5e-8403-49c6-91dc-7fd3ceab436d [pid: 8|app: 0|req: 260/503] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:22:18 2026] POST /v2.0/subnets => generated 690 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/504] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:19 2026] DELETE /v2.0/security-groups/c86f894d-c917-4e0f-99c5-c4d07cc5501a => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:22:19.192 8 INFO neutron.db.segments_db [None req-12bf14d1-8323-4c46-83b2-bf8973f04d38 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment ce261854-1bdb-4c7e-8d14-30252a280cbe of type vxlan for network eae7755a-9704-4a9f-b226-c153009fea65 [pid: 7|app: 0|req: 244/505] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:22:18 2026] PUT /v2.0/routers/15721d28-c15c-4b2d-b883-e6747a756d50/remove_router_interface => generated 309 bytes in 873 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:19.452 8 INFO neutron.db.l3_hamode_db [None req-12bf14d1-8323-4c46-83b2-bf8973f04d38 4074f5bfeef0437a9e155c5f5b25de28 9b7988c355424fd7b657e105d540a56c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:22:19.656 7 INFO neutron_taas.services.taas.taas_plugin [None req-85678d18-e751-41c4-b66e-ac764b0d13e9 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 77bc2ce3-076c-468e-966d-7cb43bca9638 2026-05-13 01:22:19.659 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85678d18-e751-41c4-b66e-ac764b0d13e9 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 77bc2ce3-076c-468e-966d-7cb43bca9638 2026-05-13 01:22:19.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-85678d18-e751-41c4-b66e-ac764b0d13e9 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 4267d922-67cb-428b-8d80-0a0ebc78956d 2026-05-13 01:22:19.921 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85678d18-e751-41c4-b66e-ac764b0d13e9 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 4267d922-67cb-428b-8d80-0a0ebc78956d 2026-05-13 01:22:20.275 8 INFO neutron.db.l3_hamode_db [None req-12bf14d1-8323-4c46-83b2-bf8973f04d38 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:22:20.293 7 INFO neutron.services.segments.plugin [-] Segment 0a4b8f39-5aec-428b-814a-e52f3f82dd75 resource provider aggregate not found 2026-05-13 01:22:20.294 7 INFO neutron.services.segments.plugin [-] Segment 0a4b8f39-5aec-428b-814a-e52f3f82dd75 resource provider aggregate not found 2026-05-13 01:22:20.313 7 INFO neutron.db.l3_hamode_db [None req-85678d18-e751-41c4-b66e-ac764b0d13e9 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] HA network fadaf700-f674-483c-a776-dca5eece9a8a was deleted as no HA routers are present in tenant 5ab4ee31beec4810a97e99230b6d750a. 2026-05-13 01:22:20.316 7 INFO neutron.services.segments.plugin [-] Segment 0a4b8f39-5aec-428b-814a-e52f3f82dd75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a4b8f39-5aec-428b-814a-e52f3f82dd75 found for delete ", "request_id": "req-8496a362-7006-4cc0-89c7-75640768c9ad"}]} [pid: 7|app: 0|req: 245/506] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:22:19 2026] DELETE /v2.0/routers/15721d28-c15c-4b2d-b883-e6747a756d50 => generated 0 bytes in 923 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:22:20.324 7 INFO neutron.services.segments.plugin [-] Segment 0a4b8f39-5aec-428b-814a-e52f3f82dd75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a4b8f39-5aec-428b-814a-e52f3f82dd75 found for delete ", "request_id": "req-39d6574e-811f-4b86-90ce-8b8c98d137a2"}]} [pid: 7|app: 0|req: 246/507] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:22:20 2026] DELETE /v2.0/subnets/202505dc-0c89-4995-9108-1e80bf743fed => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:22:20.504 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7eaa742-6ada-400a-a928-53e8f8c985ea 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 1ac488ab-de52-4199-835e-94a84cdd9932 2026-05-13 01:22:20.506 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7eaa742-6ada-400a-a928-53e8f8c985ea 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 1ac488ab-de52-4199-835e-94a84cdd9932 [pid: 7|app: 0|req: 247/508] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:22:20 2026] DELETE /v2.0/networks/fce969ec-a285-4f31-89fc-47311a8138f5 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/509] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:20 2026] GET /v2.0/security-groups?tenant_id=5ab4ee31beec4810a97e99230b6d750a&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/510] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:20 2026] DELETE /v2.0/security-groups/fc488f4c-f060-48a7-9d70-83b3f53d8b9d => 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: 262/511] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:22:19 2026] POST /v2.0/routers => generated 730 bytes in 1989 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/512] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:22:21 2026] PUT /v2.0/routers/7ab1a235-6d7e-4775-89b9-56bfda84ae85/add_router_interface => generated 309 bytes in 991 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:22.349 7 INFO neutron.services.segments.plugin [-] Segment 917378cc-a0c1-4961-9734-bfcd4c0140bb resource provider aggregate not found 2026-05-13 01:22:22.355 7 INFO neutron.services.segments.plugin [-] Segment 917378cc-a0c1-4961-9734-bfcd4c0140bb resource provider aggregate not found 2026-05-13 01:22:22.373 7 INFO neutron.services.segments.plugin [-] Segment 917378cc-a0c1-4961-9734-bfcd4c0140bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 917378cc-a0c1-4961-9734-bfcd4c0140bb found for delete ", "request_id": "req-77dc6424-2467-44fd-ad4e-aeeea4ad6246"}]} 2026-05-13 01:22:22.375 7 INFO neutron.services.segments.plugin [-] Segment 917378cc-a0c1-4961-9734-bfcd4c0140bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 917378cc-a0c1-4961-9734-bfcd4c0140bb found for delete ", "request_id": "req-a0749d87-7a65-414f-a21f-71f82caaede4"}]} [pid: 7|app: 0|req: 252/515] 10.0.0.225 () {34 vars in 684 bytes} [Wed May 13 01:22:22 2026] POST /v2.0/security-groups => generated 1659 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/516] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:22:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/517] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:22:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/518] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:22 2026] GET /v2.0/security-groups?tenant_id=d7704b8025e14cb1848737f1a1491325&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/519] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:23 2026] DELETE /v2.0/security-groups/2a7dcd8c-e615-459a-a8eb-efa59e5d8cd4 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/520] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:22:23 2026] POST /v2.0/floatingips => generated 552 bytes in 529 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/521] 10.0.0.174 () {34 vars in 1097 bytes} [Wed May 13 01:22:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--966426534&fields=id&tenant_id=9b7988c355424fd7b657e105d540a56c => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/522] 10.0.0.174 () {34 vars in 981 bytes} [Wed May 13 01:22:24 2026] GET /v2.0/networks?id=42dda8d4-a1d4-4405-bd03-9919a3971069 => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/523] 10.0.0.174 () {34 vars in 964 bytes} [Wed May 13 01:22:24 2026] GET /v2.0/quotas/9b7988c355424fd7b657e105d540a56c => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/524] 10.0.0.174 () {34 vars in 1001 bytes} [Wed May 13 01:22:24 2026] GET /v2.0/ports?tenant_id=9b7988c355424fd7b657e105d540a56c&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/525] 10.0.0.174 () {34 vars in 1007 bytes} [Wed May 13 01:22:24 2026] GET /v2.0/networks/42dda8d4-a1d4-4405-bd03-9919a3971069?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/526] 10.0.0.174 () {34 vars in 1107 bytes} [Wed May 13 01:22:24 2026] GET /v2.0/networks/42dda8d4-a1d4-4405-bd03-9919a3971069?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: 258/527] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:24 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => 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: 270/528] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:25 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => 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: 259/529] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:26 2026] GET /v2.0/security-groups?tenant_id=5b203924b970430d810093f46a1be830&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/530] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:26 2026] DELETE /v2.0/security-groups/edb6ba38-3254-4832-be3a-7d30f4989aed => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/531] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:26 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/532] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:27 2026] GET /v2.0/security-groups?tenant_id=04324e4d3fe84b3bbfad3fb188e9959b&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/533] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:27 2026] DELETE /v2.0/security-groups/0489a19b-2b59-4084-b576-5ef4025ef4d1 => 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: 261/534] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:27 2026] GET /v2.0/security-groups?tenant_id=eb0e2610527041fcba563a4dad90dbb1&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/535] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:27 2026] DELETE /v2.0/security-groups/9c2fb46a-f6d1-4bda-9765-623f9776d0b2 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/536] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:27 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/537] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:22:28 2026] GET /v2.0/networks?id=42dda8d4-a1d4-4405-bd03-9919a3971069 => generated 675 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/538] 199.204.45.35 () {34 vars in 1048 bytes} [Wed May 13 01:22:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9b7988c355424fd7b657e105d540a56c => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/539] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:29 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:22:29.416 8 INFO neutron.db.segments_db [None req-d6879daf-5209-4392-9949-1e568c2dc6db 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment 2d35c397-7e11-4b34-b555-def172d7a0c5 of type vxlan for network 0bb892e6-a742-4ae0-8ce0-fcdb5f598eae [pid: 7|app: 0|req: 264/540] 199.204.45.35 () {38 vars in 953 bytes} [Wed May 13 01:22:29 2026] POST /v2.0/ports => generated 954 bytes in 387 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: 277/541] 10.0.0.225 () {34 vars in 670 bytes} [Wed May 13 01:22:29 2026] POST /v2.0/networks => generated 722 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/542] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:22:29 2026] POST /v2.0/subnets => generated 688 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:22:29.763 8 INFO neutron.db.segments_db [None req-3df5da50-92de-4eb2-ba0c-f77e8ab4b52b 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment 2cb46f1c-acda-40b3-9c4e-eb423cf7e7b6 of type vxlan for network d509c3a6-cd82-4193-b25b-d44f6932b38a [pid: 7|app: 0|req: 265/543] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:22:29 2026] PUT /v2.0/ports/d36b0ed0-891f-4237-941f-3435c2677934 => generated 1235 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:22:29.954 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed22a2b2-6a75-44fa-892a-7cc6f8b8eb50'] response: {'name': 'network-changed', 'server_uuid': '0bdab324-83fe-4d03-8bf2-af45a8a505c8', 'tag': 'd36b0ed0-891f-4237-941f-3435c2677934', 'status': 'completed', 'code': 200} 2026-05-13 01:22:29.962 8 INFO neutron.db.l3_hamode_db [None req-3df5da50-92de-4eb2-ba0c-f77e8ab4b52b 4074f5bfeef0437a9e155c5f5b25de28 ef2a510cf33e4edd90051a15300f60ae - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 266/544] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:30 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/545] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:30 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/546] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:22:30 2026] GET /v2.0/ports?tenant_id=9b7988c355424fd7b657e105d540a56c&device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 1238 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/547] 199.204.45.35 () {34 vars in 1016 bytes} [Wed May 13 01:22:30 2026] GET /v2.0/networks?tenant_id=9b7988c355424fd7b657e105d540a56c&shared=False => generated 771 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/548] 199.204.45.35 () {34 vars in 928 bytes} [Wed May 13 01:22:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:30.688 8 INFO neutron.db.l3_hamode_db [None req-3df5da50-92de-4eb2-ba0c-f77e8ab4b52b 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 271/549] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:31 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/550] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:31 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/551] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:22:29 2026] POST /v2.0/routers => generated 728 bytes in 1763 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/552] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:22:31 2026] GET /v2.0/ports?tenant_id=9b7988c355424fd7b657e105d540a56c&device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/553] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:22:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d36b0ed0-891f-4237-941f-3435c2677934 => 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: 282/554] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:22:31 2026] GET /v2.0/subnets?id=b50a4889-b77f-4c5a-9fcc-9ea61ce272c0 => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/555] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:22:31 2026] GET /v2.0/ports?network_id=42dda8d4-a1d4-4405-bd03-9919a3971069&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/556] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:22:31 2026] GET /v2.0/networks/42dda8d4-a1d4-4405-bd03-9919a3971069?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/557] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:22:31 2026] GET /v2.0/networks/42dda8d4-a1d4-4405-bd03-9919a3971069?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/558] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:32 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/559] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:32 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/560] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:22:31 2026] PUT /v2.0/routers/e4763f25-e263-40b5-a546-9ce4c9645973/add_router_interface => generated 309 bytes in 1129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/561] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:32 2026] GET /v2.0/security-groups?tenant_id=f647f604750240cdb19c69e80ae5dc9b&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/562] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:32 2026] DELETE /v2.0/security-groups/b7835d7a-d709-4f0b-ad6f-0cfdb86a9077 => generated 0 bytes in 391 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/563] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:33 2026] GET /v2.0/security-groups?tenant_id=ba7e4ae5c9fe4a339b9b45bd5002ba1b&name=default => generated 2925 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/564] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:33 2026] DELETE /v2.0/security-groups/ee8ebf52-aae1-4804-9c9f-93b4e76fe153 => 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: 290/565] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:33 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/566] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:33 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:33.804 8 INFO neutron.db.segments_db [None req-d99de989-a877-4f7a-9548-e3e86b67e261 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment 6eb7c65f-ac04-437b-889d-a9ae83cbc193 of type vxlan for network 165c398c-c19b-43b5-b28a-88e3671facd1 [pid: 8|app: 0|req: 291/567] 10.0.0.225 () {34 vars in 670 bytes} [Wed May 13 01:22:33 2026] POST /v2.0/networks => generated 722 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/568] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:22:33 2026] POST /v2.0/subnets => generated 688 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:22:34.092 8 INFO neutron.db.segments_db [None req-8e1f85df-f2cd-4406-8339-213f0dfd3099 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment 5949a83e-3b78-4a1d-bc3b-a7ef37bcf6a1 of type vxlan for network c6650e12-2672-4442-9cfb-c67939c9dcd1 2026-05-13 01:22:34.264 8 INFO neutron.db.l3_hamode_db [None req-8e1f85df-f2cd-4406-8339-213f0dfd3099 4074f5bfeef0437a9e155c5f5b25de28 f9e79164741945c9af27b7471bda0720 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:22:34.817 8 INFO neutron.db.l3_hamode_db [None req-8e1f85df-f2cd-4406-8339-213f0dfd3099 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 278/569] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:34 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/570] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:34 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&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: 292/571] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:22:34 2026] POST /v2.0/routers => generated 728 bytes in 1531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/572] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:35 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => 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: 294/573] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:36 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/574] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:22:35 2026] PUT /v2.0/routers/2310cfdb-b523-42d5-98e2-662d8fa22d7d/add_router_interface => generated 309 bytes in 1139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/575] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:36 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/576] 10.0.0.174 () {34 vars in 970 bytes} [Wed May 13 01:22:37 2026] GET /v2.0/ports/20b7177e-a6fa-4520-b9f2-adb156a0a6c0 => generated 968 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/577] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:37 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => 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: 282/578] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:37 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&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: 297/579] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:37 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/580] 10.0.0.225 () {34 vars in 684 bytes} [Wed May 13 01:22:37 2026] POST /v2.0/security-groups => generated 1675 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/583] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:22:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:22:37.814 7 INFO neutron.db.l3_db [None req-e5ba3a31-fa4f-4a5b-b9bf-145361be5419 5981c80d19b94dde88d93b9a8e04347b 9b7988c355424fd7b657e105d540a56c - - default default] Floating IP bf6c9324-852d-488e-95f9-39124db98310 associated. External IP: 10.96.250.210, port: d36b0ed0-891f-4237-941f-3435c2677934. [pid: 8|app: 0|req: 302/584] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:22:37 2026] POST /v2.0/security-group-rules => generated 596 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/585] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:22:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/586] 199.204.45.35 () {34 vars in 998 bytes} [Wed May 13 01:22:37 2026] GET /v2.0/subnets?network_id=2d0ce6e9-239d-4831-91b4-3d04694276ea => generated 684 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/587] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:22:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/588] 199.204.45.35 () {34 vars in 1144 bytes} [Wed May 13 01:22:38 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab&device_owner=compute%3Anova&network_id=2d0ce6e9-239d-4831-91b4-3d04694276ea => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/589] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:22:37 2026] PUT /v2.0/floatingips/bf6c9324-852d-488e-95f9-39124db98310 => generated 855 bytes in 819 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:38.236 8 INFO neutron.db.securitygroups_db [None req-8bc4aa33-c7eb-4c74-af1e-dc5178af360e c2bc7398e123480ea6c17c06965f9211 ef2a510cf33e4edd90051a15300f60ae - - default default] Project ef2a510cf33e4edd90051a15300f60ae added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-13 01:22:38.262 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dca09164-01d7-4994-b4ef-79b2fd7bcbf0'] response: {'name': 'network-changed', 'server_uuid': '0bdab324-83fe-4d03-8bf2-af45a8a505c8', 'tag': 'd36b0ed0-891f-4237-941f-3435c2677934', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 307/590] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:22:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:22:38.362 8 INFO neutron.db.securitygroups_db [None req-e05946c3-f985-4a7f-b4ca-318b477c87ba c2bc7398e123480ea6c17c06965f9211 ef2a510cf33e4edd90051a15300f60ae - - default default] Project ef2a510cf33e4edd90051a15300f60ae 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: 308/591] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:22:38 2026] POST /v2.0/security-group-rules => generated 606 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/592] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:22:38 2026] PUT /v2.0/ports/20b7177e-a6fa-4520-b9f2-adb156a0a6c0 => generated 1149 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/593] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:22:38 2026] GET /v2.0/ports?tenant_id=9b7988c355424fd7b657e105d540a56c&device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/594] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:22:38 2026] GET /v2.0/networks?id=42dda8d4-a1d4-4405-bd03-9919a3971069 => generated 771 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/595] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:22:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d36b0ed0-891f-4237-941f-3435c2677934 => generated 858 bytes in 50 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: 312/596] 10.0.0.225 () {34 vars in 684 bytes} [Wed May 13 01:22:38 2026] POST /v2.0/security-groups => generated 1659 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/597] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:22:39 2026] GET /v2.0/subnets?id=b50a4889-b77f-4c5a-9fcc-9ea61ce272c0 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/598] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:38 2026] GET /v2.0/security-groups?tenant_id=5b62aceaf3424033946ec4df8b45a03c&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/599] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:22:39 2026] GET /v2.0/ports?network_id=42dda8d4-a1d4-4405-bd03-9919a3971069&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/600] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:22:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/601] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:22:39 2026] GET /v2.0/networks/42dda8d4-a1d4-4405-bd03-9919a3971069?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/602] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:39 2026] DELETE /v2.0/security-groups/0371bd24-a0c9-4b50-a2b0-1cea4d42ece1 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/603] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:22:39 2026] GET /v2.0/ports?tenant_id=1a56714807014082acf055ac5f6e2afd&device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 1421 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/604] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:22:39 2026] GET /v2.0/networks/42dda8d4-a1d4-4405-bd03-9919a3971069?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/605] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:22:39 2026] GET /v2.0/networks?id=2d0ce6e9-239d-4831-91b4-3d04694276ea => generated 780 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/606] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:22:39 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: 8|app: 0|req: 319/607] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:22:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=20b7177e-a6fa-4520-b9f2-adb156a0a6c0 => 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: 320/608] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:22:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=20b7177e-a6fa-4520-b9f2-adb156a0a6c0 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/609] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:22:39 2026] GET /v2.0/subnets?id=c88ebb3a-a55d-4f6b-bc50-8c2174751e20 => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/610] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:22:39 2026] GET /v2.0/ports?network_id=2d0ce6e9-239d-4831-91b4-3d04694276ea&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/611] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:22:39 2026] GET /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea?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: 324/612] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:22:39 2026] GET /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/613] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:22:39 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: 325/614] 10.0.0.174 () {34 vars in 1097 bytes} [Wed May 13 01:22:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--207678875&fields=id&tenant_id=ef2a510cf33e4edd90051a15300f60ae => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/615] 10.0.0.174 () {34 vars in 1099 bytes} [Wed May 13 01:22:40 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1559848395&fields=id&tenant_id=ef2a510cf33e4edd90051a15300f60ae => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/616] 10.0.0.174 () {34 vars in 981 bytes} [Wed May 13 01:22:40 2026] GET /v2.0/networks?id=0bb892e6-a742-4ae0-8ce0-fcdb5f598eae => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/617] 10.0.0.174 () {34 vars in 964 bytes} [Wed May 13 01:22:40 2026] GET /v2.0/quotas/ef2a510cf33e4edd90051a15300f60ae => generated 292 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:40.300 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9637bd04-8e89-4c88-8fc3-25c42fbc30ff'] response: {'name': 'network-changed', 'server_uuid': '662cd64f-b13f-4084-bd05-84c9e6c5ddab', 'tag': '20b7177e-a6fa-4520-b9f2-adb156a0a6c0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 327/618] 10.0.0.174 () {34 vars in 1001 bytes} [Wed May 13 01:22:40 2026] GET /v2.0/ports?tenant_id=ef2a510cf33e4edd90051a15300f60ae&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/619] 10.0.0.174 () {34 vars in 1007 bytes} [Wed May 13 01:22:40 2026] GET /v2.0/networks/0bb892e6-a742-4ae0-8ce0-fcdb5f598eae?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: 328/620] 10.0.0.174 () {34 vars in 1107 bytes} [Wed May 13 01:22:40 2026] GET /v2.0/networks/0bb892e6-a742-4ae0-8ce0-fcdb5f598eae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/621] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:40 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => 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: 329/622] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:40 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 1152 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/623] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:22:40 2026] GET /v2.0/ports?tenant_id=1a56714807014082acf055ac5f6e2afd&device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 1421 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/624] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:40 2026] GET /v2.0/security-groups?id=222bb8cf-d41b-435b-ac40-e766cc3b5548&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/625] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:22:40 2026] GET /v2.0/networks?id=2d0ce6e9-239d-4831-91b4-3d04694276ea => generated 780 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/626] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:22:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=20b7177e-a6fa-4520-b9f2-adb156a0a6c0 => 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: 296/627] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:22:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=20b7177e-a6fa-4520-b9f2-adb156a0a6c0 => generated 860 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/628] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/subnets?id=c88ebb3a-a55d-4f6b-bc50-8c2174751e20 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/629] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/ports?network_id=2d0ce6e9-239d-4831-91b4-3d04694276ea&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: 334/630] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea?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: 335/631] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea?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: 297/632] 10.0.0.225 () {32 vars in 652 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions => generated 21537 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/633] 10.0.0.225 () {32 vars in 680 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/634] 10.0.0.225 () {32 vars in 680 bytes} [Wed May 13 01:22:41 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: 8|app: 0|req: 337/635] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:22:41 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: 299/636] 10.0.0.225 () {32 vars in 664 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/637] 10.0.0.225 () {32 vars in 698 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/638] 10.0.0.225 () {32 vars in 696 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/639] 10.0.0.225 () {32 vars in 700 bytes} [Wed May 13 01:22:41 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: 301/640] 10.0.0.225 () {32 vars in 688 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/641] 10.0.0.225 () {32 vars in 702 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/642] 10.0.0.225 () {32 vars in 692 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/643] 10.0.0.225 () {32 vars in 694 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/644] 10.0.0.225 () {32 vars in 684 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/645] 10.0.0.225 () {32 vars in 686 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/646] 10.0.0.225 () {32 vars in 660 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/647] 10.0.0.225 () {32 vars in 698 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/648] 10.0.0.225 () {32 vars in 678 bytes} [Wed May 13 01:22:41 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: 8|app: 0|req: 344/649] 10.0.0.225 () {32 vars in 682 bytes} [Wed May 13 01:22:41 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: 306/650] 10.0.0.225 () {32 vars in 674 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/651] 10.0.0.225 () {32 vars in 688 bytes} [Wed May 13 01:22:41 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: 307/652] 10.0.0.225 () {32 vars in 722 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/653] 10.0.0.225 () {32 vars in 686 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/654] 10.0.0.225 () {32 vars in 668 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/655] 10.0.0.225 () {32 vars in 686 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/656] 10.0.0.225 () {32 vars in 680 bytes} [Wed May 13 01:22:41 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: 8|app: 0|req: 348/657] 10.0.0.225 () {32 vars in 698 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/658] 10.0.0.225 () {32 vars in 678 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/659] 10.0.0.225 () {32 vars in 666 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/660] 10.0.0.225 () {32 vars in 676 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/661] 10.0.0.225 () {32 vars in 664 bytes} [Wed May 13 01:22:41 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: 312/662] 10.0.0.225 () {32 vars in 674 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/663] 10.0.0.225 () {32 vars in 712 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/664] 10.0.0.225 () {32 vars in 690 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/665] 10.0.0.225 () {32 vars in 682 bytes} [Wed May 13 01:22:41 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: 314/666] 10.0.0.225 () {32 vars in 668 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/667] 10.0.0.225 () {32 vars in 686 bytes} [Wed May 13 01:22:41 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: 7|app: 0|req: 315/668] 10.0.0.225 () {32 vars in 704 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/669] 10.0.0.225 () {32 vars in 674 bytes} [Wed May 13 01:22:41 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: 316/670] 10.0.0.225 () {32 vars in 700 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/671] 10.0.0.225 () {32 vars in 674 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/672] 10.0.0.225 () {32 vars in 692 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/673] 10.0.0.225 () {32 vars in 688 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/674] 10.0.0.225 () {32 vars in 708 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/675] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => 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: 320/676] 10.0.0.225 () {32 vars in 704 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/677] 10.0.0.225 () {32 vars in 718 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/678] 10.0.0.225 () {32 vars in 696 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/679] 10.0.0.225 () {32 vars in 710 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/680] 10.0.0.225 () {32 vars in 668 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/681] 10.0.0.225 () {32 vars in 686 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/682] 10.0.0.225 () {32 vars in 680 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/683] 10.0.0.225 () {32 vars in 674 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/684] 10.0.0.225 () {32 vars in 670 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/685] 10.0.0.225 () {32 vars in 660 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/686] 10.0.0.225 () {32 vars in 698 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/687] 10.0.0.225 () {32 vars in 698 bytes} [Wed May 13 01:22:41 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: 7|app: 0|req: 328/688] 10.0.0.225 () {32 vars in 676 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/689] 10.0.0.225 () {32 vars in 668 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/690] 10.0.0.225 () {32 vars in 682 bytes} [Wed May 13 01:22:41 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: 7|app: 0|req: 331/691] 10.0.0.225 () {32 vars in 700 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/692] 10.0.0.225 () {32 vars in 684 bytes} [Wed May 13 01:22:41 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: 361/693] 199.204.45.35 () {34 vars in 1118 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.13 => generated 1152 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/694] 10.0.0.225 () {32 vars in 706 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/695] 10.0.0.225 () {32 vars in 668 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/696] 10.0.0.225 () {32 vars in 696 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/qos-rule-type-details => 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: 364/697] 10.0.0.225 () {32 vars in 694 bytes} [Wed May 13 01:22:41 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: 365/698] 10.0.0.225 () {32 vars in 684 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/699] 10.0.0.225 () {32 vars in 688 bytes} [Wed May 13 01:22:41 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: 367/700] 10.0.0.225 () {32 vars in 704 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/701] 10.0.0.225 () {32 vars in 666 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/702] 10.0.0.225 () {32 vars in 680 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/703] 10.0.0.225 () {32 vars in 680 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/704] 10.0.0.225 () {32 vars in 690 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/705] 10.0.0.225 () {32 vars in 690 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/706] 10.0.0.225 () {32 vars in 694 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/707] 10.0.0.225 () {32 vars in 684 bytes} [Wed May 13 01:22:41 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: 375/708] 10.0.0.225 () {32 vars in 688 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/709] 10.0.0.225 () {32 vars in 700 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/710] 10.0.0.225 () {32 vars in 702 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/711] 10.0.0.225 () {32 vars in 712 bytes} [Wed May 13 01:22:41 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: 379/712] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/713] 10.0.0.225 () {32 vars in 714 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/714] 10.0.0.225 () {32 vars in 726 bytes} [Wed May 13 01:22:41 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/715] 10.0.0.225 () {32 vars in 740 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/716] 10.0.0.225 () {32 vars in 718 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/717] 10.0.0.225 () {32 vars in 682 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/718] 10.0.0.225 () {32 vars in 668 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/719] 10.0.0.225 () {32 vars in 718 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/720] 10.0.0.225 () {32 vars in 678 bytes} [Wed May 13 01:22:42 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: 388/721] 10.0.0.225 () {32 vars in 668 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/722] 10.0.0.225 () {32 vars in 696 bytes} [Wed May 13 01:22:42 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: 390/723] 10.0.0.225 () {32 vars in 704 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/724] 10.0.0.225 () {32 vars in 700 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/725] 10.0.0.225 () {32 vars in 700 bytes} [Wed May 13 01:22:42 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: 393/726] 10.0.0.225 () {32 vars in 682 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/727] 10.0.0.225 () {32 vars in 704 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/728] 10.0.0.225 () {32 vars in 694 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/729] 10.0.0.225 () {32 vars in 688 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/730] 10.0.0.225 () {32 vars in 696 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/731] 10.0.0.225 () {32 vars in 678 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/tag-creation => 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: 399/732] 10.0.0.225 () {32 vars in 688 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/733] 10.0.0.225 () {32 vars in 700 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/734] 10.0.0.225 () {32 vars in 664 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/735] 10.0.0.225 () {32 vars in 680 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/736] 10.0.0.225 () {32 vars in 676 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/737] 10.0.0.225 () {32 vars in 692 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/738] 10.0.0.225 () {32 vars in 676 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/739] 10.0.0.225 () {32 vars in 666 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/740] 10.0.0.225 () {32 vars in 662 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/741] 10.0.0.225 () {32 vars in 674 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/742] 10.0.0.225 () {32 vars in 686 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/743] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:22:41 2026] PUT /v2.0/ports/20b7177e-a6fa-4520-b9f2-adb156a0a6c0 => generated 968 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:42.340 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2473feba-89de-49c8-89a6-bb6ef906ea14'] response: {'name': 'network-changed', 'server_uuid': '662cd64f-b13f-4084-bd05-84c9e6c5ddab', 'tag': '20b7177e-a6fa-4520-b9f2-adb156a0a6c0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 410/744] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => 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: 411/745] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/ports?tenant_id=1a56714807014082acf055ac5f6e2afd&device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 1240 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: 412/746] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/networks?id=2d0ce6e9-239d-4831-91b4-3d04694276ea => generated 780 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/747] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/security-groups?tenant_id=9b0857d4b2af4c04b7a5243d58bb0655&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: 336/748] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:43 2026] DELETE /v2.0/security-groups/eef06a5b-16c9-46d8-8e64-1774d30b5f9f => 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: 413/749] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:22:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=20b7177e-a6fa-4520-b9f2-adb156a0a6c0 => generated 860 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/750] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:22:43 2026] GET /v2.0/subnets?id=c88ebb3a-a55d-4f6b-bc50-8c2174751e20 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/751] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:22:43 2026] GET /v2.0/ports?network_id=2d0ce6e9-239d-4831-91b4-3d04694276ea&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/752] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:22:43 2026] GET /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea?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: 415/753] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:22:43 2026] GET /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/754] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:43 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/755] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:44 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => 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: 340/756] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:44 2026] GET /v2.0/security-groups?id=222bb8cf-d41b-435b-ac40-e766cc3b5548&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: 417/757] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:22:44 2026] GET /v2.0/ports?tenant_id=1a56714807014082acf055ac5f6e2afd&device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/758] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:22:44 2026] GET /v2.0/networks?id=2d0ce6e9-239d-4831-91b4-3d04694276ea => generated 780 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/759] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:22:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=20b7177e-a6fa-4520-b9f2-adb156a0a6c0 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/760] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:22:44 2026] GET /v2.0/subnets?id=c88ebb3a-a55d-4f6b-bc50-8c2174751e20 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/761] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:22:44 2026] GET /v2.0/ports?network_id=2d0ce6e9-239d-4831-91b4-3d04694276ea&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/762] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:22:44 2026] GET /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/763] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:22:44 2026] GET /v2.0/networks?id=0bb892e6-a742-4ae0-8ce0-fcdb5f598eae => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/764] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:22:44 2026] GET /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/765] 199.204.45.35 () {34 vars in 1048 bytes} [Wed May 13 01:22:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ef2a510cf33e4edd90051a15300f60ae => generated 273 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:45.184 7 INFO neutron.db.segments_db [None req-6ad5f12d-2391-431c-8cfe-06562349823b 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] Added segment 1e7daf85-fe77-48bb-84b2-7f3656a7e9f3 of type vxlan for network 0182a9a5-85d1-4435-b72e-3e3d8ef2ca51 [pid: 7|app: 0|req: 345/766] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:22:44 2026] POST /v2.0/networks => generated 631 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/767] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:45 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 996 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/768] 199.204.45.35 () {38 vars in 953 bytes} [Wed May 13 01:22:44 2026] POST /v2.0/ports => generated 993 bytes in 493 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: 423/769] 10.0.0.174 () {34 vars in 1119 bytes} [Wed May 13 01:22:45 2026] GET /v2.0/security-groups?id=f922ff75-6124-4768-8ba4-1dd021bbc118&id=1d11a8a9-1ed6-4b20-b0bf-dcb7cd188b96&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/770] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:22:45 2026] POST /v2.0/subnets => generated 627 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/771] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:45 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:45.679 7 INFO neutron.db.segments_db [None req-b1e82daa-e574-469a-bb8a-e057d342fabf 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] Added segment b9674c62-cdba-4e07-88b3-ba273d3d9efc of type vxlan for network 17a0c64f-b74d-4871-8466-3459f128a588 [pid: 8|app: 0|req: 424/772] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:22:45 2026] PUT /v2.0/ports/5a276d49-792b-444a-855f-36e5419066b2 => generated 1274 bytes in 479 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-05-13 01:22:45.975 7 INFO neutron.db.l3_hamode_db [None req-b1e82daa-e574-469a-bb8a-e057d342fabf 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 425/773] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:45 2026] GET /v2.0/security-groups?id=222bb8cf-d41b-435b-ac40-e766cc3b5548&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-05-13 01:22:45.985 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-68ce8a26-c556-4ce7-a51f-74e8bfb7c628'] response: {'name': 'network-changed', 'server_uuid': 'abca5020-1346-4b39-8a3a-9fc55dd58d69', 'tag': '5a276d49-792b-444a-855f-36e5419066b2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 426/774] 10.0.0.137 () {34 vars in 989 bytes} [Wed May 13 01:22:46 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 1240 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/775] 10.0.0.137 () {34 vars in 1039 bytes} [Wed May 13 01:22:46 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&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: 428/776] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:22:46 2026] GET /v2.0/ports?tenant_id=ef2a510cf33e4edd90051a15300f60ae&device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1277 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/777] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:46 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1008 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/778] 199.204.45.35 () {34 vars in 1016 bytes} [Wed May 13 01:22:46 2026] GET /v2.0/networks?tenant_id=ef2a510cf33e4edd90051a15300f60ae&shared=False => generated 769 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/779] 10.0.0.174 () {34 vars in 1119 bytes} [Wed May 13 01:22:46 2026] GET /v2.0/security-groups?id=f922ff75-6124-4768-8ba4-1dd021bbc118&id=1d11a8a9-1ed6-4b20-b0bf-dcb7cd188b96&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/780] 199.204.45.35 () {34 vars in 928 bytes} [Wed May 13 01:22:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:46.934 7 INFO neutron.db.l3_hamode_db [None req-b1e82daa-e574-469a-bb8a-e057d342fabf 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 433/781] 199.204.45.35 () {34 vars in 992 bytes} [Wed May 13 01:22:46 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:47.163 8 INFO neutron_taas.services.taas.taas_plugin [req-99a5ccc6-5ad1-4a3f-a260-29bb454c7633 req-0a9adf45-75dc-4997-b366-abcc9cc8ea1a e738a1d110a54676af09466ab9dc3ed5 1a56714807014082acf055ac5f6e2afd - - default default] TaaS: Handle Delete Port: 20b7177e-a6fa-4520-b9f2-adb156a0a6c0 2026-05-13 01:22:47.170 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-99a5ccc6-5ad1-4a3f-a260-29bb454c7633 req-0a9adf45-75dc-4997-b366-abcc9cc8ea1a e738a1d110a54676af09466ab9dc3ed5 1a56714807014082acf055ac5f6e2afd - - default default] Tap Mirror: Handle Delete Port: 20b7177e-a6fa-4520-b9f2-adb156a0a6c0 2026-05-13 01:22:47.356 8 INFO neutron.db.l3_db [req-99a5ccc6-5ad1-4a3f-a260-29bb454c7633 req-0a9adf45-75dc-4997-b366-abcc9cc8ea1a e738a1d110a54676af09466ab9dc3ed5 1a56714807014082acf055ac5f6e2afd - - default default] Floating IP 4be47877-5ed8-411e-b7c6-336fca74ce2d disassociated. External IP: 10.96.250.206, port: 20b7177e-a6fa-4520-b9f2-adb156a0a6c0. [pid: 8|app: 0|req: 434/782] 199.204.45.35 () {36 vars in 995 bytes} [Wed May 13 01:22:47 2026] DELETE /v2.0/ports/20b7177e-a6fa-4520-b9f2-adb156a0a6c0 => generated 0 bytes in 767 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/783] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:47 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => 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: 436/784] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:22:47 2026] GET /v2.0/ports?tenant_id=ef2a510cf33e4edd90051a15300f60ae&device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1277 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/785] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:47 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/786] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:22:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5a276d49-792b-444a-855f-36e5419066b2 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/787] 10.0.0.174 () {34 vars in 1119 bytes} [Wed May 13 01:22:47 2026] GET /v2.0/security-groups?id=f922ff75-6124-4768-8ba4-1dd021bbc118&id=1d11a8a9-1ed6-4b20-b0bf-dcb7cd188b96&fields=id&fields=name => generated 206 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/788] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:22:47 2026] GET /v2.0/subnets?id=e3d06ecd-db43-4eba-8055-c5b80b7de13c => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/789] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:22:45 2026] POST /v2.0/routers => generated 695 bytes in 2332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/790] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:22:47 2026] GET /v2.0/ports?network_id=0bb892e6-a742-4ae0-8ce0-fcdb5f598eae&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:22:48.034 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3de11bc7-ce57-47b1-9cb1-e8e7bc3f1b17'] response: {'server_uuid': '662cd64f-b13f-4084-bd05-84c9e6c5ddab', 'name': 'network-vif-deleted', 'tag': '20b7177e-a6fa-4520-b9f2-adb156a0a6c0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 442/791] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:22:48 2026] GET /v2.0/networks/0bb892e6-a742-4ae0-8ce0-fcdb5f598eae?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: 443/792] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:22:48 2026] GET /v2.0/networks/0bb892e6-a742-4ae0-8ce0-fcdb5f598eae?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: 444/793] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:48 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => 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: 445/794] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:49 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1008 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/795] 10.0.0.174 () {34 vars in 1119 bytes} [Wed May 13 01:22:49 2026] GET /v2.0/security-groups?id=f922ff75-6124-4768-8ba4-1dd021bbc118&id=1d11a8a9-1ed6-4b20-b0bf-dcb7cd188b96&fields=id&fields=name => generated 206 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/796] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:22:47 2026] PUT /v2.0/routers/c873302f-201d-4721-b01d-11336a315f53/add_router_interface => generated 309 bytes in 1359 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/797] 10.0.0.225 () {34 vars in 664 bytes} [Wed May 13 01:22:49 2026] POST /v2.0/ports => generated 954 bytes in 425 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: 448/798] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:50 2026] GET /v2.0/ports?device_id=662cd64f-b13f-4084-bd05-84c9e6c5ddab => 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: 351/799] 10.0.0.225 () {34 vars in 664 bytes} [Wed May 13 01:22:49 2026] POST /v2.0/ports => generated 954 bytes in 314 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: 352/800] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:50 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1008 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/801] 10.0.0.174 () {34 vars in 1119 bytes} [Wed May 13 01:22:50 2026] GET /v2.0/security-groups?id=f922ff75-6124-4768-8ba4-1dd021bbc118&id=1d11a8a9-1ed6-4b20-b0bf-dcb7cd188b96&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:50.806 8 INFO neutron.db.l3_db [None req-bfd07b06-a004-4c75-864c-d9fcf228d0f6 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] Floating IP 3a7b538d-c19d-46b8-8b54-539f40b2ee3a associated. External IP: 10.96.250.216, port: 14cfab0a-72cb-454f-ad3d-ad4e18786743. [pid: 8|app: 0|req: 449/802] 10.0.0.225 () {34 vars in 676 bytes} [Wed May 13 01:22:50 2026] POST /v2.0/floatingips => generated 841 bytes in 1020 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/803] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:51 2026] DELETE /v2.0/security-groups/222bb8cf-d41b-435b-ac40-e766cc3b5548 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:22:51.247 8 INFO neutron.db.l3_db [None req-ca5eaab9-216c-428d-90fb-9aa617d3e358 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] Floating IP 3a7b538d-c19d-46b8-8b54-539f40b2ee3a disassociated. External IP: 10.96.250.216, port: 14cfab0a-72cb-454f-ad3d-ad4e18786743. 2026-05-13 01:22:51.252 7 INFO neutron.api.v2.resource [None req-56dc409c-994e-406c-a093-65c8c6a42738 e738a1d110a54676af09466ab9dc3ed5 1a56714807014082acf055ac5f6e2afd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 355/804] 10.0.0.225 () {32 vars in 736 bytes} [Wed May 13 01:22:51 2026] GET /v2.0/security-groups/222bb8cf-d41b-435b-ac40-e766cc3b5548 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:22:51.369 7 INFO neutron_taas.services.taas.taas_plugin [None req-b84e68df-b9f8-4334-a108-f8e8ffc91184 e738a1d110a54676af09466ab9dc3ed5 1a56714807014082acf055ac5f6e2afd - - default default] TaaS: Handle Delete Port: 46f631c5-2e62-4edd-8be5-27303b36254f 2026-05-13 01:22:51.374 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b84e68df-b9f8-4334-a108-f8e8ffc91184 e738a1d110a54676af09466ab9dc3ed5 1a56714807014082acf055ac5f6e2afd - - default default] Tap Mirror: Handle Delete Port: 46f631c5-2e62-4edd-8be5-27303b36254f [pid: 8|app: 0|req: 450/805] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:22:51 2026] PUT /v2.0/floatingips/3a7b538d-c19d-46b8-8b54-539f40b2ee3a => generated 552 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/806] 199.204.45.35 () {34 vars in 992 bytes} [Wed May 13 01:22:51 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1277 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/807] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:22:51 2026] DELETE /v2.0/floatingips/4be47877-5ed8-411e-b7c6-336fca74ce2d => generated 0 bytes in 298 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/808] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:51 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1008 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/809] 199.204.45.35 () {34 vars in 1122 bytes} [Wed May 13 01:22:51 2026] GET /v2.0/security-groups?id=f922ff75-6124-4768-8ba4-1dd021bbc118&id=1d11a8a9-1ed6-4b20-b0bf-dcb7cd188b96&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:51.664 7 INFO neutron_taas.services.taas.taas_plugin [None req-08a69042-efa4-4582-ae4a-ba461b7f9d2f 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] TaaS: Handle Delete Port: 0a417741-70a3-4dcc-bb67-dc282035eba0 2026-05-13 01:22:51.667 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08a69042-efa4-4582-ae4a-ba461b7f9d2f 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] Tap Mirror: Handle Delete Port: 0a417741-70a3-4dcc-bb67-dc282035eba0 [pid: 8|app: 0|req: 454/810] 10.0.0.174 () {34 vars in 1119 bytes} [Wed May 13 01:22:51 2026] GET /v2.0/security-groups?id=f922ff75-6124-4768-8ba4-1dd021bbc118&id=1d11a8a9-1ed6-4b20-b0bf-dcb7cd188b96&fields=id&fields=name => generated 206 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/811] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:22:51 2026] DELETE /v2.0/floatingips/3a7b538d-c19d-46b8-8b54-539f40b2ee3a => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:22:52.116 8 INFO neutron_taas.services.taas.taas_plugin [None req-7905e623-9b45-4910-b37d-89f23c2d50b6 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 14ec4b26-6f8b-4f0d-aaa0-ccf29cc4f2ba 2026-05-13 01:22:52.119 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7905e623-9b45-4910-b37d-89f23c2d50b6 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 14ec4b26-6f8b-4f0d-aaa0-ccf29cc4f2ba 2026-05-13 01:22:52.669 7 INFO neutron.db.l3_db [None req-d9f24a87-6c08-4c35-94ca-eb7ed0765aea 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] Floating IP a2e5fd7f-edce-4cf3-b160-918e04dd2f32 associated. External IP: 10.96.250.203, port: d90b92b6-5e6e-4224-9cc2-d5b18594021a. [pid: 8|app: 0|req: 455/812] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:22:51 2026] PUT /v2.0/routers/f582996c-f825-46f6-a93e-098567deb506/remove_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:52.934 8 INFO neutron_taas.services.taas.taas_plugin [None req-855c155c-10de-4bfe-86c8-d242a5974a0a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 61293022-ea4d-4ab5-82b5-e1653ba9ecf0 2026-05-13 01:22:52.938 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-855c155c-10de-4bfe-86c8-d242a5974a0a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 61293022-ea4d-4ab5-82b5-e1653ba9ecf0 [pid: 7|app: 0|req: 358/815] 10.0.0.225 () {34 vars in 676 bytes} [Wed May 13 01:22:51 2026] POST /v2.0/floatingips => generated 841 bytes in 1045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/816] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:52 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1010 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/817] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:22:53 2026] GET /v2.0/floatingips/a2e5fd7f-edce-4cf3-b160-918e04dd2f32 => generated 841 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/818] 10.0.0.174 () {34 vars in 1119 bytes} [Wed May 13 01:22:53 2026] GET /v2.0/security-groups?id=f922ff75-6124-4768-8ba4-1dd021bbc118&id=1d11a8a9-1ed6-4b20-b0bf-dcb7cd188b96&fields=id&fields=name => generated 206 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/819] 10.0.0.225 () {32 vars in 654 bytes} [Wed May 13 01:22:53 2026] GET /v2.0/floatingips => generated 844 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:53.220 8 INFO neutron_taas.services.taas.taas_plugin [None req-855c155c-10de-4bfe-86c8-d242a5974a0a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 1f91e8e5-def0-4559-a7d5-7ac21cb14ebd 2026-05-13 01:22:53.223 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-855c155c-10de-4bfe-86c8-d242a5974a0a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 1f91e8e5-def0-4559-a7d5-7ac21cb14ebd 2026-05-13 01:22:53.552 7 INFO neutron.db.l3_db [None req-ce844be7-a2be-4b79-a77d-8dd0ef7111de 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] Floating IP a2e5fd7f-edce-4cf3-b160-918e04dd2f32 associated. External IP: 10.96.250.203, port: d90b92b6-5e6e-4224-9cc2-d5b18594021a. 2026-05-13 01:22:53.562 8 INFO neutron.services.segments.plugin [-] Segment 8dff7714-5358-42cd-86ad-6c56bf37332d resource provider aggregate not found 2026-05-13 01:22:53.565 8 INFO neutron.services.segments.plugin [-] Segment 8dff7714-5358-42cd-86ad-6c56bf37332d resource provider aggregate not found 2026-05-13 01:22:53.576 8 INFO neutron.db.l3_hamode_db [None req-855c155c-10de-4bfe-86c8-d242a5974a0a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] HA network 96446a6f-ad7d-40a4-bcc1-30c9a602ef5e was deleted as no HA routers are present in tenant 1a56714807014082acf055ac5f6e2afd. [pid: 8|app: 0|req: 458/820] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:22:52 2026] DELETE /v2.0/routers/f582996c-f825-46f6-a93e-098567deb506 => generated 0 bytes in 855 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:22:53.582 8 INFO neutron.services.segments.plugin [-] Segment 8dff7714-5358-42cd-86ad-6c56bf37332d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dff7714-5358-42cd-86ad-6c56bf37332d found for delete ", "request_id": "req-e2a3e4f2-22eb-4671-b211-02ed40d9ec02"}]} 2026-05-13 01:22:53.590 8 INFO neutron.services.segments.plugin [-] Segment 8dff7714-5358-42cd-86ad-6c56bf37332d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dff7714-5358-42cd-86ad-6c56bf37332d found for delete ", "request_id": "req-2ca29e2d-fe11-4735-aacd-640bba5578c4"}]} [pid: 8|app: 0|req: 459/821] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:22:53 2026] DELETE /v2.0/subnets/c88ebb3a-a55d-4f6b-bc50-8c2174751e20 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:22:53.849 8 INFO neutron_taas.services.taas.taas_plugin [None req-a071e6e9-565c-4aa5-a764-79caca8e8f72 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 826525bf-7205-4a5d-bc61-4848e1cc290a 2026-05-13 01:22:53.852 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a071e6e9-565c-4aa5-a764-79caca8e8f72 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 826525bf-7205-4a5d-bc61-4848e1cc290a [pid: 8|app: 0|req: 460/822] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:22:53 2026] DELETE /v2.0/networks/2d0ce6e9-239d-4831-91b4-3d04694276ea => 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: 461/823] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:54 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1010 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/824] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:22:53 2026] PUT /v2.0/floatingips/a2e5fd7f-edce-4cf3-b160-918e04dd2f32 => generated 841 bytes in 1095 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/825] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:54 2026] GET /v2.0/security-groups?tenant_id=1a56714807014082acf055ac5f6e2afd&name=default => generated 2921 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/826] 10.0.0.174 () {34 vars in 1119 bytes} [Wed May 13 01:22:54 2026] GET /v2.0/security-groups?id=f922ff75-6124-4768-8ba4-1dd021bbc118&id=1d11a8a9-1ed6-4b20-b0bf-dcb7cd188b96&fields=id&fields=name => generated 206 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/827] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:54 2026] DELETE /v2.0/security-groups/3d055443-45c9-4d9e-9913-81eab6e4e6d2 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/828] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:54 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1010 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:22:54.355 8 INFO neutron.db.l3_db [None req-60f33750-8e47-4264-8e5d-bbb99fa57bf2 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] Floating IP a2e5fd7f-edce-4cf3-b160-918e04dd2f32 disassociated. External IP: 10.96.250.203, port: 14cfab0a-72cb-454f-ad3d-ad4e18786743. [pid: 8|app: 0|req: 463/829] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:22:54 2026] PUT /v2.0/floatingips/a2e5fd7f-edce-4cf3-b160-918e04dd2f32 => generated 552 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:54.778 7 INFO neutron.db.l3_db [None req-e31f81c4-ecbe-481f-bb2c-67534a8c91b8 c2bc7398e123480ea6c17c06965f9211 ef2a510cf33e4edd90051a15300f60ae - - default default] Floating IP 5fc5da8d-c9e9-414f-b516-8a4957a562db associated. External IP: 10.96.250.218, port: 5a276d49-792b-444a-855f-36e5419066b2. 2026-05-13 01:22:54.815 8 INFO neutron_taas.services.taas.taas_plugin [None req-e648636b-4e97-4662-a3a9-6194bfbea505 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] TaaS: Handle Delete Port: 54e7e36c-f83d-4901-a695-24e1cc7b25d1 2026-05-13 01:22:54.818 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e648636b-4e97-4662-a3a9-6194bfbea505 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] Tap Mirror: Handle Delete Port: 54e7e36c-f83d-4901-a695-24e1cc7b25d1 [pid: 8|app: 0|req: 464/830] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:22:54 2026] DELETE /v2.0/floatingips/a2e5fd7f-edce-4cf3-b160-918e04dd2f32 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:22:55.011 8 INFO neutron.api.v2.resource [None req-a070960f-7d3a-43b3-bcbf-4b9c6df6ed17 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 465/831] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:22:54 2026] DELETE /v2.0/floatingips/a2e5fd7f-edce-4cf3-b160-918e04dd2f32 => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/832] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:22:54 2026] PUT /v2.0/floatingips/5fc5da8d-c9e9-414f-b516-8a4957a562db => generated 855 bytes in 750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:22:55.143 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c8f8cacf-2b6b-4074-a644-56a7dfa7645c'] response: {'name': 'network-changed', 'server_uuid': 'abca5020-1346-4b39-8a3a-9fc55dd58d69', 'tag': '5a276d49-792b-444a-855f-36e5419066b2', 'status': 'completed', 'code': 200} 2026-05-13 01:22:55.187 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e499453-d14f-4a9a-b6b8-d99d4f1ca90f 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] TaaS: Handle Delete Port: 14cfab0a-72cb-454f-ad3d-ad4e18786743 2026-05-13 01:22:55.190 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e499453-d14f-4a9a-b6b8-d99d4f1ca90f 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] Tap Mirror: Handle Delete Port: 14cfab0a-72cb-454f-ad3d-ad4e18786743 [pid: 8|app: 0|req: 466/833] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:22:55 2026] DELETE /v2.0/ports/14cfab0a-72cb-454f-ad3d-ad4e18786743 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:22:55.496 7 INFO neutron_taas.services.taas.taas_plugin [None req-0575e9d0-4e0e-49d2-9951-07574e321a63 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] TaaS: Handle Delete Port: d90b92b6-5e6e-4224-9cc2-d5b18594021a 2026-05-13 01:22:55.499 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0575e9d0-4e0e-49d2-9951-07574e321a63 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] Tap Mirror: Handle Delete Port: d90b92b6-5e6e-4224-9cc2-d5b18594021a 2026-05-13 01:22:55.602 8 INFO neutron.services.segments.plugin [-] Segment d777a713-605c-4616-bf76-ce33ab91deb7 resource provider aggregate not found 2026-05-13 01:22:55.616 8 INFO neutron.services.segments.plugin [-] Segment d777a713-605c-4616-bf76-ce33ab91deb7 resource provider aggregate not found 2026-05-13 01:22:55.621 8 INFO neutron.services.segments.plugin [-] Segment d777a713-605c-4616-bf76-ce33ab91deb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d777a713-605c-4616-bf76-ce33ab91deb7 found for delete ", "request_id": "req-ecd77697-b634-4e52-89dd-2e96875e4bc2"}]} [pid: 7|app: 0|req: 368/834] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:22:55 2026] DELETE /v2.0/ports/d90b92b6-5e6e-4224-9cc2-d5b18594021a => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:22:55.635 8 INFO neutron.services.segments.plugin [-] Segment d777a713-605c-4616-bf76-ce33ab91deb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d777a713-605c-4616-bf76-ce33ab91deb7 found for delete ", "request_id": "req-adcc3869-0fb4-4307-a1d9-c78477519874"}]} [pid: 8|app: 0|req: 467/835] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:22:55 2026] GET /v2.0/ports?device_id=c873302f-201d-4721-b01d-11336a315f53 => generated 958 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/836] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:22:55 2026] GET /v2.0/ports?tenant_id=ef2a510cf33e4edd90051a15300f60ae&device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1279 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/837] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:22:55 2026] GET /v2.0/networks?id=0bb892e6-a742-4ae0-8ce0-fcdb5f598eae => generated 769 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/838] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:22:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5a276d49-792b-444a-855f-36e5419066b2 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/839] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:22:55 2026] GET /v2.0/subnets?id=e3d06ecd-db43-4eba-8055-c5b80b7de13c => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/840] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:22:55 2026] GET /v2.0/ports?network_id=0bb892e6-a742-4ae0-8ce0-fcdb5f598eae&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/841] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:22:55 2026] GET /v2.0/networks/0bb892e6-a742-4ae0-8ce0-fcdb5f598eae?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/842] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:22:55 2026] GET /v2.0/networks/0bb892e6-a742-4ae0-8ce0-fcdb5f598eae?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-05-13 01:22:56.141 8 INFO neutron_taas.services.taas.taas_plugin [None req-10c8e493-aa89-4710-99e9-066493554145 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] TaaS: Handle Delete Port: 3b5e0c01-22ed-43b9-9a63-efb7dca5a0dc 2026-05-13 01:22:56.145 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10c8e493-aa89-4710-99e9-066493554145 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] Tap Mirror: Handle Delete Port: 3b5e0c01-22ed-43b9-9a63-efb7dca5a0dc 2026-05-13 01:22:56.493 7 INFO neutron.db.segments_db [None req-36623f71-f16b-4f44-90a1-e63e8a7f24e6 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment 3eb90783-f5a0-4c31-9df6-9fb343bff87d of type vxlan for network f524d6f7-f468-4121-8fc0-e954d105be99 [pid: 7|app: 0|req: 376/843] 10.0.0.225 () {34 vars in 670 bytes} [Wed May 13 01:22:56 2026] POST /v2.0/networks => generated 728 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/844] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:22:55 2026] PUT /v2.0/routers/c873302f-201d-4721-b01d-11336a315f53/remove_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/845] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:22:56 2026] POST /v2.0/subnets => generated 694 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:22:56.832 7 INFO neutron.db.segments_db [None req-344aeadf-557f-4c35-8248-7fcca0d99439 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment 88927ba7-8f3e-49d8-ac17-d52cdcae12e0 of type vxlan for network da01c4f9-2ed2-4762-a645-c205fd7fcece 2026-05-13 01:22:56.881 8 INFO neutron_taas.services.taas.taas_plugin [None req-6290f481-2f9b-4b98-a2f6-0977e65e5bf7 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] TaaS: Handle Delete Port: b4c35565-bd3d-4f3f-b0bd-9295e320a643 2026-05-13 01:22:56.884 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6290f481-2f9b-4b98-a2f6-0977e65e5bf7 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] Tap Mirror: Handle Delete Port: b4c35565-bd3d-4f3f-b0bd-9295e320a643 2026-05-13 01:22:57.084 7 INFO neutron.db.l3_hamode_db [None req-344aeadf-557f-4c35-8248-7fcca0d99439 4074f5bfeef0437a9e155c5f5b25de28 84bfff9ebc5a41e39796b5e27cca7e96 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:22:57.118 8 INFO neutron_taas.services.taas.taas_plugin [None req-6290f481-2f9b-4b98-a2f6-0977e65e5bf7 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] TaaS: Handle Delete Port: 8e8d78a0-b845-4737-b1f0-fcbcc6378655 2026-05-13 01:22:57.121 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6290f481-2f9b-4b98-a2f6-0977e65e5bf7 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] Tap Mirror: Handle Delete Port: 8e8d78a0-b845-4737-b1f0-fcbcc6378655 2026-05-13 01:22:57.522 8 INFO neutron.db.l3_hamode_db [None req-6290f481-2f9b-4b98-a2f6-0977e65e5bf7 2257d1acc94842ff9579db1836dfcd68 36e4512bc86d467fa8402173c959064a - - default default] HA network 17a0c64f-b74d-4871-8466-3459f128a588 was deleted as no HA routers are present in tenant 36e4512bc86d467fa8402173c959064a. [pid: 8|app: 0|req: 469/846] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:22:56 2026] DELETE /v2.0/routers/c873302f-201d-4721-b01d-11336a315f53 => generated 0 bytes in 882 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:22:57.642 8 INFO neutron.services.segments.plugin [-] Segment b9674c62-cdba-4e07-88b3-ba273d3d9efc resource provider aggregate not found 2026-05-13 01:22:57.656 8 INFO neutron.services.segments.plugin [-] Segment b9674c62-cdba-4e07-88b3-ba273d3d9efc resource provider aggregate not found 2026-05-13 01:22:57.660 8 INFO neutron.services.segments.plugin [-] Segment b9674c62-cdba-4e07-88b3-ba273d3d9efc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9674c62-cdba-4e07-88b3-ba273d3d9efc found for delete ", "request_id": "req-7aadbfc8-616f-40a3-a43a-92a13caa10fb"}]} [pid: 8|app: 0|req: 470/847] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:22:57 2026] DELETE /v2.0/subnets/c69dfcb3-e184-411a-a1ca-767610895b44 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:22:57.670 8 INFO neutron.services.segments.plugin [-] Segment b9674c62-cdba-4e07-88b3-ba273d3d9efc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9674c62-cdba-4e07-88b3-ba273d3d9efc found for delete ", "request_id": "req-1ac78b69-293a-4dc2-b836-ff94d3606327"}]} 2026-05-13 01:22:57.793 7 INFO neutron.db.l3_hamode_db [None req-344aeadf-557f-4c35-8248-7fcca0d99439 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 471/848] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:22:57 2026] DELETE /v2.0/networks/0182a9a5-85d1-4435-b72e-3e3d8ef2ca51 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/849] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:22:58 2026] GET /v2.0/security-groups?tenant_id=36e4512bc86d467fa8402173c959064a&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/850] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:22:58 2026] DELETE /v2.0/security-groups/6f14c37c-98b3-469b-ae05-1f65cbad620c => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/851] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:22:56 2026] POST /v2.0/routers => generated 734 bytes in 1872 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/852] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:58 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/853] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:58 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/854] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:59 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/855] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:59 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/856] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:22:59 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => 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: 384/857] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:22:59 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&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-05-13 01:22:59.678 8 INFO neutron.services.segments.plugin [-] Segment 1e7daf85-fe77-48bb-84b2-7f3656a7e9f3 resource provider aggregate not found 2026-05-13 01:22:59.699 8 INFO neutron.services.segments.plugin [-] Segment 1e7daf85-fe77-48bb-84b2-7f3656a7e9f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e7daf85-fe77-48bb-84b2-7f3656a7e9f3 found for delete ", "request_id": "req-3a019b3d-b0ab-4233-b7b9-e478f3dcc389"}]} 2026-05-13 01:22:59.700 8 INFO neutron.services.segments.plugin [-] Segment 1e7daf85-fe77-48bb-84b2-7f3656a7e9f3 resource provider aggregate not found 2026-05-13 01:22:59.718 8 INFO neutron.services.segments.plugin [-] Segment 1e7daf85-fe77-48bb-84b2-7f3656a7e9f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e7daf85-fe77-48bb-84b2-7f3656a7e9f3 found for delete ", "request_id": "req-84b42baf-afd0-4c70-af15-953862e5cd1f"}]} [pid: 8|app: 0|req: 474/858] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:22:58 2026] PUT /v2.0/routers/08925c3e-5d8a-46a6-a745-1b280632691f/add_router_interface => generated 309 bytes in 1184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:00.555 7 INFO neutron.db.segments_db [None req-74822799-d559-4cbc-99bc-e2a9dbd7bcbe b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] Added segment 262f1f11-b90b-4d04-98a1-c253a3bc9146 of type vxlan for network 9b455857-1105-457e-8154-b84416d3c690 [pid: 8|app: 0|req: 475/859] 10.0.0.225 () {34 vars in 684 bytes} [Wed May 13 01:23:00 2026] POST /v2.0/security-groups => generated 1660 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/860] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:00 2026] POST /v2.0/networks => generated 626 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/861] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:00 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => 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: 476/862] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:23:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/863] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:00 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/864] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:23:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/865] 10.0.0.225 () {34 vars in 664 bytes} [Wed May 13 01:23:00 2026] POST /v2.0/ports => generated 774 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-13 01:23:01.070 7 INFO neutron.db.segments_db [None req-2320c31a-e053-403d-b213-27b82e32fdf1 b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] Added segment c31e39ab-9d6d-416d-992e-7bf4688333e3 of type vxlan for network 46636d76-f1eb-4542-8d28-d790b590f366 [pid: 7|app: 0|req: 388/866] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:01 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/867] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:23:01 2026] GET /v2.0/ports?tenant_id=9b7988c355424fd7b657e105d540a56c&device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/868] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:23:00 2026] POST /v2.0/floatingips => generated 552 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/869] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:23:01 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/870] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:23:01 2026] GET /v2.0/networks?id=42dda8d4-a1d4-4405-bd03-9919a3971069 => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/871] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:23:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=d36b0ed0-891f-4237-941f-3435c2677934 => generated 860 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/872] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:23:01 2026] GET /v2.0/subnets?id=b50a4889-b77f-4c5a-9fcc-9ea61ce272c0 => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/873] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:23:01 2026] GET /v2.0/ports?network_id=42dda8d4-a1d4-4405-bd03-9919a3971069&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/874] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:23:01 2026] GET /v2.0/networks/42dda8d4-a1d4-4405-bd03-9919a3971069?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: 485/875] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:23:01 2026] GET /v2.0/networks/42dda8d4-a1d4-4405-bd03-9919a3971069?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: 391/876] 10.0.0.225 () {34 vars in 664 bytes} [Wed May 13 01:23:01 2026] POST /v2.0/ports => generated 949 bytes in 358 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: 392/877] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:01 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/878] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:01 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:01.933 8 INFO neutron_taas.services.taas.taas_plugin [None req-6766355a-7ff5-4dbc-ba00-f1eacd418cfc b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] TaaS: Handle Delete Port: 7e944f2e-21cc-44e1-a163-e3952c775896 2026-05-13 01:23:01.936 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6766355a-7ff5-4dbc-ba00-f1eacd418cfc b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] Tap Mirror: Handle Delete Port: 7e944f2e-21cc-44e1-a163-e3952c775896 [pid: 8|app: 0|req: 486/879] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:23:01 2026] DELETE /v2.0/ports/7e944f2e-21cc-44e1-a163-e3952c775896 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:02.117 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3d1a2c1-2830-4270-9898-d230ff2ad344 b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 394/880] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:23:02 2026] DELETE /v2.0/ports/7e944f2e-21cc-44e1-a163-e3952c775896 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:23:02.145 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ab1d7e53-1042-446d-a4c4-d0c8282e0440 b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 487/881] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:23:02 2026] GET /v2.0/ports/7e944f2e-21cc-44e1-a163-e3952c775896 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/882] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:02 2026] DELETE /v2.0/subnets/6c802b7b-6dc1-428c-bec3-97f8633b5414 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:02.387 8 INFO neutron.services.segments.plugin [-] Segment c31e39ab-9d6d-416d-992e-7bf4688333e3 resource provider aggregate not found 2026-05-13 01:23:02.395 8 INFO neutron.services.segments.plugin [-] Segment c31e39ab-9d6d-416d-992e-7bf4688333e3 resource provider aggregate not found 2026-05-13 01:23:02.407 8 INFO neutron.services.segments.plugin [-] Segment c31e39ab-9d6d-416d-992e-7bf4688333e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c31e39ab-9d6d-416d-992e-7bf4688333e3 found for delete ", "request_id": "req-93182f27-daea-4d7c-a146-dce254260e8a"}]} 2026-05-13 01:23:02.411 8 INFO neutron.services.segments.plugin [-] Segment c31e39ab-9d6d-416d-992e-7bf4688333e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c31e39ab-9d6d-416d-992e-7bf4688333e3 found for delete ", "request_id": "req-cfec0829-2ade-4436-9aca-d68797509ed5"}]} [pid: 8|app: 0|req: 488/883] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:02 2026] DELETE /v2.0/networks/46636d76-f1eb-4542-8d28-d790b590f366 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:02.484 7 INFO neutron.db.segments_db [None req-41e31e4c-61dc-4d86-85a7-51f8af9f7f49 b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] Added segment 2a599e0e-9b39-4901-9f30-1941bd509328 of type vxlan for network 6653b54d-eccb-4b58-87ca-29f413ac4fd3 [pid: 7|app: 0|req: 396/884] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:02 2026] POST /v2.0/networks => generated 612 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/885] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:23:02 2026] POST /v2.0/subnets => generated 626 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/886] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:02 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/887] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:03 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1010 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/888] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:03 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/889] 10.0.0.174 () {34 vars in 1119 bytes} [Wed May 13 01:23:03 2026] GET /v2.0/security-groups?id=f922ff75-6124-4768-8ba4-1dd021bbc118&id=1d11a8a9-1ed6-4b20-b0bf-dcb7cd188b96&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/890] 10.0.0.225 () {34 vars in 664 bytes} [Wed May 13 01:23:02 2026] POST /v2.0/ports => generated 911 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:23:03.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-524704e4-4554-40de-8960-634cb0400738 b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] TaaS: Handle Delete Port: 15276c8c-2fbe-4ec5-b6b9-ac6bd2ff7182 2026-05-13 01:23:03.358 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-524704e4-4554-40de-8960-634cb0400738 b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] Tap Mirror: Handle Delete Port: 15276c8c-2fbe-4ec5-b6b9-ac6bd2ff7182 [pid: 7|app: 0|req: 398/891] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:23:03 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1279 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/892] 10.0.0.225 () {32 vars in 857 bytes} [Wed May 13 01:23:03 2026] GET /v2.0/floatingips?floating_network_id=c0b1732d-6bf9-4f7b-8daf-40bbe86dd658&port_id=5a276d49-792b-444a-855f-36e5419066b2 => generated 860 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/893] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:23:03 2026] DELETE /v2.0/ports/15276c8c-2fbe-4ec5-b6b9-ac6bd2ff7182 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:03.877 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df68cf72-1990-4f8e-b340-9b5965c3097f b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 400/894] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:23:03 2026] GET /v2.0/ports/15276c8c-2fbe-4ec5-b6b9-ac6bd2ff7182 => generated 132 bytes in 373 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/895] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:03 2026] DELETE /v2.0/subnets/bcb9ceb9-81fd-4405-8724-7cd1ec977f79 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:04.122 7 INFO neutron.services.segments.plugin [-] Segment 2a599e0e-9b39-4901-9f30-1941bd509328 resource provider aggregate not found 2026-05-13 01:23:04.130 7 INFO neutron.services.segments.plugin [-] Segment 2a599e0e-9b39-4901-9f30-1941bd509328 resource provider aggregate not found 2026-05-13 01:23:04.148 7 INFO neutron.services.segments.plugin [-] Segment 2a599e0e-9b39-4901-9f30-1941bd509328 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a599e0e-9b39-4901-9f30-1941bd509328 found for delete ", "request_id": "req-d1a992ba-66e3-49fa-8e8d-5e6eabcbbe89"}]} 2026-05-13 01:23:04.148 7 INFO neutron.services.segments.plugin [-] Segment 2a599e0e-9b39-4901-9f30-1941bd509328 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a599e0e-9b39-4901-9f30-1941bd509328 found for delete ", "request_id": "req-de21b22e-c369-4545-bc0d-4ff038d5da16"}]} [pid: 7|app: 0|req: 401/896] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:04 2026] DELETE /v2.0/networks/6653b54d-eccb-4b58-87ca-29f413ac4fd3 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/897] 10.0.0.137 () {34 vars in 989 bytes} [Wed May 13 01:23:04 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1279 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/898] 10.0.0.137 () {34 vars in 1119 bytes} [Wed May 13 01:23:04 2026] GET /v2.0/security-groups?id=f922ff75-6124-4768-8ba4-1dd021bbc118&id=1d11a8a9-1ed6-4b20-b0bf-dcb7cd188b96&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/899] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:04 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => 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: 405/900] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:04 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/901] 10.0.0.225 () {34 vars in 664 bytes} [Wed May 13 01:23:04 2026] POST /v2.0/ports => generated 774 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/902] 10.0.0.225 () {34 vars in 736 bytes} [Wed May 13 01:23:04 2026] PUT /v2.0/ports/1857e05b-0a78-405e-841e-75e94271d4f3 => generated 752 bytes in 174 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-05-13 01:23:04.696 8 INFO neutron_taas.services.taas.taas_plugin [None req-47faa1e5-bc23-4ca4-ad0f-d37afb48d38e b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] TaaS: Handle Delete Port: 1857e05b-0a78-405e-841e-75e94271d4f3 2026-05-13 01:23:04.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47faa1e5-bc23-4ca4-ad0f-d37afb48d38e b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] Tap Mirror: Handle Delete Port: 1857e05b-0a78-405e-841e-75e94271d4f3 [pid: 8|app: 0|req: 497/903] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:23:04 2026] DELETE /v2.0/ports/1857e05b-0a78-405e-841e-75e94271d4f3 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 407/904] 10.0.0.225 () {32 vars in 642 bytes} [Wed May 13 01:23:04 2026] GET /v2.0/ports => generated 777 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:04.871 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dce743c7-cb74-47c4-87d8-fb817742e4ea b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 498/905] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:23:04 2026] GET /v2.0/ports/1857e05b-0a78-405e-841e-75e94271d4f3 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/906] 10.0.0.225 () {32 vars in 642 bytes} [Wed May 13 01:23:04 2026] GET /v2.0/ports => generated 777 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/907] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:23:04 2026] GET /v2.0/ports/af6f13e3-547a-4df5-9a40-77d67226c454 => generated 774 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:04.986 7 INFO neutron.pecan_wsgi.hooks.translation [None req-667f6b27-5eab-4b70-8a20-ee5b390eb7e7 b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 409/908] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:23:04 2026] DELETE /v2.0/ports/15276c8c-2fbe-4ec5-b6b9-ac6bd2ff7182 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:23:05.005 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f3e7b690-9bc4-45ee-b9a3-d7bc5e731947 b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 500/909] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:04 2026] DELETE /v2.0/subnets/bcb9ceb9-81fd-4405-8724-7cd1ec977f79 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:23:05.029 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6a3077ed-f888-4222-b85f-aee935c8ee69 b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 410/910] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:05 2026] DELETE /v2.0/subnets/6c802b7b-6dc1-428c-bec3-97f8633b5414 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:23:05.132 8 INFO neutron_taas.services.taas.taas_plugin [None req-453f8997-1ed4-414c-b738-7a1254822812 b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] TaaS: Handle Delete Port: af6f13e3-547a-4df5-9a40-77d67226c454 2026-05-13 01:23:05.136 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-453f8997-1ed4-414c-b738-7a1254822812 b20da4b9099a42e7b7d3e977ef1b68ce 440471666ef445e68672ec09c386181e - - default default] Tap Mirror: Handle Delete Port: af6f13e3-547a-4df5-9a40-77d67226c454 [pid: 8|app: 0|req: 501/911] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:23:05 2026] DELETE /v2.0/ports/af6f13e3-547a-4df5-9a40-77d67226c454 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/912] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:05 2026] DELETE /v2.0/networks/9b455857-1105-457e-8154-b84416d3c690 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/913] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:05 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/914] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:05 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/915] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:05 2026] GET /v2.0/security-groups?tenant_id=440471666ef445e68672ec09c386181e&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/916] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:06 2026] DELETE /v2.0/security-groups/9d341954-a6f7-4f9b-be52-de37ac7ad63c => 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: 504/917] 10.0.0.174 () {34 vars in 1099 bytes} [Wed May 13 01:23:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1935476174&fields=id&tenant_id=84bfff9ebc5a41e39796b5e27cca7e96 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:06.165 7 INFO neutron.services.segments.plugin [-] Segment 262f1f11-b90b-4d04-98a1-c253a3bc9146 resource provider aggregate not found 2026-05-13 01:23:06.168 7 INFO neutron.services.segments.plugin [-] Segment 262f1f11-b90b-4d04-98a1-c253a3bc9146 resource provider aggregate not found 2026-05-13 01:23:06.187 7 INFO neutron.services.segments.plugin [-] Segment 262f1f11-b90b-4d04-98a1-c253a3bc9146 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 262f1f11-b90b-4d04-98a1-c253a3bc9146 found for delete ", "request_id": "req-ef1e24b4-0ee5-4b5d-b8af-a9d99840a2cc"}]} 2026-05-13 01:23:06.188 7 INFO neutron.services.segments.plugin [-] Segment 262f1f11-b90b-4d04-98a1-c253a3bc9146 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 262f1f11-b90b-4d04-98a1-c253a3bc9146 found for delete ", "request_id": "req-6c2a5e62-8e09-414d-8ae9-4a9091dd86aa"}]} [pid: 7|app: 0|req: 414/918] 10.0.0.174 () {34 vars in 981 bytes} [Wed May 13 01:23:06 2026] GET /v2.0/networks?id=f524d6f7-f468-4121-8fc0-e954d105be99 => generated 679 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/919] 10.0.0.174 () {34 vars in 964 bytes} [Wed May 13 01:23:06 2026] GET /v2.0/quotas/84bfff9ebc5a41e39796b5e27cca7e96 => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/920] 10.0.0.174 () {34 vars in 1001 bytes} [Wed May 13 01:23:06 2026] GET /v2.0/ports?tenant_id=84bfff9ebc5a41e39796b5e27cca7e96&fields=id => generated 103 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/921] 10.0.0.174 () {34 vars in 1007 bytes} [Wed May 13 01:23:06 2026] GET /v2.0/networks/f524d6f7-f468-4121-8fc0-e954d105be99?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/922] 10.0.0.174 () {34 vars in 1107 bytes} [Wed May 13 01:23:06 2026] GET /v2.0/networks/f524d6f7-f468-4121-8fc0-e954d105be99?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/923] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:06 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/924] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:06 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/925] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:06 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => 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: 508/926] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:06 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1010 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/927] 10.0.0.174 () {34 vars in 1119 bytes} [Wed May 13 01:23:06 2026] GET /v2.0/security-groups?id=f922ff75-6124-4768-8ba4-1dd021bbc118&id=1d11a8a9-1ed6-4b20-b0bf-dcb7cd188b96&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/930] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:07 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => 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: 511/931] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:07 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/932] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:07 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => 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: 513/933] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:07 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1010 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/934] 10.0.0.174 () {34 vars in 1119 bytes} [Wed May 13 01:23:08 2026] GET /v2.0/security-groups?id=f922ff75-6124-4768-8ba4-1dd021bbc118&id=1d11a8a9-1ed6-4b20-b0bf-dcb7cd188b96&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:08.177 7 INFO neutron.db.segments_db [None req-b808a6ef-3eeb-4abc-a2ac-ee254a9e3e91 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Added segment cc12dfbd-0935-4f5b-b6c4-7974d8cfdb4f of type vxlan for network 101c2621-c01d-4660-b4a3-5681780a18c4 [pid: 7|app: 0|req: 421/935] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:07 2026] POST /v2.0/networks => generated 614 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:23:08.333 8 INFO neutron.db.segments_db [None req-a751045d-b6b0-4567-83ea-98fc9c8c59bd 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Added segment 79e805d4-8d3e-4263-babc-d4b74d0ffa21 of type vxlan for network b867bfbc-0e4e-4677-ab2c-ea78cc6d36cc [pid: 8|app: 0|req: 515/936] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:08 2026] POST /v2.0/networks => generated 614 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/937] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:23:08 2026] POST /v2.0/subnets => generated 646 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/938] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:23:08 2026] POST /v2.0/subnets => generated 655 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:23:09.006 7 INFO neutron.db.segments_db [None req-2dfcf128-f528-4f14-a522-47b8f45aedf5 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Added segment bb4d0848-518e-4c59-bc2f-7889cb2eddb4 of type vxlan for network 1a67f938-5dc3-46dd-b567-cd66462bea38 [pid: 8|app: 0|req: 517/939] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:08 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/940] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:09 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/941] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:09 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&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: 520/942] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:09 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1010 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/943] 199.204.45.35 () {34 vars in 992 bytes} [Wed May 13 01:23:09 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => generated 1010 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:23:09.243 7 INFO neutron.db.l3_hamode_db [None req-2dfcf128-f528-4f14-a522-47b8f45aedf5 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 522/944] 10.0.0.174 () {34 vars in 1119 bytes} [Wed May 13 01:23:09 2026] GET /v2.0/security-groups?id=f922ff75-6124-4768-8ba4-1dd021bbc118&id=1d11a8a9-1ed6-4b20-b0bf-dcb7cd188b96&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:09.369 7 INFO neutron.db.l3_hamode_db [None req-2dfcf128-f528-4f14-a522-47b8f45aedf5 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:23:09.392 8 INFO neutron_taas.services.taas.taas_plugin [req-ca3fc1eb-5897-4f26-973d-b4dbd3c06af3 req-4b9da647-31b1-4a7f-a637-9d680097e978 c2bc7398e123480ea6c17c06965f9211 ef2a510cf33e4edd90051a15300f60ae - - default default] TaaS: Handle Delete Port: 5a276d49-792b-444a-855f-36e5419066b2 2026-05-13 01:23:09.395 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ca3fc1eb-5897-4f26-973d-b4dbd3c06af3 req-4b9da647-31b1-4a7f-a637-9d680097e978 c2bc7398e123480ea6c17c06965f9211 ef2a510cf33e4edd90051a15300f60ae - - default default] Tap Mirror: Handle Delete Port: 5a276d49-792b-444a-855f-36e5419066b2 2026-05-13 01:23:09.856 8 INFO neutron.db.l3_db [req-ca3fc1eb-5897-4f26-973d-b4dbd3c06af3 req-4b9da647-31b1-4a7f-a637-9d680097e978 c2bc7398e123480ea6c17c06965f9211 ef2a510cf33e4edd90051a15300f60ae - - default default] Floating IP 5fc5da8d-c9e9-414f-b516-8a4957a562db disassociated. External IP: 10.96.250.218, port: 5a276d49-792b-444a-855f-36e5419066b2. [pid: 7|app: 0|req: 423/945] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:23:08 2026] POST /v2.0/routers => generated 508 bytes in 1105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/946] 199.204.45.35 () {36 vars in 995 bytes} [Wed May 13 01:23:09 2026] DELETE /v2.0/ports/5a276d49-792b-444a-855f-36e5419066b2 => generated 0 bytes in 967 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/947] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:10 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => 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/948] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:10 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:10.299 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4febd0e-bf66-4047-adf6-3df40a30b397'] response: {'server_uuid': 'abca5020-1346-4b39-8a3a-9fc55dd58d69', 'name': 'network-vif-deleted', 'tag': '5a276d49-792b-444a-855f-36e5419066b2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 526/949] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:10 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/950] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:10 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => 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: 528/951] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:23:11 2026] GET /v2.0/networks?id=f524d6f7-f468-4121-8fc0-e954d105be99 => generated 679 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/952] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:23:10 2026] PUT /v2.0/routers/2f3bb80a-794d-4818-8617-6bb2c7a46f8f/add_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/953] 199.204.45.35 () {34 vars in 1048 bytes} [Wed May 13 01:23:11 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=84bfff9ebc5a41e39796b5e27cca7e96 => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/954] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:23:11 2026] GET /v2.0/ports/7b321aa3-aea8-4faa-a7b5-d2c7aba86313 => generated 959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/955] 199.204.45.35 () {38 vars in 953 bytes} [Wed May 13 01:23:11 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: 531/956] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:11 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => generated 957 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/957] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:11 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => 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: 533/958] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:23:11 2026] PUT /v2.0/ports/9e6b39a3-4d69-4060-b136-b16a9f25ead6 => generated 1235 bytes in 343 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: 534/959] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:11 2026] GET /v2.0/security-groups?id=71c3d758-8272-4063-8cb1-09021b51e1bd&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/960] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:23:11 2026] PUT /v2.0/routers/2f3bb80a-794d-4818-8617-6bb2c7a46f8f/add_router_interface => generated 309 bytes in 1039 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/961] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:23:12 2026] GET /v2.0/ports/cbd5ea9f-c726-4290-b0a7-8ff631a9d48e => generated 967 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:12.336 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7becbee2-ab21-4779-b10a-10e77a99afbf'] response: {'name': 'network-changed', 'server_uuid': 'ac7301ac-59cb-4d81-aad9-aa851b7d0c6d', 'tag': '9e6b39a3-4d69-4060-b136-b16a9f25ead6', 'status': 'completed', 'code': 200} 2026-05-13 01:23:12.562 7 INFO neutron_taas.services.taas.taas_plugin [None req-bfc83c94-d656-42df-a955-9f642e66ef4d 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] TaaS: Handle Delete Port: cbd5ea9f-c726-4290-b0a7-8ff631a9d48e 2026-05-13 01:23:12.565 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfc83c94-d656-42df-a955-9f642e66ef4d 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Tap Mirror: Handle Delete Port: cbd5ea9f-c726-4290-b0a7-8ff631a9d48e [pid: 8|app: 0|req: 536/962] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:12 2026] GET /v2.0/ports?device_id=abca5020-1346-4b39-8a3a-9fc55dd58d69 => 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: 537/963] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:23:12 2026] GET /v2.0/ports?tenant_id=84bfff9ebc5a41e39796b5e27cca7e96&device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => 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: 538/964] 199.204.45.35 () {34 vars in 1016 bytes} [Wed May 13 01:23:12 2026] GET /v2.0/networks?tenant_id=84bfff9ebc5a41e39796b5e27cca7e96&shared=False => generated 775 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/965] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:23:12 2026] PUT /v2.0/routers/2f3bb80a-794d-4818-8617-6bb2c7a46f8f/remove_router_interface => generated 309 bytes in 704 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/966] 199.204.45.35 () {34 vars in 928 bytes} [Wed May 13 01:23:12 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/967] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:13 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => 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: 541/968] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:13 2026] GET /v2.0/security-groups?id=71c3d758-8272-4063-8cb1-09021b51e1bd&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:13.282 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1d006d7-6356-48c7-b7b6-31d903211447 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] TaaS: Handle Delete Port: 7b321aa3-aea8-4faa-a7b5-d2c7aba86313 2026-05-13 01:23:13.285 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1d006d7-6356-48c7-b7b6-31d903211447 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Tap Mirror: Handle Delete Port: 7b321aa3-aea8-4faa-a7b5-d2c7aba86313 [pid: 7|app: 0|req: 428/969] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:23:12 2026] PUT /v2.0/routers/2f3bb80a-794d-4818-8617-6bb2c7a46f8f/remove_router_interface => generated 309 bytes in 704 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/970] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:23:13 2026] GET /v2.0/ports?device_id=2f3bb80a-794d-4818-8617-6bb2c7a46f8f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:13.953 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a6bf7c6-6ad6-4c38-a630-f70c0063e5a9 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] TaaS: Handle Delete Port: 5e6eb1bc-74b3-42ac-ba82-c85ac46325f3 2026-05-13 01:23:13.957 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a6bf7c6-6ad6-4c38-a630-f70c0063e5a9 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Tap Mirror: Handle Delete Port: 5e6eb1bc-74b3-42ac-ba82-c85ac46325f3 [pid: 8|app: 0|req: 543/971] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:13 2026] DELETE /v2.0/security-groups/1d11a8a9-1ed6-4b20-b0bf-dcb7cd188b96 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:23:13.986 8 INFO neutron.api.v2.resource [None req-08d95b0c-8f6b-4ce7-87d5-511671ccc3aa c2bc7398e123480ea6c17c06965f9211 ef2a510cf33e4edd90051a15300f60ae - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 544/972] 10.0.0.225 () {32 vars in 736 bytes} [Wed May 13 01:23:13 2026] GET /v2.0/security-groups/1d11a8a9-1ed6-4b20-b0bf-dcb7cd188b96 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/973] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:23:13 2026] GET /v2.0/ports?tenant_id=84bfff9ebc5a41e39796b5e27cca7e96&device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => generated 1238 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:23:14.106 8 INFO neutron_taas.services.taas.taas_plugin [None req-c79cce59-960a-401d-b9c4-7b4d7991c2a3 c2bc7398e123480ea6c17c06965f9211 ef2a510cf33e4edd90051a15300f60ae - - default default] TaaS: Handle Delete Port: be144fc3-6ba1-4207-854c-497dd954a0f6 2026-05-13 01:23:14.109 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c79cce59-960a-401d-b9c4-7b4d7991c2a3 c2bc7398e123480ea6c17c06965f9211 ef2a510cf33e4edd90051a15300f60ae - - default default] Tap Mirror: Handle Delete Port: be144fc3-6ba1-4207-854c-497dd954a0f6 [pid: 8|app: 0|req: 546/974] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:23:14 2026] DELETE /v2.0/floatingips/5fc5da8d-c9e9-414f-b516-8a4957a562db => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/975] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:23:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9e6b39a3-4d69-4060-b136-b16a9f25ead6 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/976] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:14 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:14.354 7 INFO neutron.services.segments.plugin [-] Segment bb4d0848-518e-4c59-bc2f-7889cb2eddb4 resource provider aggregate not found 2026-05-13 01:23:14.360 7 INFO neutron.services.segments.plugin [-] Segment bb4d0848-518e-4c59-bc2f-7889cb2eddb4 resource provider aggregate not found 2026-05-13 01:23:14.375 7 INFO neutron.services.segments.plugin [-] Segment bb4d0848-518e-4c59-bc2f-7889cb2eddb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb4d0848-518e-4c59-bc2f-7889cb2eddb4 found for delete ", "request_id": "req-b8a9dad1-5b25-4480-ad7a-b34de97489f3"}]} 2026-05-13 01:23:14.378 7 INFO neutron.services.segments.plugin [-] Segment bb4d0848-518e-4c59-bc2f-7889cb2eddb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb4d0848-518e-4c59-bc2f-7889cb2eddb4 found for delete ", "request_id": "req-61f1ae55-3522-453c-95fd-1460b0744876"}]} 2026-05-13 01:23:14.386 7 INFO neutron.db.l3_hamode_db [None req-3a6bf7c6-6ad6-4c38-a630-f70c0063e5a9 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] HA network 1a67f938-5dc3-46dd-b567-cd66462bea38 was deleted as no HA routers are present in tenant 2940456904da4809a1c3e6d19ffb3cf9. [pid: 7|app: 0|req: 429/977] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:13 2026] DELETE /v2.0/routers/2f3bb80a-794d-4818-8617-6bb2c7a46f8f => generated 0 bytes in 683 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/978] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:23:14 2026] GET /v2.0/subnets?id=1e258ea0-9bed-469f-b834-34bbdfaa0d78 => generated 697 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/979] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:14 2026] DELETE /v2.0/security-groups/f922ff75-6124-4768-8ba4-1dd021bbc118 => 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: 431/980] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:14 2026] GET /v2.0/security-groups?id=71c3d758-8272-4063-8cb1-09021b51e1bd&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: 432/981] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:23:14 2026] GET /v2.0/ports?network_id=f524d6f7-f468-4121-8fc0-e954d105be99&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/982] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:14 2026] DELETE /v2.0/subnets/352f2d5f-d271-4738-9f10-a90b2971f208 => 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: 551/983] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:23:14 2026] GET /v2.0/networks/f524d6f7-f468-4121-8fc0-e954d105be99?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: 552/984] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:14 2026] DELETE /v2.0/subnets/bf0ffdfc-9915-46ee-b9f8-96efb62537d3 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/985] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:23:14 2026] GET /v2.0/networks/f524d6f7-f468-4121-8fc0-e954d105be99?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) 2026-05-13 01:23:14.961 8 INFO neutron.services.segments.plugin [-] Segment 79e805d4-8d3e-4263-babc-d4b74d0ffa21 resource provider aggregate not found 2026-05-13 01:23:14.971 8 INFO neutron.services.segments.plugin [-] Segment 79e805d4-8d3e-4263-babc-d4b74d0ffa21 resource provider aggregate not found 2026-05-13 01:23:14.974 7 INFO neutron_taas.services.taas.taas_plugin [None req-a60266ad-b3f0-41f7-afd9-38dd766612e0 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 3fadbd74-2b53-49bd-837c-23471ab77fe9 2026-05-13 01:23:14.977 8 INFO neutron.services.segments.plugin [-] Segment 79e805d4-8d3e-4263-babc-d4b74d0ffa21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79e805d4-8d3e-4263-babc-d4b74d0ffa21 found for delete ", "request_id": "req-a0692900-3238-4783-8873-f67fa945ff64"}]} 2026-05-13 01:23:14.978 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a60266ad-b3f0-41f7-afd9-38dd766612e0 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 3fadbd74-2b53-49bd-837c-23471ab77fe9 2026-05-13 01:23:14.990 8 INFO neutron.services.segments.plugin [-] Segment 79e805d4-8d3e-4263-babc-d4b74d0ffa21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79e805d4-8d3e-4263-babc-d4b74d0ffa21 found for delete ", "request_id": "req-68dd4268-99ed-4c29-8bb4-a46f20aef81d"}]} [pid: 8|app: 0|req: 554/986] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:14 2026] DELETE /v2.0/networks/b867bfbc-0e4e-4677-ab2c-ea78cc6d36cc => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:15.091 8 INFO neutron_taas.services.taas.taas_plugin [None req-308535e7-aada-49cf-8210-365624b32f1f 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] TaaS: Handle Delete Port: d3a5e83a-2573-403e-a995-9909a481bbb7 2026-05-13 01:23:15.093 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-308535e7-aada-49cf-8210-365624b32f1f 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Tap Mirror: Handle Delete Port: d3a5e83a-2573-403e-a995-9909a481bbb7 [pid: 8|app: 0|req: 555/987] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:15 2026] DELETE /v2.0/networks/101c2621-c01d-4660-b4a3-5681780a18c4 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:15.307 8 INFO neutron.db.segments_db [None req-34d54007-a1d6-4def-9876-d513d7ab461e 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Added segment d6bec3f9-8c25-4715-8ced-bfe221320aab of type vxlan for network a78ea51c-6f1b-4c9b-964b-2c264543bd42 [pid: 8|app: 0|req: 556/988] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:15 2026] POST /v2.0/networks => generated 613 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/989] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:23:14 2026] PUT /v2.0/routers/e4763f25-e263-40b5-a546-9ce4c9645973/remove_router_interface => generated 309 bytes in 987 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/990] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:23:15 2026] POST /v2.0/subnets => generated 646 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/991] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:15 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:15.685 8 INFO neutron.db.segments_db [None req-35f548f5-3568-4d99-80ad-5a2f1f1ea49b 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Added segment 190cb9e4-b7a0-4ff6-8afd-89d3c73abda1 of type vxlan for network 6c9e4b45-0334-427c-9aea-d26a7b5611f1 2026-05-13 01:23:15.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-23d5eb58-08aa-4cbe-a18d-54b65d2bcc17 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 34c161c9-1432-4228-8696-c974e8a9f42f 2026-05-13 01:23:15.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23d5eb58-08aa-4cbe-a18d-54b65d2bcc17 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 34c161c9-1432-4228-8696-c974e8a9f42f 2026-05-13 01:23:15.924 8 INFO neutron.db.l3_hamode_db [None req-35f548f5-3568-4d99-80ad-5a2f1f1ea49b 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:23:15.985 7 INFO neutron_taas.services.taas.taas_plugin [None req-23d5eb58-08aa-4cbe-a18d-54b65d2bcc17 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: ddbb4b3e-d964-43f0-87e2-946e66d1ee63 2026-05-13 01:23:15.988 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23d5eb58-08aa-4cbe-a18d-54b65d2bcc17 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: ddbb4b3e-d964-43f0-87e2-946e66d1ee63 2026-05-13 01:23:16.029 8 INFO neutron.db.l3_hamode_db [None req-35f548f5-3568-4d99-80ad-5a2f1f1ea49b 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:23:16.357 7 INFO neutron.db.l3_hamode_db [None req-23d5eb58-08aa-4cbe-a18d-54b65d2bcc17 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] HA network d509c3a6-cd82-4193-b25b-d44f6932b38a was deleted as no HA routers are present in tenant ef2a510cf33e4edd90051a15300f60ae. [pid: 7|app: 0|req: 434/992] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:15 2026] DELETE /v2.0/routers/e4763f25-e263-40b5-a546-9ce4c9645973 => generated 0 bytes in 867 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:23:16.397 7 INFO neutron.services.segments.plugin [-] Segment 2cb46f1c-acda-40b3-9c4e-eb423cf7e7b6 resource provider aggregate not found 2026-05-13 01:23:16.403 7 INFO neutron.services.segments.plugin [-] Segment 2cb46f1c-acda-40b3-9c4e-eb423cf7e7b6 resource provider aggregate not found [pid: 7|app: 0|req: 435/993] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:16 2026] GET /v2.0/security-groups?id=71c3d758-8272-4063-8cb1-09021b51e1bd&fields=id&fields=name => generated 114 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:16.434 7 INFO neutron.services.segments.plugin [-] Segment 2cb46f1c-acda-40b3-9c4e-eb423cf7e7b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cb46f1c-acda-40b3-9c4e-eb423cf7e7b6 found for delete ", "request_id": "req-ce98db34-df83-4979-b6c4-78eeb72adc82"}]} 2026-05-13 01:23:16.436 7 INFO neutron.services.segments.plugin [-] Segment 2cb46f1c-acda-40b3-9c4e-eb423cf7e7b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cb46f1c-acda-40b3-9c4e-eb423cf7e7b6 found for delete ", "request_id": "req-9425e148-4e43-40d4-929a-27ed948ab56a"}]} [pid: 7|app: 0|req: 436/994] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:16 2026] DELETE /v2.0/subnets/e3d06ecd-db43-4eba-8055-c5b80b7de13c => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/995] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:23:15 2026] POST /v2.0/routers => generated 509 bytes in 1013 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:23:16.726 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2b21c61-455f-449d-b6e3-3ea0e01866e2 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: b94d7b5f-b472-4474-b214-13ecb75648ff 2026-05-13 01:23:16.728 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2b21c61-455f-449d-b6e3-3ea0e01866e2 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: b94d7b5f-b472-4474-b214-13ecb75648ff [pid: 7|app: 0|req: 437/996] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:16 2026] DELETE /v2.0/networks/0bb892e6-a742-4ae0-8ce0-fcdb5f598eae => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/997] 10.0.0.225 () {34 vars in 664 bytes} [Wed May 13 01:23:16 2026] POST /v2.0/ports => generated 963 bytes in 275 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-05-13 01:23:17.000 8 INFO neutron.services.segments.plugin [-] Segment cc12dfbd-0935-4f5b-b6c4-7974d8cfdb4f resource provider aggregate not found 2026-05-13 01:23:17.010 8 INFO neutron.services.segments.plugin [-] Segment cc12dfbd-0935-4f5b-b6c4-7974d8cfdb4f resource provider aggregate not found 2026-05-13 01:23:17.018 8 INFO neutron.services.segments.plugin [-] Segment cc12dfbd-0935-4f5b-b6c4-7974d8cfdb4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc12dfbd-0935-4f5b-b6c4-7974d8cfdb4f found for delete ", "request_id": "req-6024b925-ae70-4231-9d89-41fcf3f8cdb6"}]} 2026-05-13 01:23:17.031 8 INFO neutron.services.segments.plugin [-] Segment cc12dfbd-0935-4f5b-b6c4-7974d8cfdb4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc12dfbd-0935-4f5b-b6c4-7974d8cfdb4f found for delete ", "request_id": "req-11bec139-0eb3-40fa-9fe4-e659bcf2ff0e"}]} 2026-05-13 01:23:17.283 7 INFO neutron_taas.services.taas.taas_plugin [None req-49918d53-8199-44d3-a8a2-b53404568345 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 418c5119-7693-4c89-9002-9a81d9fa26bf 2026-05-13 01:23:17.285 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49918d53-8199-44d3-a8a2-b53404568345 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 418c5119-7693-4c89-9002-9a81d9fa26bf [pid: 7|app: 0|req: 438/998] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:23:16 2026] PUT /v2.0/routers/2310cfdb-b523-42d5-98e2-662d8fa22d7d/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/999] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:17 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1000] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:23:16 2026] PUT /v2.0/routers/7156e0c6-2ec5-4aaa-b13b-b7a4eaffe8b3/add_router_interface => generated 309 bytes in 1085 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: 562/1001] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:18 2026] GET /v2.0/security-groups?id=71c3d758-8272-4063-8cb1-09021b51e1bd&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1002] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:23:18 2026] GET /v2.0/ports/c5a2d0e5-3313-4afa-a8fe-34eee822fc1c => generated 1037 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:23:18.108 7 INFO neutron_taas.services.taas.taas_plugin [None req-55cc0c76-2519-4209-98cc-6a0b248c97f3 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 2c4e0480-c0dd-46e3-990f-dc91e6e1c07d 2026-05-13 01:23:18.111 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55cc0c76-2519-4209-98cc-6a0b248c97f3 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 2c4e0480-c0dd-46e3-990f-dc91e6e1c07d 2026-05-13 01:23:18.396 7 INFO neutron_taas.services.taas.taas_plugin [None req-55cc0c76-2519-4209-98cc-6a0b248c97f3 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 4082bd26-dd39-4f28-8b62-4552206bf21e 2026-05-13 01:23:18.399 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55cc0c76-2519-4209-98cc-6a0b248c97f3 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 4082bd26-dd39-4f28-8b62-4552206bf21e 2026-05-13 01:23:18.450 8 INFO neutron_taas.services.taas.taas_plugin [None req-de359966-daec-4a49-b1b2-3c64b0786493 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] TaaS: Handle Delete Port: c5a2d0e5-3313-4afa-a8fe-34eee822fc1c 2026-05-13 01:23:18.455 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de359966-daec-4a49-b1b2-3c64b0786493 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Tap Mirror: Handle Delete Port: c5a2d0e5-3313-4afa-a8fe-34eee822fc1c 2026-05-13 01:23:18.460 7 INFO neutron.services.segments.plugin [-] Segment 2d35c397-7e11-4b34-b555-def172d7a0c5 resource provider aggregate not found 2026-05-13 01:23:18.464 7 INFO neutron.services.segments.plugin [-] Segment 2d35c397-7e11-4b34-b555-def172d7a0c5 resource provider aggregate not found 2026-05-13 01:23:18.481 7 INFO neutron.services.segments.plugin [-] Segment 2d35c397-7e11-4b34-b555-def172d7a0c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d35c397-7e11-4b34-b555-def172d7a0c5 found for delete ", "request_id": "req-ba18bf49-f148-4148-9283-5f16f42e0f30"}]} 2026-05-13 01:23:18.485 7 INFO neutron.services.segments.plugin [-] Segment 2d35c397-7e11-4b34-b555-def172d7a0c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d35c397-7e11-4b34-b555-def172d7a0c5 found for delete ", "request_id": "req-758ede15-861d-46d5-a468-cd2b8817311b"}]} 2026-05-13 01:23:18.794 7 INFO neutron.db.l3_hamode_db [None req-55cc0c76-2519-4209-98cc-6a0b248c97f3 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] HA network c6650e12-2672-4442-9cfb-c67939c9dcd1 was deleted as no HA routers are present in tenant f9e79164741945c9af27b7471bda0720. [pid: 7|app: 0|req: 440/1003] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:17 2026] DELETE /v2.0/routers/2310cfdb-b523-42d5-98e2-662d8fa22d7d => generated 0 bytes in 879 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1004] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:23:18 2026] PUT /v2.0/routers/7156e0c6-2ec5-4aaa-b13b-b7a4eaffe8b3/remove_router_interface => generated 309 bytes in 754 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: 441/1005] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:18 2026] DELETE /v2.0/subnets/d373599e-2e29-4497-ba6d-703f179b29af => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:18.970 8 INFO neutron.api.v2.resource [None req-91b62880-5d5c-45c6-8197-8492221e2b91 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 565/1006] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:23:18 2026] PUT /v2.0/routers/7156e0c6-2ec5-4aaa-b13b-b7a4eaffe8b3/remove_router_interface => generated 197 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1007] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:23:18 2026] GET /v2.0/ports?device_id=7156e0c6-2ec5-4aaa-b13b-b7a4eaffe8b3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:19.028 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bba9030-7ce3-49c2-b65c-4af405f61b81 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: ed6a362d-93d9-4a9f-b685-9fca66e03e8d 2026-05-13 01:23:19.032 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bba9030-7ce3-49c2-b65c-4af405f61b81 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: ed6a362d-93d9-4a9f-b685-9fca66e03e8d 2026-05-13 01:23:19.164 8 INFO neutron_taas.services.taas.taas_plugin [None req-3edc878e-4edd-4429-8911-d406058062f5 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] TaaS: Handle Delete Port: e2b9b9da-69a6-4f72-a06b-8d2278604b87 2026-05-13 01:23:19.167 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3edc878e-4edd-4429-8911-d406058062f5 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Tap Mirror: Handle Delete Port: e2b9b9da-69a6-4f72-a06b-8d2278604b87 [pid: 7|app: 0|req: 442/1008] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:18 2026] DELETE /v2.0/networks/165c398c-c19b-43b5-b28a-88e3671facd1 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/1009] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:19 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/1010] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:19 2026] GET /v2.0/security-groups?id=71c3d758-8272-4063-8cb1-09021b51e1bd&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-05-13 01:23:19.498 8 INFO neutron.services.segments.plugin [-] Segment 190cb9e4-b7a0-4ff6-8afd-89d3c73abda1 resource provider aggregate not found 2026-05-13 01:23:19.501 8 INFO neutron.services.segments.plugin [-] Segment 190cb9e4-b7a0-4ff6-8afd-89d3c73abda1 resource provider aggregate not found 2026-05-13 01:23:19.518 8 INFO neutron.services.segments.plugin [-] Segment 190cb9e4-b7a0-4ff6-8afd-89d3c73abda1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 190cb9e4-b7a0-4ff6-8afd-89d3c73abda1 found for delete ", "request_id": "req-b4704855-93d2-47f5-b455-18a3b3970dd1"}]} 2026-05-13 01:23:19.520 8 INFO neutron.services.segments.plugin [-] Segment 190cb9e4-b7a0-4ff6-8afd-89d3c73abda1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 190cb9e4-b7a0-4ff6-8afd-89d3c73abda1 found for delete ", "request_id": "req-963eccae-c379-4fe7-b9d4-d54ea35326c1"}]} [pid: 7|app: 0|req: 445/1011] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:19 2026] GET /v2.0/security-groups?tenant_id=ef2a510cf33e4edd90051a15300f60ae&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:23:19.530 8 INFO neutron.db.l3_hamode_db [None req-3edc878e-4edd-4429-8911-d406058062f5 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] HA network 6c9e4b45-0334-427c-9aea-d26a7b5611f1 was deleted as no HA routers are present in tenant 2940456904da4809a1c3e6d19ffb3cf9. [pid: 8|app: 0|req: 567/1012] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:18 2026] DELETE /v2.0/routers/7156e0c6-2ec5-4aaa-b13b-b7a4eaffe8b3 => generated 0 bytes in 541 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/1013] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:19 2026] DELETE /v2.0/security-groups/d3434fb5-307b-4b6c-82ad-881d2521c18f => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1014] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:19 2026] DELETE /v2.0/subnets/55f080eb-2bde-432c-a323-2bc34f5af1b1 => 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: 447/1015] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:19 2026] DELETE /v2.0/networks/a78ea51c-6f1b-4c9b-964b-2c264543bd42 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1016] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:19 2026] GET /v2.0/security-groups?tenant_id=f9e79164741945c9af27b7471bda0720&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:23:19.892 7 INFO neutron.db.segments_db [None req-852e7a59-fd19-44d2-a384-ded9338931cc 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Added segment 310fb6e1-44b2-4f07-b57d-80202117c517 of type vxlan for network 0f2322b8-83da-4c3d-9438-cb1ad3b70158 [pid: 8|app: 0|req: 570/1017] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:19 2026] DELETE /v2.0/security-groups/12e16f49-024d-4dd6-8a0c-9ce65eae32ff => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/1018] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:19 2026] POST /v2.0/networks => generated 615 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1019] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:23:19 2026] POST /v2.0/subnets => generated 646 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:23:20.348 7 INFO neutron.db.segments_db [None req-3d1b1f93-7485-4da8-997c-4727d19d7261 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Added segment 6257e88a-440d-4df5-b881-1df4c6800f43 of type vxlan for network bb668498-1656-4477-88a5-edd7610806cf [pid: 8|app: 0|req: 572/1020] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:20 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => generated 971 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:20.520 7 INFO neutron.services.segments.plugin [-] Segment 5949a83e-3b78-4a1d-bc3b-a7ef37bcf6a1 resource provider aggregate not found 2026-05-13 01:23:20.543 7 INFO neutron.services.segments.plugin [-] Segment 5949a83e-3b78-4a1d-bc3b-a7ef37bcf6a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5949a83e-3b78-4a1d-bc3b-a7ef37bcf6a1 found for delete ", "request_id": "req-69565eba-095f-4d51-8410-e0ae022cc896"}]} 2026-05-13 01:23:20.551 7 INFO neutron.services.segments.plugin [-] Segment 5949a83e-3b78-4a1d-bc3b-a7ef37bcf6a1 resource provider aggregate not found [pid: 8|app: 0|req: 573/1021] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:20 2026] GET /v2.0/security-groups?id=71c3d758-8272-4063-8cb1-09021b51e1bd&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:20.567 7 INFO neutron.services.segments.plugin [-] Segment 6eb7c65f-ac04-437b-889d-a9ae83cbc193 resource provider aggregate not found 2026-05-13 01:23:20.582 7 INFO neutron.services.segments.plugin [-] Segment 5949a83e-3b78-4a1d-bc3b-a7ef37bcf6a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5949a83e-3b78-4a1d-bc3b-a7ef37bcf6a1 found for delete ", "request_id": "req-6804902c-2892-49ef-a96d-f2c03615ef59"}]} 2026-05-13 01:23:20.594 7 INFO neutron.services.segments.plugin [-] Segment 6eb7c65f-ac04-437b-889d-a9ae83cbc193 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6eb7c65f-ac04-437b-889d-a9ae83cbc193 found for delete ", "request_id": "req-2f254f12-d66f-4000-8246-6e84e3cb6151"}]} 2026-05-13 01:23:20.612 7 INFO neutron.services.segments.plugin [-] Segment d6bec3f9-8c25-4715-8ced-bfe221320aab resource provider aggregate not found 2026-05-13 01:23:20.616 7 INFO neutron.services.segments.plugin [-] Segment 6eb7c65f-ac04-437b-889d-a9ae83cbc193 resource provider aggregate not found 2026-05-13 01:23:20.635 7 INFO neutron.services.segments.plugin [-] Segment d6bec3f9-8c25-4715-8ced-bfe221320aab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6bec3f9-8c25-4715-8ced-bfe221320aab found for delete ", "request_id": "req-40df88d1-a7ec-4a4e-8c4c-e2e378571259"}]} 2026-05-13 01:23:20.639 7 INFO neutron.services.segments.plugin [-] Segment 6eb7c65f-ac04-437b-889d-a9ae83cbc193 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6eb7c65f-ac04-437b-889d-a9ae83cbc193 found for delete ", "request_id": "req-03f41f8c-3aa5-420d-8b36-1e20f9271405"}]} 2026-05-13 01:23:20.660 7 INFO neutron.services.segments.plugin [-] Segment d6bec3f9-8c25-4715-8ced-bfe221320aab resource provider aggregate not found 2026-05-13 01:23:20.676 7 INFO neutron.services.segments.plugin [-] Segment d6bec3f9-8c25-4715-8ced-bfe221320aab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6bec3f9-8c25-4715-8ced-bfe221320aab found for delete ", "request_id": "req-3e74b8e4-ad64-426c-bee0-8526a4134450"}]} 2026-05-13 01:23:20.701 7 INFO neutron.db.l3_hamode_db [None req-3d1b1f93-7485-4da8-997c-4727d19d7261 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:23:20.811 7 INFO neutron.db.l3_hamode_db [None req-3d1b1f93-7485-4da8-997c-4727d19d7261 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 574/1022] 10.0.0.137 () {34 vars in 989 bytes} [Wed May 13 01:23:21 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 1240 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1023] 10.0.0.137 () {34 vars in 1039 bytes} [Wed May 13 01:23:21 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/1024] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:23:20 2026] POST /v2.0/routers => generated 511 bytes in 1066 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/1025] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:21 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => 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: 451/1026] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:21 2026] GET /v2.0/security-groups?id=71c3d758-8272-4063-8cb1-09021b51e1bd&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: 7|app: 0|req: 452/1027] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:21 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:22.176 7 INFO neutron.db.l3_db [None req-3b7ed192-ba2e-433b-b468-bdf43cf79b11 489720292120434aac37dc5f8e16bc3e 84bfff9ebc5a41e39796b5e27cca7e96 - - default default] Floating IP 5898c5b5-51dc-4e9b-9711-d67f1dae6f7c associated. External IP: 10.96.250.207, port: 9e6b39a3-4d69-4060-b136-b16a9f25ead6. [pid: 8|app: 0|req: 576/1028] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:23:21 2026] PUT /v2.0/routers/6bad6eea-60c5-4a93-a695-0340f766af5f/add_router_interface => generated 309 bytes in 1176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/1031] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:23:21 2026] PUT /v2.0/floatingips/5898c5b5-51dc-4e9b-9711-d67f1dae6f7c => generated 855 bytes in 707 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1032] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:23:22 2026] GET /v2.0/ports/c1f9f95e-21d5-4765-bea3-33b3220f5462 => generated 959 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:22.597 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9b192879-5f7c-4e94-b265-84177e32f5c2'] response: {'name': 'network-changed', 'server_uuid': 'ac7301ac-59cb-4d81-aad9-aa851b7d0c6d', 'tag': '9e6b39a3-4d69-4060-b136-b16a9f25ead6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 580/1033] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:22 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1034] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:22 2026] GET /v2.0/security-groups?id=71c3d758-8272-4063-8cb1-09021b51e1bd&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1035] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:22 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1036] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:22 2026] GET /v2.0/security-groups?id=71c3d758-8272-4063-8cb1-09021b51e1bd&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-05-13 01:23:23.019 7 INFO neutron_taas.services.taas.taas_plugin [None req-7618e238-697c-4598-8696-a453aceb42ed 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] TaaS: Handle Delete Port: c1f9f95e-21d5-4765-bea3-33b3220f5462 2026-05-13 01:23:23.022 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7618e238-697c-4598-8696-a453aceb42ed 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Tap Mirror: Handle Delete Port: c1f9f95e-21d5-4765-bea3-33b3220f5462 [pid: 8|app: 0|req: 584/1037] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:23:23 2026] GET /v2.0/ports?tenant_id=84bfff9ebc5a41e39796b5e27cca7e96&device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1038] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:23:23 2026] GET /v2.0/networks?id=f524d6f7-f468-4121-8fc0-e954d105be99 => generated 775 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1039] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:23:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9e6b39a3-4d69-4060-b136-b16a9f25ead6 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1040] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:23:23 2026] GET /v2.0/subnets?id=1e258ea0-9bed-469f-b834-34bbdfaa0d78 => generated 697 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1041] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:23:23 2026] GET /v2.0/ports?network_id=f524d6f7-f468-4121-8fc0-e954d105be99&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1042] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:23:23 2026] GET /v2.0/networks/f524d6f7-f468-4121-8fc0-e954d105be99?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: 590/1043] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:23:23 2026] GET /v2.0/networks/f524d6f7-f468-4121-8fc0-e954d105be99?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/1044] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:23:22 2026] PUT /v2.0/routers/6bad6eea-60c5-4a93-a695-0340f766af5f/remove_router_interface => generated 309 bytes in 836 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1045] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:23:23 2026] GET /v2.0/ports?device_id=6bad6eea-60c5-4a93-a695-0340f766af5f => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:23.588 7 INFO neutron_taas.services.taas.taas_plugin [None req-4398f782-2805-477a-a673-f535855717f0 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] TaaS: Handle Delete Port: f3c00578-c9f1-45d9-9825-832a8b64a2e6 2026-05-13 01:23:23.590 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4398f782-2805-477a-a673-f535855717f0 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Tap Mirror: Handle Delete Port: f3c00578-c9f1-45d9-9825-832a8b64a2e6 2026-05-13 01:23:23.936 7 INFO neutron.services.segments.plugin [-] Segment 6257e88a-440d-4df5-b881-1df4c6800f43 resource provider aggregate not found 2026-05-13 01:23:23.944 7 INFO neutron.services.segments.plugin [-] Segment 6257e88a-440d-4df5-b881-1df4c6800f43 resource provider aggregate not found 2026-05-13 01:23:23.963 7 INFO neutron.services.segments.plugin [-] Segment 6257e88a-440d-4df5-b881-1df4c6800f43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6257e88a-440d-4df5-b881-1df4c6800f43 found for delete ", "request_id": "req-1e8414b0-c015-40ed-87a1-beaa46056292"}]} 2026-05-13 01:23:23.965 7 INFO neutron.db.l3_hamode_db [None req-4398f782-2805-477a-a673-f535855717f0 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] HA network bb668498-1656-4477-88a5-edd7610806cf was deleted as no HA routers are present in tenant 2940456904da4809a1c3e6d19ffb3cf9. 2026-05-13 01:23:23.967 7 INFO neutron.services.segments.plugin [-] Segment 6257e88a-440d-4df5-b881-1df4c6800f43 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6257e88a-440d-4df5-b881-1df4c6800f43 found for delete ", "request_id": "req-b170abad-2a16-4885-a30a-45d273ea6ab5"}]} [pid: 7|app: 0|req: 455/1046] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:23 2026] DELETE /v2.0/routers/6bad6eea-60c5-4a93-a695-0340f766af5f => generated 0 bytes in 529 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1047] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:23 2026] DELETE /v2.0/subnets/bb5c03a2-5800-4bf5-91b2-9cdea50da103 => 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: 456/1048] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:24 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/1049] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:24 2026] GET /v2.0/security-groups?id=71c3d758-8272-4063-8cb1-09021b51e1bd&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-05-13 01:23:24.252 8 INFO neutron.services.segments.plugin [-] Segment 310fb6e1-44b2-4f07-b57d-80202117c517 resource provider aggregate not found 2026-05-13 01:23:24.256 8 INFO neutron.services.segments.plugin [-] Segment 310fb6e1-44b2-4f07-b57d-80202117c517 resource provider aggregate not found 2026-05-13 01:23:24.269 8 INFO neutron.services.segments.plugin [-] Segment 310fb6e1-44b2-4f07-b57d-80202117c517 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 310fb6e1-44b2-4f07-b57d-80202117c517 found for delete ", "request_id": "req-7163f5ec-99c2-4756-9c45-5335ff319caa"}]} 2026-05-13 01:23:24.276 8 INFO neutron.services.segments.plugin [-] Segment 310fb6e1-44b2-4f07-b57d-80202117c517 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 310fb6e1-44b2-4f07-b57d-80202117c517 found for delete ", "request_id": "req-77bce02d-f1c2-4eb9-993b-0c11ecb3aec0"}]} [pid: 8|app: 0|req: 593/1050] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:24 2026] DELETE /v2.0/networks/0f2322b8-83da-4c3d-9438-cb1ad3b70158 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:24.325 8 INFO neutron.db.segments_db [None req-9b0fdb77-6c97-4b34-b0a4-7a99e8c9f908 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Added segment 20dc14ba-9837-445a-825f-6baa5d5d144a of type vxlan for network d6eb2a20-1b8f-4fef-9a57-fed677a39444 2026-05-13 01:23:24.542 7 INFO neutron.db.segments_db [None req-1ad57057-31ce-47e6-9a50-ac0cca4cec12 09728bf27b8543cc957c3386d0a558a3 763c28bc701f450dbb8324220e2c3f89 - - default default] Added segment e1010c86-b9e1-4cbf-8dff-13860df62516 of type vxlan for network 04fbad0f-38a8-4b11-85f4-ad49833ca815 2026-05-13 01:23:24.544 8 INFO neutron.db.l3_hamode_db [None req-9b0fdb77-6c97-4b34-b0a4-7a99e8c9f908 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 458/1051] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:24 2026] POST /v2.0/networks => generated 706 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/1052] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:23:24 2026] POST /v2.0/subnets => generated 644 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:23:24.819 7 WARNING neutron.api.v2.base [None req-810625da-e126-438b-a6d5-1b003fc021a9 09728bf27b8543cc957c3386d0a558a3 763c28bc701f450dbb8324220e2c3f89 - - 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-05-13 01:23:24.820 7 INFO neutron.api.v2.resource [None req-810625da-e126-438b-a6d5-1b003fc021a9 09728bf27b8543cc957c3386d0a558a3 763c28bc701f450dbb8324220e2c3f89 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 460/1053] 10.0.0.225 () {34 vars in 680 bytes} [Wed May 13 01:23:24 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/1054] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:24 2026] DELETE /v2.0/networks/04fbad0f-38a8-4b11-85f4-ad49833ca815 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:25.018 7 INFO neutron.db.segments_db [None req-357ddcd5-cd51-461b-8446-940e13cc141a 09728bf27b8543cc957c3386d0a558a3 763c28bc701f450dbb8324220e2c3f89 - - default default] Added segment 54aac9a3-2f36-4d93-b714-faa5c70c6295 of type vxlan for network f69b8b9f-682d-416a-a98c-2979f60a642f [pid: 7|app: 0|req: 462/1055] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:24 2026] POST /v2.0/networks => generated 708 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/1056] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:23:25 2026] POST /v2.0/subnets => generated 647 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:23:25.254 7 WARNING neutron.api.v2.base [None req-aff9cb87-cab5-4af8-a3df-458ee531ca2e 09728bf27b8543cc957c3386d0a558a3 763c28bc701f450dbb8324220e2c3f89 - - 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-05-13 01:23:25.255 7 INFO neutron.api.v2.resource [None req-aff9cb87-cab5-4af8-a3df-458ee531ca2e 09728bf27b8543cc957c3386d0a558a3 763c28bc701f450dbb8324220e2c3f89 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 464/1057] 10.0.0.225 () {34 vars in 680 bytes} [Wed May 13 01:23:25 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/1058] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:25 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:25.336 8 INFO neutron.db.l3_hamode_db [None req-9b0fdb77-6c97-4b34-b0a4-7a99e8c9f908 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 466/1059] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:25 2026] DELETE /v2.0/networks/f69b8b9f-682d-416a-a98c-2979f60a642f => 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: 467/1060] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:25 2026] GET /v2.0/security-groups?id=71c3d758-8272-4063-8cb1-09021b51e1bd&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: 468/1061] 199.204.45.35 () {34 vars in 992 bytes} [Wed May 13 01:23:25 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:25.597 7 INFO neutron.db.segments_db [None req-eae9e1f9-2459-43d2-94ce-2a697cdafd62 09728bf27b8543cc957c3386d0a558a3 763c28bc701f450dbb8324220e2c3f89 - - default default] Added segment baa5cb1f-b466-4ede-8425-7c736e514c95 of type vxlan for network 2662de56-6b2b-404b-b363-05e23638419d [pid: 7|app: 0|req: 469/1062] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:25 2026] POST /v2.0/networks => generated 708 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:23:25.757 7 INFO neutron_taas.services.taas.taas_plugin [req-49348dfc-b29d-43f9-898d-8d5115db258e req-2eb8f9d3-3418-45e8-ad18-3436dfc9399f 489720292120434aac37dc5f8e16bc3e 84bfff9ebc5a41e39796b5e27cca7e96 - - default default] TaaS: Handle Delete Port: 9e6b39a3-4d69-4060-b136-b16a9f25ead6 2026-05-13 01:23:25.759 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-49348dfc-b29d-43f9-898d-8d5115db258e req-2eb8f9d3-3418-45e8-ad18-3436dfc9399f 489720292120434aac37dc5f8e16bc3e 84bfff9ebc5a41e39796b5e27cca7e96 - - default default] Tap Mirror: Handle Delete Port: 9e6b39a3-4d69-4060-b136-b16a9f25ead6 [pid: 8|app: 0|req: 594/1063] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:23:24 2026] POST /v2.0/routers => generated 692 bytes in 1954 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:23:26.250 7 INFO neutron.services.segments.plugin [-] Segment e1010c86-b9e1-4cbf-8dff-13860df62516 resource provider aggregate not found 2026-05-13 01:23:26.255 7 INFO neutron.services.segments.plugin [-] Segment e1010c86-b9e1-4cbf-8dff-13860df62516 resource provider aggregate not found 2026-05-13 01:23:26.270 7 INFO neutron.services.segments.plugin [-] Segment e1010c86-b9e1-4cbf-8dff-13860df62516 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1010c86-b9e1-4cbf-8dff-13860df62516 found for delete ", "request_id": "req-98ff516a-e48c-4fd6-bad0-cae693da7a3e"}]} 2026-05-13 01:23:26.284 7 INFO neutron.services.segments.plugin [-] Segment e1010c86-b9e1-4cbf-8dff-13860df62516 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1010c86-b9e1-4cbf-8dff-13860df62516 found for delete ", "request_id": "req-77197b6b-db58-42e5-a6a2-b78aed28f18f"}]} 2026-05-13 01:23:26.293 7 INFO neutron.services.segments.plugin [-] Segment 54aac9a3-2f36-4d93-b714-faa5c70c6295 resource provider aggregate not found 2026-05-13 01:23:26.306 7 INFO neutron.services.segments.plugin [-] Segment 54aac9a3-2f36-4d93-b714-faa5c70c6295 resource provider aggregate not found 2026-05-13 01:23:26.311 7 INFO neutron.services.segments.plugin [-] Segment 54aac9a3-2f36-4d93-b714-faa5c70c6295 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54aac9a3-2f36-4d93-b714-faa5c70c6295 found for delete ", "request_id": "req-108290bd-1329-4123-90d2-643302d72aba"}]} 2026-05-13 01:23:26.312 7 INFO neutron.db.l3_db [req-49348dfc-b29d-43f9-898d-8d5115db258e req-2eb8f9d3-3418-45e8-ad18-3436dfc9399f 489720292120434aac37dc5f8e16bc3e 84bfff9ebc5a41e39796b5e27cca7e96 - - default default] Floating IP 5898c5b5-51dc-4e9b-9711-d67f1dae6f7c disassociated. External IP: 10.96.250.207, port: 9e6b39a3-4d69-4060-b136-b16a9f25ead6. 2026-05-13 01:23:26.335 7 INFO neutron.services.segments.plugin [-] Segment 54aac9a3-2f36-4d93-b714-faa5c70c6295 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54aac9a3-2f36-4d93-b714-faa5c70c6295 found for delete ", "request_id": "req-7637bbd7-6f49-4dc7-ae02-27c14fecaa40"}]} [pid: 8|app: 0|req: 595/1064] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:23:26 2026] POST /v2.0/subnets => generated 647 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1065] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:23:26 2026] GET /v2.0/routers/8be4d6da-9a53-464e-a651-132ad3c24e82 => generated 698 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/1066] 199.204.45.35 () {36 vars in 995 bytes} [Wed May 13 01:23:25 2026] DELETE /v2.0/ports/9e6b39a3-4d69-4060-b136-b16a9f25ead6 => generated 0 bytes in 998 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:26.721 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e5acddbe-2f40-4a31-9c5a-15195ad2d170'] response: {'server_uuid': 'ac7301ac-59cb-4d81-aad9-aa851b7d0c6d', 'name': 'network-vif-deleted', 'tag': '9e6b39a3-4d69-4060-b136-b16a9f25ead6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 597/1067] 10.0.0.225 () {34 vars in 680 bytes} [Wed May 13 01:23:26 2026] POST /v2.0/rbac-policies => generated 324 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1068] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:26 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => 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: 471/1069] 10.0.0.225 () {32 vars in 646 bytes} [Wed May 13 01:23:26 2026] GET /v2.0/routers => generated 701 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/1070] 10.0.0.225 () {32 vars in 722 bytes} [Wed May 13 01:23:27 2026] GET /v2.0/networks/2662de56-6b2b-404b-b363-05e23638419d => generated 655 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1071] 10.0.0.225 () {34 vars in 740 bytes} [Wed May 13 01:23:26 2026] PUT /v2.0/routers/8be4d6da-9a53-464e-a651-132ad3c24e82 => generated 705 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/1072] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:23:27 2026] GET /v2.0/routers/8be4d6da-9a53-464e-a651-132ad3c24e82 => generated 705 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1073] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:23:27 2026] GET /v2.0/ports?device_id=8be4d6da-9a53-464e-a651-132ad3c24e82 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:27.429 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b816c60-7ea7-4a61-8514-95bb500e9e58 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] TaaS: Handle Delete Port: 4c773a49-6c23-4be2-9523-d859b75c269d 2026-05-13 01:23:27.432 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b816c60-7ea7-4a61-8514-95bb500e9e58 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Tap Mirror: Handle Delete Port: 4c773a49-6c23-4be2-9523-d859b75c269d 2026-05-13 01:23:27.570 8 INFO neutron.pecan_wsgi.hooks.translation [None req-157d6f0f-75e1-42a7-b653-b16d8704615a d7b00776626b492abc6ea07dba672068 b9c89bd5799a46e0a046e008fd4c6d0e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 601/1074] 10.0.0.225 () {32 vars in 722 bytes} [Wed May 13 01:23:27 2026] GET /v2.0/networks/2662de56-6b2b-404b-b363-05e23638419d => generated 138 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:23:27.656 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b816c60-7ea7-4a61-8514-95bb500e9e58 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] TaaS: Handle Delete Port: 71cd9aa6-7439-4321-8888-011bb0dce4e6 2026-05-13 01:23:27.658 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b816c60-7ea7-4a61-8514-95bb500e9e58 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] Tap Mirror: Handle Delete Port: 71cd9aa6-7439-4321-8888-011bb0dce4e6 2026-05-13 01:23:27.745 8 INFO neutron.services.segments.plugin [-] Segment baa5cb1f-b466-4ede-8425-7c736e514c95 resource provider aggregate not found 2026-05-13 01:23:27.750 8 INFO neutron.services.segments.plugin [-] Segment baa5cb1f-b466-4ede-8425-7c736e514c95 resource provider aggregate not found 2026-05-13 01:23:27.769 8 INFO neutron.services.segments.plugin [-] Segment baa5cb1f-b466-4ede-8425-7c736e514c95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baa5cb1f-b466-4ede-8425-7c736e514c95 found for delete ", "request_id": "req-a8ef93b2-7a31-4dcd-93de-a75add84ae92"}]} 2026-05-13 01:23:27.770 8 INFO neutron.services.segments.plugin [-] Segment baa5cb1f-b466-4ede-8425-7c736e514c95 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baa5cb1f-b466-4ede-8425-7c736e514c95 found for delete ", "request_id": "req-5ebdbd19-ec99-46b3-b108-939155de0b59"}]} [pid: 8|app: 0|req: 602/1075] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:27 2026] DELETE /v2.0/networks/2662de56-6b2b-404b-b363-05e23638419d => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:27.803 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fe9cae64-585d-40c3-bf79-165a2374d2db 09728bf27b8543cc957c3386d0a558a3 763c28bc701f450dbb8324220e2c3f89 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 603/1076] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:27 2026] DELETE /v2.0/subnets/f18fe357-b142-4d62-a908-a773a6be883d => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:23:27.823 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bb767ef7-afc8-454b-8283-db215873926b 09728bf27b8543cc957c3386d0a558a3 763c28bc701f450dbb8324220e2c3f89 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 604/1077] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:27 2026] DELETE /v2.0/subnets/6e968192-b8d2-43a6-9fb4-2a1b454a6cd2 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:23:27.849 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7bc58698-78f4-40f0-bb0d-79f918f46e98 09728bf27b8543cc957c3386d0a558a3 763c28bc701f450dbb8324220e2c3f89 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 605/1078] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:27 2026] DELETE /v2.0/subnets/59cca9c0-eb08-45df-beca-710fa34c100c => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1079] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:27 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:27.998 7 INFO neutron.db.l3_hamode_db [None req-4b816c60-7ea7-4a61-8514-95bb500e9e58 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] HA network d6eb2a20-1b8f-4fef-9a57-fed677a39444 was deleted as no HA routers are present in tenant 2940456904da4809a1c3e6d19ffb3cf9. [pid: 7|app: 0|req: 474/1080] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:27 2026] DELETE /v2.0/routers/8be4d6da-9a53-464e-a651-132ad3c24e82 => generated 0 bytes in 758 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1081] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:23:28 2026] GET /v2.0/ports?device_id=8be4d6da-9a53-464e-a651-132ad3c24e82 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:28.055 7 INFO neutron.api.v2.resource [None req-952cf490-7bbd-4810-a61c-ecfc938a3513 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 475/1082] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:28 2026] DELETE /v2.0/routers/8be4d6da-9a53-464e-a651-132ad3c24e82 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1083] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:23:28 2026] GET /v2.0/ports?device_id=6bad6eea-60c5-4a93-a695-0340f766af5f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:28.102 7 INFO neutron.api.v2.resource [None req-ddb2d799-1f1f-4f52-8ff8-34ad3657e559 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 476/1084] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:28 2026] DELETE /v2.0/routers/6bad6eea-60c5-4a93-a695-0340f766af5f => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:23:28.121 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf2881af-ef8a-47f0-bd33-53d8f6a8ed12 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 609/1085] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:28 2026] DELETE /v2.0/subnets/bb5c03a2-5800-4bf5-91b2-9cdea50da103 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1086] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:23:28 2026] GET /v2.0/ports?device_id=7156e0c6-2ec5-4aaa-b13b-b7a4eaffe8b3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:28.165 8 INFO neutron.api.v2.resource [None req-5515d40f-179a-48d6-80b5-e334f95962da 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 610/1087] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:28 2026] DELETE /v2.0/routers/7156e0c6-2ec5-4aaa-b13b-b7a4eaffe8b3 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:23:28.185 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4184fb79-e33d-46f9-9c45-88a39a2ff7f9 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 478/1088] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:28 2026] DELETE /v2.0/subnets/55f080eb-2bde-432c-a323-2bc34f5af1b1 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1089] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:23:28 2026] GET /v2.0/ports?device_id=2f3bb80a-794d-4818-8617-6bb2c7a46f8f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:28.240 7 INFO neutron.api.v2.resource [None req-2ae4fa2b-0a4c-4a52-9e45-0067f7d979e6 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 479/1090] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:28 2026] DELETE /v2.0/routers/2f3bb80a-794d-4818-8617-6bb2c7a46f8f => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:23:28.258 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b13f38fd-b655-4bb9-9469-101d6ab6b485 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 612/1091] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:28 2026] DELETE /v2.0/subnets/352f2d5f-d271-4738-9f10-a90b2971f208 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:23:28.289 7 INFO neutron.pecan_wsgi.hooks.translation [None req-14feb6d8-9f1a-45c7-b6ea-2801bbf56319 63279480d205414ca52195efbffac7de 2940456904da4809a1c3e6d19ffb3cf9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 480/1092] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:28 2026] DELETE /v2.0/subnets/bf0ffdfc-9915-46ee-b9f8-96efb62537d3 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:23:28.329 7 INFO neutron.services.segments.plugin [-] Segment 20dc14ba-9837-445a-825f-6baa5d5d144a resource provider aggregate not found 2026-05-13 01:23:28.349 7 INFO neutron.services.segments.plugin [-] Segment 20dc14ba-9837-445a-825f-6baa5d5d144a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20dc14ba-9837-445a-825f-6baa5d5d144a found for delete ", "request_id": "req-3a35752a-3c35-4ee1-8d3c-2e04a00aa139"}]} 2026-05-13 01:23:28.351 7 INFO neutron.services.segments.plugin [-] Segment 20dc14ba-9837-445a-825f-6baa5d5d144a resource provider aggregate not found 2026-05-13 01:23:28.366 7 INFO neutron.services.segments.plugin [-] Segment 20dc14ba-9837-445a-825f-6baa5d5d144a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20dc14ba-9837-445a-825f-6baa5d5d144a found for delete ", "request_id": "req-758de23b-10e2-4056-8415-13a5b599b770"}]} [pid: 7|app: 0|req: 481/1093] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:28 2026] GET /v2.0/security-groups?tenant_id=2940456904da4809a1c3e6d19ffb3cf9&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1094] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:28 2026] GET /v2.0/security-groups?tenant_id=b9c89bd5799a46e0a046e008fd4c6d0e&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1095] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:28 2026] DELETE /v2.0/security-groups/9d65439a-2d0f-46f5-a1d9-3f1518b36188 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1096] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:28 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => 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: 614/1097] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:28 2026] DELETE /v2.0/security-groups/0ecf93f4-ed46-45c6-b0d9-4394bb2b03a0 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1098] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:29 2026] GET /v2.0/security-groups?tenant_id=763c28bc701f450dbb8324220e2c3f89&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1099] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:29 2026] DELETE /v2.0/security-groups/7e697567-ca36-4d80-9dfd-966a847e2264 => 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: 485/1100] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:29 2026] GET /v2.0/security-groups?tenant_id=6a160b9e0fa2499fa03cae15887d7f23&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1101] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:29 2026] DELETE /v2.0/security-groups/16d4e10f-2050-4900-a1c3-6f28d9122118 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1102] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:30 2026] GET /v2.0/ports?device_id=ac7301ac-59cb-4d81-aad9-aa851b7d0c6d => 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: 617/1103] 10.0.0.225 () {34 vars in 683 bytes} [Wed May 13 01:23:30 2026] POST /v2.0/security-groups => generated 1624 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1104] 10.0.0.225 () {32 vars in 662 bytes} [Wed May 13 01:23:31 2026] GET /v2.0/security-groups => generated 4529 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1105] 10.0.0.225 () {34 vars in 757 bytes} [Wed May 13 01:23:31 2026] PUT /v2.0/security-groups/ba080f2f-677c-459a-9713-686543c35250 => generated 1664 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1106] 10.0.0.225 () {32 vars in 736 bytes} [Wed May 13 01:23:31 2026] GET /v2.0/security-groups/ba080f2f-677c-459a-9713-686543c35250 => generated 1664 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1107] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:31 2026] DELETE /v2.0/security-groups/ba080f2f-677c-459a-9713-686543c35250 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1108] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:31 2026] DELETE /v2.0/security-groups/71c3d758-8272-4063-8cb1-09021b51e1bd => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1109] 10.0.0.225 () {32 vars in 662 bytes} [Wed May 13 01:23:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:23:31.312 7 INFO neutron.api.v2.resource [None req-c858fd20-fb41-40e3-98b2-de366c630d7f 489720292120434aac37dc5f8e16bc3e 84bfff9ebc5a41e39796b5e27cca7e96 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 490/1110] 10.0.0.225 () {32 vars in 736 bytes} [Wed May 13 01:23:31 2026] GET /v2.0/security-groups/71c3d758-8272-4063-8cb1-09021b51e1bd => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:23:31.317 8 INFO neutron.api.v2.resource [None req-07ec86c9-2d5a-41d6-985d-ef6d4b5bc486 50ea82b4a5f44f2299219365e8d5a7cd 96b0e7d4432d465b8fd142974800b05c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 621/1111] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:31 2026] DELETE /v2.0/security-groups/ba080f2f-677c-459a-9713-686543c35250 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:23:31.417 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f1d17f0-301c-4a36-b883-25eefe8f679a 489720292120434aac37dc5f8e16bc3e 84bfff9ebc5a41e39796b5e27cca7e96 - - default default] TaaS: Handle Delete Port: be1c9fa5-0ccc-4e63-b33e-4225505133d7 2026-05-13 01:23:31.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f1d17f0-301c-4a36-b883-25eefe8f679a 489720292120434aac37dc5f8e16bc3e 84bfff9ebc5a41e39796b5e27cca7e96 - - default default] Tap Mirror: Handle Delete Port: be1c9fa5-0ccc-4e63-b33e-4225505133d7 [pid: 8|app: 0|req: 622/1112] 10.0.0.225 () {34 vars in 683 bytes} [Wed May 13 01:23:31 2026] POST /v2.0/security-groups => generated 1625 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1113] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:23:31 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) [pid: 8|app: 0|req: 624/1114] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:23:31 2026] GET /v2.0/security-group-rules/ae868a2f-adf1-400a-a31a-3c8101f97084 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1115] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:23:31 2026] DELETE /v2.0/floatingips/5898c5b5-51dc-4e9b-9711-d67f1dae6f7c => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1116] 10.0.0.225 () {32 vars in 672 bytes} [Wed May 13 01:23:31 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1117] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:23:31 2026] DELETE /v2.0/security-group-rules/ae868a2f-adf1-400a-a31a-3c8101f97084 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1118] 10.0.0.225 () {32 vars in 672 bytes} [Wed May 13 01:23:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1119] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:23:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1120] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:31 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => 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: 630/1121] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:23:31 2026] GET /v2.0/security-group-rules/dce562cc-4c12-45c4-8546-ebb49c35cf91 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1122] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:31 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1123] 10.0.0.225 () {32 vars in 672 bytes} [Wed May 13 01:23:31 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:23:31.990 7 INFO neutron_taas.services.taas.taas_plugin [None req-e1eacc8e-42ae-4ca1-a079-b2237fbc891f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 4874d887-09cc-499d-9cd1-92010a0cf473 2026-05-13 01:23:31.996 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1eacc8e-42ae-4ca1-a079-b2237fbc891f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 4874d887-09cc-499d-9cd1-92010a0cf473 [pid: 8|app: 0|req: 633/1124] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:23:31 2026] DELETE /v2.0/security-group-rules/dce562cc-4c12-45c4-8546-ebb49c35cf91 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1125] 10.0.0.225 () {32 vars in 672 bytes} [Wed May 13 01:23:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1126] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:23:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1127] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:32 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1128] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:23:32 2026] GET /v2.0/security-group-rules/88bff6df-6370-4219-97fc-35235d4d281e => generated 602 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1129] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:32 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1130] 10.0.0.225 () {32 vars in 672 bytes} [Wed May 13 01:23:32 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1131] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:23:32 2026] DELETE /v2.0/security-group-rules/88bff6df-6370-4219-97fc-35235d4d281e => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1132] 10.0.0.225 () {32 vars in 672 bytes} [Wed May 13 01:23:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1133] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:32 2026] DELETE /v2.0/security-groups/84a4b1aa-b601-4671-8733-1afdf4c0aa1d => 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: 643/1134] 10.0.0.225 () {32 vars in 662 bytes} [Wed May 13 01:23:32 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1135] 10.0.0.225 () {32 vars in 662 bytes} [Wed May 13 01:23:32 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1136] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:23:31 2026] PUT /v2.0/routers/08925c3e-5d8a-46a6-a745-1b280632691f/remove_router_interface => generated 309 bytes in 1002 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:32.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-67b0d7c3-7399-4787-a8dd-48c2d574a03c 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 29124e69-7d04-4b2e-8fe9-fb0e0813662c 2026-05-13 01:23:32.783 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67b0d7c3-7399-4787-a8dd-48c2d574a03c 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 29124e69-7d04-4b2e-8fe9-fb0e0813662c 2026-05-13 01:23:33.033 8 INFO neutron_taas.services.taas.taas_plugin [None req-67b0d7c3-7399-4787-a8dd-48c2d574a03c 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: feae0a00-87ef-4698-bab0-07cf7351d4fc 2026-05-13 01:23:33.035 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67b0d7c3-7399-4787-a8dd-48c2d574a03c 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: feae0a00-87ef-4698-bab0-07cf7351d4fc [pid: 7|app: 0|req: 493/1137] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:32 2026] GET /v2.0/security-groups?tenant_id=96b0e7d4432d465b8fd142974800b05c&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1138] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:33 2026] DELETE /v2.0/security-groups/37dc7843-f109-4d53-aefb-a90b8c533006 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/1139] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:33 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:33.367 8 INFO neutron.services.segments.plugin [-] Segment 88927ba7-8f3e-49d8-ac17-d52cdcae12e0 resource provider aggregate not found 2026-05-13 01:23:33.369 8 INFO neutron.services.segments.plugin [-] Segment 88927ba7-8f3e-49d8-ac17-d52cdcae12e0 resource provider aggregate not found [pid: 7|app: 0|req: 496/1140] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:33 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:33.389 8 INFO neutron.services.segments.plugin [-] Segment 88927ba7-8f3e-49d8-ac17-d52cdcae12e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88927ba7-8f3e-49d8-ac17-d52cdcae12e0 found for delete ", "request_id": "req-c2cc7c48-bb8a-4e2d-a1c9-6497ba7bd4e1"}]} 2026-05-13 01:23:33.392 8 INFO neutron.services.segments.plugin [-] Segment 88927ba7-8f3e-49d8-ac17-d52cdcae12e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88927ba7-8f3e-49d8-ac17-d52cdcae12e0 found for delete ", "request_id": "req-1f05221c-76f3-4718-9106-a88d65d6d69b"}]} 2026-05-13 01:23:33.398 8 INFO neutron.db.l3_hamode_db [None req-67b0d7c3-7399-4787-a8dd-48c2d574a03c 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] HA network da01c4f9-2ed2-4762-a645-c205fd7fcece was deleted as no HA routers are present in tenant 84bfff9ebc5a41e39796b5e27cca7e96. [pid: 8|app: 0|req: 645/1141] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:32 2026] DELETE /v2.0/routers/08925c3e-5d8a-46a6-a745-1b280632691f => generated 0 bytes in 790 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1142] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:33 2026] DELETE /v2.0/subnets/1e258ea0-9bed-469f-b834-34bbdfaa0d78 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:33.643 8 INFO neutron_taas.services.taas.taas_plugin [None req-82748c07-8f3d-4da6-8772-e6307b0e945b 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: e1e5c85a-509f-4315-9ab2-d24481929be0 2026-05-13 01:23:33.645 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82748c07-8f3d-4da6-8772-e6307b0e945b 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: e1e5c85a-509f-4315-9ab2-d24481929be0 [pid: 8|app: 0|req: 646/1143] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:33 2026] DELETE /v2.0/networks/f524d6f7-f468-4121-8fc0-e954d105be99 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:33.893 7 INFO neutron.db.segments_db [None req-aca4f32d-f550-4cca-9889-d290a6919fda bf73b18049264011ac65fbe6111432c7 2109f6fee3634e1da47e7c6fbd768b9e - - default default] Added segment 82956afc-acae-44e9-9c12-2594375db805 of type vxlan for network 8091dd78-c234-4b4b-b0fc-91397a4190ef [pid: 8|app: 0|req: 647/1144] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:33 2026] GET /v2.0/security-groups?tenant_id=84bfff9ebc5a41e39796b5e27cca7e96&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1145] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:33 2026] POST /v2.0/networks => generated 613 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1146] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:33 2026] DELETE /v2.0/security-groups/b7a10978-8d6d-4edd-a524-56855904427c => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:23:34.132 7 INFO neutron.db.segments_db [None req-deb062ad-33ea-4200-be97-c6cb256bfb25 bf73b18049264011ac65fbe6111432c7 2109f6fee3634e1da47e7c6fbd768b9e - - default default] Added segment 6a9ec3ea-da9b-4a85-b28b-4ff0ba06d9c9 of type vxlan for network ce6d8e09-8097-4f6f-b796-1068027ea8dd [pid: 7|app: 0|req: 499/1147] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:34 2026] POST /v2.0/networks => generated 611 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:23:34.295 8 INFO neutron.db.segments_db [None req-70aedc93-0f4c-4809-9820-9ace7eba90ff bf73b18049264011ac65fbe6111432c7 2109f6fee3634e1da47e7c6fbd768b9e - - default default] Added segment 03cd848a-b910-4b27-8bfc-c0624a20f1d1 of type vxlan for network 5c551d06-d752-4f2b-b91d-1ece4e0149e0 [pid: 8|app: 0|req: 649/1148] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:34 2026] POST /v2.0/networks => generated 612 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:23:34.414 7 INFO neutron.db.segments_db [None req-8dd123d9-cc63-4b53-be9e-ab4f2c4d2c6f bf73b18049264011ac65fbe6111432c7 2109f6fee3634e1da47e7c6fbd768b9e - - default default] Added segment 93300819-8d45-4541-880e-cc3ecd22226b of type vxlan for network 844cd6d8-8b08-4c3a-9534-c72a0f302fc4 [pid: 7|app: 0|req: 500/1149] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:34 2026] POST /v2.0/networks => generated 613 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1150] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:34 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1151] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:34 2026] GET /v2.0/security-groups?id=99b86a07-ad5a-4897-8b59-d3576777b10f&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:34.570 7 INFO neutron.db.segments_db [None req-c4e889cf-bc5c-4880-ac4d-8467a75724a3 bf73b18049264011ac65fbe6111432c7 2109f6fee3634e1da47e7c6fbd768b9e - - default default] Added segment 9f0160a7-d6f6-412b-84dc-0790c2084d2e of type vxlan for network 773532c6-3668-4475-acdc-e63fadf9b56f [pid: 8|app: 0|req: 652/1152] 199.204.45.35 () {34 vars in 992 bytes} [Wed May 13 01:23:34 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1153] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:34 2026] POST /v2.0/networks => generated 613 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1154] 10.0.0.225 () {34 vars in 752 bytes} [Wed May 13 01:23:34 2026] PUT /v2.0/networks/8091dd78-c234-4b4b-b0fc-91397a4190ef/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:34.723 8 INFO neutron_taas.services.taas.taas_plugin [req-8c9f20b2-bc79-4489-97cd-4b848677de01 req-2fdb4cd3-df1b-4f78-8b8d-4304e78db905 5981c80d19b94dde88d93b9a8e04347b 9b7988c355424fd7b657e105d540a56c - - default default] TaaS: Handle Delete Port: d36b0ed0-891f-4237-941f-3435c2677934 2026-05-13 01:23:34.726 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8c9f20b2-bc79-4489-97cd-4b848677de01 req-2fdb4cd3-df1b-4f78-8b8d-4304e78db905 5981c80d19b94dde88d93b9a8e04347b 9b7988c355424fd7b657e105d540a56c - - default default] Tap Mirror: Handle Delete Port: d36b0ed0-891f-4237-941f-3435c2677934 [pid: 7|app: 0|req: 503/1155] 10.0.0.225 () {34 vars in 752 bytes} [Wed May 13 01:23:34 2026] PUT /v2.0/networks/ce6d8e09-8097-4f6f-b796-1068027ea8dd/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: 504/1156] 10.0.0.225 () {34 vars in 752 bytes} [Wed May 13 01:23:34 2026] PUT /v2.0/networks/5c551d06-d752-4f2b-b91d-1ece4e0149e0/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:34.843 8 INFO neutron.db.l3_db [req-8c9f20b2-bc79-4489-97cd-4b848677de01 req-2fdb4cd3-df1b-4f78-8b8d-4304e78db905 5981c80d19b94dde88d93b9a8e04347b 9b7988c355424fd7b657e105d540a56c - - default default] Floating IP bf6c9324-852d-488e-95f9-39124db98310 disassociated. External IP: 10.96.250.210, port: d36b0ed0-891f-4237-941f-3435c2677934. [pid: 7|app: 0|req: 505/1157] 10.0.0.225 () {34 vars in 752 bytes} [Wed May 13 01:23:34 2026] PUT /v2.0/networks/844cd6d8-8b08-4c3a-9534-c72a0f302fc4/tags => 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: 506/1158] 10.0.0.225 () {32 vars in 665 bytes} [Wed May 13 01:23:34 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1159] 10.0.0.225 () {32 vars in 679 bytes} [Wed May 13 01:23:34 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1247 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1160] 10.0.0.225 () {32 vars in 675 bytes} [Wed May 13 01:23:34 2026] GET /v2.0/networks?tags-any=blue => generated 1247 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1161] 10.0.0.225 () {32 vars in 687 bytes} [Wed May 13 01:23:34 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1162] 10.0.0.225 () {32 vars in 673 bytes} [Wed May 13 01:23:35 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1163] 10.0.0.225 () {32 vars in 687 bytes} [Wed May 13 01:23:35 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1164] 199.204.45.35 () {36 vars in 995 bytes} [Wed May 13 01:23:34 2026] DELETE /v2.0/ports/d36b0ed0-891f-4237-941f-3435c2677934 => generated 0 bytes in 555 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:35.215 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-58fb1f73-7541-4792-bec9-0a780be5a796'] response: {'server_uuid': '0bdab324-83fe-4d03-8bf2-af45a8a505c8', 'name': 'network-vif-deleted', 'tag': 'd36b0ed0-891f-4237-941f-3435c2677934', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 512/1165] 10.0.0.225 () {32 vars in 683 bytes} [Wed May 13 01:23:35 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1166] 10.0.0.225 () {32 vars in 695 bytes} [Wed May 13 01:23:35 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:23:35.409 8 INFO neutron.services.segments.plugin [-] Segment 3eb90783-f5a0-4c31-9df6-9fb343bff87d resource provider aggregate not found 2026-05-13 01:23:35.414 8 INFO neutron.services.segments.plugin [-] Segment 3eb90783-f5a0-4c31-9df6-9fb343bff87d resource provider aggregate not found 2026-05-13 01:23:35.427 7 INFO neutron.services.segments.plugin [-] Segment 82956afc-acae-44e9-9c12-2594375db805 resource provider aggregate not found 2026-05-13 01:23:35.432 8 INFO neutron.services.segments.plugin [-] Segment 3eb90783-f5a0-4c31-9df6-9fb343bff87d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3eb90783-f5a0-4c31-9df6-9fb343bff87d found for delete ", "request_id": "req-38080e5c-a1c2-47d9-9f6f-ff36d0139082"}]} 2026-05-13 01:23:35.435 7 INFO neutron.services.segments.plugin [-] Segment 82956afc-acae-44e9-9c12-2594375db805 resource provider aggregate not found 2026-05-13 01:23:35.440 8 INFO neutron.services.segments.plugin [-] Segment 3eb90783-f5a0-4c31-9df6-9fb343bff87d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3eb90783-f5a0-4c31-9df6-9fb343bff87d found for delete ", "request_id": "req-35a41f62-5d39-4e18-8b6f-86e9349da570"}]} 2026-05-13 01:23:35.450 7 INFO neutron.services.segments.plugin [-] Segment 82956afc-acae-44e9-9c12-2594375db805 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82956afc-acae-44e9-9c12-2594375db805 found for delete ", "request_id": "req-1aaba71d-4747-4635-95eb-31b339dda295"}]} 2026-05-13 01:23:35.454 7 INFO neutron.services.segments.plugin [-] Segment 82956afc-acae-44e9-9c12-2594375db805 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82956afc-acae-44e9-9c12-2594375db805 found for delete ", "request_id": "req-fb3421e9-9226-423e-a3a8-1c856fc4fa2a"}]} [pid: 7|app: 0|req: 513/1167] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:35 2026] DELETE /v2.0/networks/8091dd78-c234-4b4b-b0fc-91397a4190ef => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1168] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:35 2026] DELETE /v2.0/networks/ce6d8e09-8097-4f6f-b796-1068027ea8dd => 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: 656/1169] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:35 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => 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: 514/1170] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:35 2026] DELETE /v2.0/networks/5c551d06-d752-4f2b-b91d-1ece4e0149e0 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1171] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:35 2026] DELETE /v2.0/networks/844cd6d8-8b08-4c3a-9534-c72a0f302fc4 => 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: 516/1172] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:35 2026] DELETE /v2.0/networks/773532c6-3668-4475-acdc-e63fadf9b56f => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:36.053 8 INFO neutron.db.segments_db [None req-7578527c-3885-4a59-b0f7-ec5cee5472b6 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment fab3cc1a-cd36-4248-a7c3-2c73d9f620a6 of type vxlan for network fabe62d9-ee8e-486a-8c78-948c8ad9f8dd [pid: 8|app: 0|req: 657/1173] 10.0.0.225 () {34 vars in 670 bytes} [Wed May 13 01:23:35 2026] POST /v2.0/networks => generated 718 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1174] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:23:36 2026] POST /v2.0/subnets => generated 684 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:23:36.397 8 INFO neutron.db.segments_db [None req-26b6ef3b-5525-4065-9b15-de6759aa5c5a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment b6d1d8bf-5108-47a7-b6f8-783dfb50c1b7 of type vxlan for network ac86dd8b-bec4-4f32-bd4e-258f048f9319 2026-05-13 01:23:36.634 8 INFO neutron.db.l3_hamode_db [None req-26b6ef3b-5525-4065-9b15-de6759aa5c5a 4074f5bfeef0437a9e155c5f5b25de28 85950b5bfe0b420c8f2d0f2962c9c34e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 518/1175] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:36 2026] GET /v2.0/security-groups?tenant_id=ec2e85be366049e4b349f8e3f14e00ba&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1176] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:36 2026] DELETE /v2.0/security-groups/5ba823b9-3330-496b-8a2f-ededcabaf578 => 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: 520/1177] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:36 2026] GET /v2.0/security-groups?tenant_id=9aa6a97359a34f98a47aa6ecfb48e7ce&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1178] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:37 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => 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: 522/1179] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:37 2026] DELETE /v2.0/security-groups/de0c52ed-8390-49d4-b3d1-f7fb161bbeb5 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:23:37.390 8 INFO neutron.db.l3_hamode_db [None req-26b6ef3b-5525-4065-9b15-de6759aa5c5a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 523/1180] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:37 2026] GET /v2.0/security-groups?tenant_id=2109f6fee3634e1da47e7c6fbd768b9e&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:23:37.457 8 INFO neutron.services.segments.plugin [-] Segment 6a9ec3ea-da9b-4a85-b28b-4ff0ba06d9c9 resource provider aggregate not found 2026-05-13 01:23:37.468 8 INFO neutron.services.segments.plugin [-] Segment 6a9ec3ea-da9b-4a85-b28b-4ff0ba06d9c9 resource provider aggregate not found 2026-05-13 01:23:37.471 7 INFO neutron.services.segments.plugin [-] Segment 03cd848a-b910-4b27-8bfc-c0624a20f1d1 resource provider aggregate not found 2026-05-13 01:23:37.483 7 INFO neutron.services.segments.plugin [-] Segment 03cd848a-b910-4b27-8bfc-c0624a20f1d1 resource provider aggregate not found 2026-05-13 01:23:37.484 8 INFO neutron.services.segments.plugin [-] Segment 6a9ec3ea-da9b-4a85-b28b-4ff0ba06d9c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a9ec3ea-da9b-4a85-b28b-4ff0ba06d9c9 found for delete ", "request_id": "req-2d4e24d0-e20f-4888-9f39-aaa728ff0bc5"}]} 2026-05-13 01:23:37.491 7 INFO neutron.services.segments.plugin [-] Segment 03cd848a-b910-4b27-8bfc-c0624a20f1d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03cd848a-b910-4b27-8bfc-c0624a20f1d1 found for delete ", "request_id": "req-2540c5da-76db-4016-a2d9-c53c501940cb"}]} 2026-05-13 01:23:37.502 7 INFO neutron.services.segments.plugin [-] Segment 03cd848a-b910-4b27-8bfc-c0624a20f1d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03cd848a-b910-4b27-8bfc-c0624a20f1d1 found for delete ", "request_id": "req-b95359f5-5f70-4c51-92b0-d6c1370658ca"}]} 2026-05-13 01:23:37.502 8 INFO neutron.services.segments.plugin [-] Segment 6a9ec3ea-da9b-4a85-b28b-4ff0ba06d9c9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a9ec3ea-da9b-4a85-b28b-4ff0ba06d9c9 found for delete ", "request_id": "req-9e2b5e3f-8b74-4989-b38b-cfd2f9a96b94"}]} 2026-05-13 01:23:37.518 7 INFO neutron.services.segments.plugin [-] Segment 93300819-8d45-4541-880e-cc3ecd22226b resource provider aggregate not found 2026-05-13 01:23:37.525 7 INFO neutron.services.segments.plugin [-] Segment 93300819-8d45-4541-880e-cc3ecd22226b resource provider aggregate not found 2026-05-13 01:23:37.539 7 INFO neutron.services.segments.plugin [-] Segment 93300819-8d45-4541-880e-cc3ecd22226b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93300819-8d45-4541-880e-cc3ecd22226b found for delete ", "request_id": "req-812f95db-15ba-461f-a6fb-60b53dd0c4a7"}]} 2026-05-13 01:23:37.547 7 INFO neutron.services.segments.plugin [-] Segment 93300819-8d45-4541-880e-cc3ecd22226b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93300819-8d45-4541-880e-cc3ecd22226b found for delete ", "request_id": "req-1edb78d9-3a93-467e-8eea-cc4e1ca31910"}]} 2026-05-13 01:23:37.565 7 INFO neutron.services.segments.plugin [-] Segment 9f0160a7-d6f6-412b-84dc-0790c2084d2e resource provider aggregate not found 2026-05-13 01:23:37.573 7 INFO neutron.services.segments.plugin [-] Segment 9f0160a7-d6f6-412b-84dc-0790c2084d2e resource provider aggregate not found 2026-05-13 01:23:37.590 7 INFO neutron.services.segments.plugin [-] Segment 9f0160a7-d6f6-412b-84dc-0790c2084d2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f0160a7-d6f6-412b-84dc-0790c2084d2e found for delete ", "request_id": "req-3d3a7f24-7b70-4451-9bbd-14a8ca69ffcb"}]} 2026-05-13 01:23:37.602 7 INFO neutron.services.segments.plugin [-] Segment 9f0160a7-d6f6-412b-84dc-0790c2084d2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f0160a7-d6f6-412b-84dc-0790c2084d2e found for delete ", "request_id": "req-d561420a-6351-478c-b8f8-6220dcf98a0f"}]} [pid: 7|app: 0|req: 524/1181] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:37 2026] DELETE /v2.0/security-groups/25074842-9f7c-4b29-bb6f-8f3b38284b74 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1184] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:37 2026] GET /v2.0/security-groups?tenant_id=98d42c51d21049689a908497a87345d3&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: 528/1185] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:37 2026] DELETE /v2.0/security-groups/23711ebd-d611-4011-8e8a-0027847b14fe => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1186] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:38 2026] GET /v2.0/ports?device_id=0bdab324-83fe-4d03-8bf2-af45a8a505c8 => 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: 658/1187] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:23:36 2026] POST /v2.0/routers => generated 724 bytes in 2481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1188] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:39 2026] GET /v2.0/security-groups?tenant_id=9f4f27122515461bbbb23091737af0c0&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1189] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:39 2026] DELETE /v2.0/security-groups/99b86a07-ad5a-4897-8b59-d3576777b10f => 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: 661/1190] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:39 2026] DELETE /v2.0/security-groups/4dce681e-03c4-45cb-9221-5e309af04340 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:23:39.827 8 INFO neutron.api.v2.resource [None req-e9eb4d8f-6519-4b5b-8618-73a0b20397aa 5981c80d19b94dde88d93b9a8e04347b 9b7988c355424fd7b657e105d540a56c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 662/1191] 10.0.0.225 () {32 vars in 736 bytes} [Wed May 13 01:23:39 2026] GET /v2.0/security-groups/99b86a07-ad5a-4897-8b59-d3576777b10f => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1192] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:23:38 2026] PUT /v2.0/routers/3ce7d12d-3207-4306-b3e7-bb9ca70a5e74/add_router_interface => generated 309 bytes in 1073 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:39.958 8 INFO neutron_taas.services.taas.taas_plugin [None req-10fe351c-190c-481f-bebf-a801c0553edf 5981c80d19b94dde88d93b9a8e04347b 9b7988c355424fd7b657e105d540a56c - - default default] TaaS: Handle Delete Port: e1c1b9d6-4886-47a4-87b8-a5255c87820d 2026-05-13 01:23:39.961 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10fe351c-190c-481f-bebf-a801c0553edf 5981c80d19b94dde88d93b9a8e04347b 9b7988c355424fd7b657e105d540a56c - - default default] Tap Mirror: Handle Delete Port: e1c1b9d6-4886-47a4-87b8-a5255c87820d [pid: 8|app: 0|req: 663/1193] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:23:39 2026] DELETE /v2.0/floatingips/bf6c9324-852d-488e-95f9-39124db98310 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:23:40.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-978d5fc0-172e-44a1-a900-30d662984e18 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 7bbeb742-498c-4bba-a82d-dc8d6c829353 2026-05-13 01:23:40.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-978d5fc0-172e-44a1-a900-30d662984e18 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 7bbeb742-498c-4bba-a82d-dc8d6c829353 [pid: 8|app: 0|req: 664/1194] 10.0.0.225 () {34 vars in 684 bytes} [Wed May 13 01:23:40 2026] POST /v2.0/security-groups => generated 1660 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1195] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:23:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1196] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:23:40 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: 7|app: 0|req: 531/1197] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:23:40 2026] PUT /v2.0/routers/7ab1a235-6d7e-4775-89b9-56bfda84ae85/remove_router_interface => generated 309 bytes in 855 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:41.209 7 INFO neutron_taas.services.taas.taas_plugin [None req-c80d078d-9380-4680-89b0-0eace11bad7f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 08a5e834-3942-46a3-b78a-1fa932b57e81 2026-05-13 01:23:41.212 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c80d078d-9380-4680-89b0-0eace11bad7f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 08a5e834-3942-46a3-b78a-1fa932b57e81 [pid: 8|app: 0|req: 667/1198] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:23:40 2026] POST /v2.0/floatingips => generated 552 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:23:41.488 7 INFO neutron_taas.services.taas.taas_plugin [None req-c80d078d-9380-4680-89b0-0eace11bad7f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 8323f56b-ae6a-401d-a698-b796f0cca073 2026-05-13 01:23:41.490 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c80d078d-9380-4680-89b0-0eace11bad7f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 8323f56b-ae6a-401d-a698-b796f0cca073 2026-05-13 01:23:41.831 7 INFO neutron.services.segments.plugin [-] Segment ce261854-1bdb-4c7e-8d14-30252a280cbe resource provider aggregate not found 2026-05-13 01:23:41.842 7 INFO neutron.services.segments.plugin [-] Segment ce261854-1bdb-4c7e-8d14-30252a280cbe resource provider aggregate not found 2026-05-13 01:23:41.859 7 INFO neutron.services.segments.plugin [-] Segment ce261854-1bdb-4c7e-8d14-30252a280cbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce261854-1bdb-4c7e-8d14-30252a280cbe found for delete ", "request_id": "req-846a9c57-0668-469c-be52-8f12c7cc62ac"}]} 2026-05-13 01:23:41.865 7 INFO neutron.services.segments.plugin [-] Segment ce261854-1bdb-4c7e-8d14-30252a280cbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce261854-1bdb-4c7e-8d14-30252a280cbe found for delete ", "request_id": "req-797beaef-d165-4233-8e2f-6faa84752e7d"}]} 2026-05-13 01:23:41.871 7 INFO neutron.db.l3_hamode_db [None req-c80d078d-9380-4680-89b0-0eace11bad7f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] HA network eae7755a-9704-4a9f-b226-c153009fea65 was deleted as no HA routers are present in tenant 9b7988c355424fd7b657e105d540a56c. [pid: 7|app: 0|req: 532/1199] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:40 2026] DELETE /v2.0/routers/7ab1a235-6d7e-4775-89b9-56bfda84ae85 => generated 0 bytes in 892 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1200] 10.0.0.174 () {34 vars in 1099 bytes} [Wed May 13 01:23:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1703292484&fields=id&tenant_id=85950b5bfe0b420c8f2d0f2962c9c34e => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1201] 10.0.0.174 () {34 vars in 981 bytes} [Wed May 13 01:23:41 2026] GET /v2.0/networks?id=fabe62d9-ee8e-486a-8c78-948c8ad9f8dd => generated 669 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1202] 10.0.0.174 () {34 vars in 964 bytes} [Wed May 13 01:23:42 2026] GET /v2.0/quotas/85950b5bfe0b420c8f2d0f2962c9c34e => 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: 668/1203] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:41 2026] DELETE /v2.0/subnets/b50a4889-b77f-4c5a-9fcc-9ea61ce272c0 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1204] 10.0.0.174 () {34 vars in 1001 bytes} [Wed May 13 01:23:42 2026] GET /v2.0/ports?tenant_id=85950b5bfe0b420c8f2d0f2962c9c34e&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:42.217 8 INFO neutron_taas.services.taas.taas_plugin [None req-59cf3bde-5e13-4a11-8a08-055a4649f77a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: c19ef24b-afbb-4343-9fff-484f58ccbb7a 2026-05-13 01:23:42.219 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59cf3bde-5e13-4a11-8a08-055a4649f77a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: c19ef24b-afbb-4343-9fff-484f58ccbb7a 2026-05-13 01:23:42.309 7 INFO neutron.db.segments_db [None req-6e1d6d45-ca02-4c55-8f04-73e2c0511fe2 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] Added segment 6b6e601a-2316-4095-bc3e-6015d633dede of type vxlan for network 4a60eafd-ca58-48cb-a198-ec9dbc778b31 2026-05-13 01:23:42.427 8 INFO neutron.services.segments.plugin [-] Segment cca8c03a-c838-4e15-9f3f-a8b6c1e24fd1 resource provider aggregate not found 2026-05-13 01:23:42.431 8 INFO neutron.services.segments.plugin [-] Segment cca8c03a-c838-4e15-9f3f-a8b6c1e24fd1 resource provider aggregate not found 2026-05-13 01:23:42.454 8 INFO neutron.services.segments.plugin [-] Segment cca8c03a-c838-4e15-9f3f-a8b6c1e24fd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cca8c03a-c838-4e15-9f3f-a8b6c1e24fd1 found for delete ", "request_id": "req-2e49fa21-6a44-42c9-8a8a-d4b266af620b"}]} 2026-05-13 01:23:42.455 8 INFO neutron.services.segments.plugin [-] Segment cca8c03a-c838-4e15-9f3f-a8b6c1e24fd1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cca8c03a-c838-4e15-9f3f-a8b6c1e24fd1 found for delete ", "request_id": "req-b09731ce-6c16-4430-bae3-e2e4c68155d7"}]} [pid: 8|app: 0|req: 670/1205] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:42 2026] DELETE /v2.0/networks/42dda8d4-a1d4-4405-bd03-9919a3971069 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1206] 10.0.0.174 () {34 vars in 1007 bytes} [Wed May 13 01:23:42 2026] GET /v2.0/networks/fabe62d9-ee8e-486a-8c78-948c8ad9f8dd?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1207] 10.0.0.174 () {34 vars in 1107 bytes} [Wed May 13 01:23:42 2026] GET /v2.0/networks/fabe62d9-ee8e-486a-8c78-948c8ad9f8dd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:42.605 7 INFO neutron.db.l3_hamode_db [None req-6e1d6d45-ca02-4c55-8f04-73e2c0511fe2 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 673/1208] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:42 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:42.773 7 INFO neutron.db.l3_hamode_db [None req-6e1d6d45-ca02-4c55-8f04-73e2c0511fe2 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 674/1209] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:42 2026] GET /v2.0/security-groups?tenant_id=9b7988c355424fd7b657e105d540a56c&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1210] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:42 2026] DELETE /v2.0/security-groups/5e97b5c2-4c93-4146-83f1-3c2527c973b9 => 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: 536/1211] 10.0.0.225 () {34 vars in 667 bytes} [Wed May 13 01:23:42 2026] POST /v2.0/routers => generated 474 bytes in 1315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:23:43.405 8 INFO neutron.db.l3_hamode_db [None req-dca4d9c0-69e6-4691-9fb4-76ce729059bb e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:23:43.544 8 INFO neutron.db.l3_hamode_db [None req-dca4d9c0-69e6-4691-9fb4-76ce729059bb e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 537/1212] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:43 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => 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: 676/1213] 10.0.0.225 () {34 vars in 667 bytes} [Wed May 13 01:23:43 2026] POST /v2.0/routers => generated 474 bytes in 799 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:23:44.216 8 INFO neutron.db.l3_hamode_db [None req-0ffe0559-e58c-4038-9a0d-6706595a8ae3 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:23:44.301 7 INFO neutron.db.segments_db [None req-51cc64ca-7f13-461e-aa88-aa8bbc67563b 5c152e204aa640b3a3247b2ed2e6c578 45b86853f90a4065ae0c9e2018afb493 - - default default] Added segment df0f4bd4-b8a5-4fef-9306-03ccd6fcf162 of type vxlan for network 0e5f176d-35dd-4fa5-9b0e-6cbc650097c5 2026-05-13 01:23:44.354 8 INFO neutron.db.l3_hamode_db [None req-0ffe0559-e58c-4038-9a0d-6706595a8ae3 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 538/1214] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:44 2026] POST /v2.0/networks => generated 613 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1215] 10.0.0.225 () {34 vars in 663 bytes} [Wed May 13 01:23:44 2026] POST /v2.0/ports => generated 743 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-05-13 01:23:44.849 7 INFO neutron.db.segments_db [None req-8d0fd225-a6c6-402d-b4f4-0dcfcbb09c85 5c152e204aa640b3a3247b2ed2e6c578 45b86853f90a4065ae0c9e2018afb493 - - default default] Added segment db295bba-8d5c-415b-8f0a-9609aca52310 of type vxlan for network 7f3ab046-a9fe-442b-8d99-9582a3dd8b80 [pid: 7|app: 0|req: 540/1216] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:44 2026] POST /v2.0/networks => generated 613 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1217] 10.0.0.225 () {34 vars in 667 bytes} [Wed May 13 01:23:44 2026] POST /v2.0/routers => generated 474 bytes in 830 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1218] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:44 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:45.064 8 INFO neutron.db.l3_hamode_db [None req-6dd86efd-be6d-404c-af81-68b339211721 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:23:45.230 8 INFO neutron.db.l3_hamode_db [None req-6dd86efd-be6d-404c-af81-68b339211721 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 541/1219] 10.0.0.225 () {34 vars in 663 bytes} [Wed May 13 01:23:44 2026] POST /v2.0/ports => generated 743 bytes in 372 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-05-13 01:23:45.381 7 INFO neutron.db.segments_db [None req-f5069e84-e166-4d28-ad3e-fc951c7b2e14 5c152e204aa640b3a3247b2ed2e6c578 45b86853f90a4065ae0c9e2018afb493 - - default default] Added segment 50005436-f3d6-450b-b7a2-c0f25d71ab1e of type vxlan for network 28957995-d539-48a7-869e-0961a7ddf44b [pid: 7|app: 0|req: 542/1220] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:45 2026] POST /v2.0/networks => generated 612 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1221] 10.0.0.225 () {34 vars in 663 bytes} [Wed May 13 01:23:45 2026] POST /v2.0/ports => generated 743 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1222] 10.0.0.225 () {34 vars in 667 bytes} [Wed May 13 01:23:45 2026] POST /v2.0/routers => generated 474 bytes in 763 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:23:45.833 8 INFO neutron.db.segments_db [None req-8d350b3c-b8c2-4d2c-8a77-22833ee81195 5c152e204aa640b3a3247b2ed2e6c578 45b86853f90a4065ae0c9e2018afb493 - - default default] Added segment add6d897-5429-4080-821f-682b8e6121c3 of type vxlan for network 91d0642c-84e0-4c00-82bf-05a687d60cb3 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/1223] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:45 2026] POST /v2.0/networks => generated 613 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1224] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:45 2026] GET /v2.0/security-groups?tenant_id=1884896b2b9f47999625f8b1d7a24e98&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:23:45.956 8 INFO neutron.db.l3_hamode_db [None req-54546758-5e5a-47e4-a26f-0c6afa559ee8 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:23:46.090 8 INFO neutron.db.l3_hamode_db [None req-54546758-5e5a-47e4-a26f-0c6afa559ee8 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 545/1225] 10.0.0.225 () {34 vars in 663 bytes} [Wed May 13 01:23:45 2026] POST /v2.0/ports => generated 743 bytes in 307 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: 546/1226] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:46 2026] DELETE /v2.0/security-groups/c429d2d4-d1f4-4a31-87e3-fcbccdd01840 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1227] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:46 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:46.425 7 INFO neutron.db.segments_db [None req-7d30537d-5230-40f4-8f39-bec457f6f779 5c152e204aa640b3a3247b2ed2e6c578 45b86853f90a4065ae0c9e2018afb493 - - default default] Added segment b770ace4-3ff9-403a-92b4-c7fd34705557 of type vxlan for network 3e6389e5-7860-4bcf-948a-44864384b1f3 [pid: 7|app: 0|req: 548/1228] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:23:46 2026] POST /v2.0/networks => generated 613 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1229] 10.0.0.225 () {34 vars in 667 bytes} [Wed May 13 01:23:45 2026] POST /v2.0/routers => generated 474 bytes in 835 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1230] 10.0.0.225 () {34 vars in 663 bytes} [Wed May 13 01:23:46 2026] POST /v2.0/ports => generated 743 bytes in 310 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: 682/1231] 10.0.0.225 () {34 vars in 750 bytes} [Wed May 13 01:23:46 2026] PUT /v2.0/routers/59fd1bb4-a4c7-4ab6-b300-2ad83e53a305/tags => generated 17 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1232] 10.0.0.225 () {34 vars in 746 bytes} [Wed May 13 01:23:46 2026] PUT /v2.0/ports/103707c2-aefc-4b64-9b0d-ec5c684d9ff9/tags => generated 17 bytes in 62 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: 551/1233] 10.0.0.225 () {34 vars in 746 bytes} [Wed May 13 01:23:46 2026] PUT /v2.0/ports/8debc315-9213-4c0d-9b5e-980a792e42e7/tags => generated 25 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: 683/1234] 10.0.0.225 () {34 vars in 750 bytes} [Wed May 13 01:23:46 2026] PUT /v2.0/routers/f1df59c3-9bbd-4fce-9870-5829ec6cae8b/tags => generated 25 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1235] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:23:46 2026] GET /v2.0/networks?id=fabe62d9-ee8e-486a-8c78-948c8ad9f8dd => generated 669 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1236] 10.0.0.225 () {34 vars in 746 bytes} [Wed May 13 01:23:47 2026] PUT /v2.0/ports/08e1c4b3-1df9-43f1-86d8-0d0f22f310c4/tags => generated 34 bytes in 91 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: 685/1237] 199.204.45.35 () {34 vars in 1048 bytes} [Wed May 13 01:23:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=85950b5bfe0b420c8f2d0f2962c9c34e => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1238] 10.0.0.225 () {34 vars in 750 bytes} [Wed May 13 01:23:47 2026] PUT /v2.0/routers/7092fcab-1d96-40fe-9e15-ad43b9862c6c/tags => generated 34 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1239] 10.0.0.225 () {34 vars in 746 bytes} [Wed May 13 01:23:47 2026] PUT /v2.0/ports/1e90b963-6b9f-452b-a274-ba2b60b7d38c/tags => generated 19 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: 8|app: 0|req: 687/1240] 10.0.0.225 () {34 vars in 750 bytes} [Wed May 13 01:23:47 2026] PUT /v2.0/routers/4a68320c-a128-4e65-8a65-a41462ba147a/tags => generated 19 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1241] 10.0.0.225 () {32 vars in 659 bytes} [Wed May 13 01:23:47 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1242] 10.0.0.225 () {32 vars in 663 bytes} [Wed May 13 01:23:47 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1243] 199.204.45.35 () {38 vars in 953 bytes} [Wed May 13 01:23:47 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: 690/1244] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:47 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 957 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1245] 10.0.0.225 () {32 vars in 673 bytes} [Wed May 13 01:23:47 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1246] 10.0.0.225 () {32 vars in 677 bytes} [Wed May 13 01:23:47 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1247] 10.0.0.225 () {32 vars in 669 bytes} [Wed May 13 01:23:47 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1248] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:47 2026] GET /v2.0/security-groups?id=548ccd00-2df1-4505-940a-94f0548a66c4&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: 694/1249] 10.0.0.225 () {32 vars in 673 bytes} [Wed May 13 01:23:47 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1250] 10.0.0.225 () {32 vars in 681 bytes} [Wed May 13 01:23:47 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1251] 10.0.0.225 () {32 vars in 685 bytes} [Wed May 13 01:23:47 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1252] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:23:47 2026] PUT /v2.0/ports/4bb1b70d-e59b-4531-8425-fc9bb2335f25 => generated 1235 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-13 01:23:48.117 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ddcf25e7-98cf-4ea1-9439-72d849f8fb40'] response: {'name': 'network-changed', 'server_uuid': '01c0b72b-b5ee-4a65-9092-b95e3f3fff19', 'tag': '4bb1b70d-e59b-4531-8425-fc9bb2335f25', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 697/1253] 10.0.0.225 () {32 vars in 667 bytes} [Wed May 13 01:23:47 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1254] 10.0.0.225 () {32 vars in 671 bytes} [Wed May 13 01:23:48 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1255] 10.0.0.225 () {32 vars in 681 bytes} [Wed May 13 01:23:48 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1256] 10.0.0.225 () {32 vars in 685 bytes} [Wed May 13 01:23:48 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1257] 10.0.0.225 () {32 vars in 677 bytes} [Wed May 13 01:23:48 2026] GET /v2.0/ports?not-tags-any=blue => 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: 559/1258] 10.0.0.225 () {32 vars in 681 bytes} [Wed May 13 01:23:48 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1259] 10.0.0.225 () {32 vars in 689 bytes} [Wed May 13 01:23:48 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1260] 10.0.0.225 () {32 vars in 693 bytes} [Wed May 13 01:23:48 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:48.407 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad7db348-5e68-44bc-8019-3448bbc3d8ca 5c152e204aa640b3a3247b2ed2e6c578 45b86853f90a4065ae0c9e2018afb493 - - default default] TaaS: Handle Delete Port: 103707c2-aefc-4b64-9b0d-ec5c684d9ff9 2026-05-13 01:23:48.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad7db348-5e68-44bc-8019-3448bbc3d8ca 5c152e204aa640b3a3247b2ed2e6c578 45b86853f90a4065ae0c9e2018afb493 - - default default] Tap Mirror: Handle Delete Port: 103707c2-aefc-4b64-9b0d-ec5c684d9ff9 [pid: 7|app: 0|req: 561/1261] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:23:48 2026] GET /v2.0/routers/59fd1bb4-a4c7-4ab6-b300-2ad83e53a305 => generated 485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1262] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:23:48 2026] DELETE /v2.0/ports/103707c2-aefc-4b64-9b0d-ec5c684d9ff9 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:48.572 8 INFO neutron_taas.services.taas.taas_plugin [None req-925d731a-c356-4e9f-a177-f4e1557630a9 5c152e204aa640b3a3247b2ed2e6c578 45b86853f90a4065ae0c9e2018afb493 - - default default] TaaS: Handle Delete Port: 8debc315-9213-4c0d-9b5e-980a792e42e7 2026-05-13 01:23:48.574 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-925d731a-c356-4e9f-a177-f4e1557630a9 5c152e204aa640b3a3247b2ed2e6c578 45b86853f90a4065ae0c9e2018afb493 - - default default] Tap Mirror: Handle Delete Port: 8debc315-9213-4c0d-9b5e-980a792e42e7 [pid: 8|app: 0|req: 702/1263] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:23:48 2026] DELETE /v2.0/ports/8debc315-9213-4c0d-9b5e-980a792e42e7 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1264] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:23:48 2026] GET /v2.0/ports?tenant_id=85950b5bfe0b420c8f2d0f2962c9c34e&device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:23:48.752 8 INFO neutron_taas.services.taas.taas_plugin [None req-c0db987e-39a4-4770-a1d1-a329a9fcbd06 5c152e204aa640b3a3247b2ed2e6c578 45b86853f90a4065ae0c9e2018afb493 - - default default] TaaS: Handle Delete Port: 08e1c4b3-1df9-43f1-86d8-0d0f22f310c4 2026-05-13 01:23:48.755 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c0db987e-39a4-4770-a1d1-a329a9fcbd06 5c152e204aa640b3a3247b2ed2e6c578 45b86853f90a4065ae0c9e2018afb493 - - default default] Tap Mirror: Handle Delete Port: 08e1c4b3-1df9-43f1-86d8-0d0f22f310c4 [pid: 8|app: 0|req: 704/1265] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:23:48 2026] DELETE /v2.0/ports/08e1c4b3-1df9-43f1-86d8-0d0f22f310c4 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1266] 199.204.45.35 () {34 vars in 1016 bytes} [Wed May 13 01:23:48 2026] GET /v2.0/networks?tenant_id=85950b5bfe0b420c8f2d0f2962c9c34e&shared=False => generated 765 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:48.950 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5f20c7e-04f4-45db-b41a-b0c8e70f7384 5c152e204aa640b3a3247b2ed2e6c578 45b86853f90a4065ae0c9e2018afb493 - - default default] TaaS: Handle Delete Port: 1e90b963-6b9f-452b-a274-ba2b60b7d38c 2026-05-13 01:23:48.952 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5f20c7e-04f4-45db-b41a-b0c8e70f7384 5c152e204aa640b3a3247b2ed2e6c578 45b86853f90a4065ae0c9e2018afb493 - - default default] Tap Mirror: Handle Delete Port: 1e90b963-6b9f-452b-a274-ba2b60b7d38c [pid: 7|app: 0|req: 562/1267] 10.0.0.225 () {34 vars in 741 bytes} [Wed May 13 01:23:48 2026] PUT /v2.0/routers/59fd1bb4-a4c7-4ab6-b300-2ad83e53a305 => generated 485 bytes in 555 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1268] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:23:48 2026] DELETE /v2.0/ports/1e90b963-6b9f-452b-a274-ba2b60b7d38c => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1269] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:48 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => 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: 564/1270] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:23:49 2026] GET /v2.0/ports?device_id=59fd1bb4-a4c7-4ab6-b300-2ad83e53a305 => 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: 707/1271] 199.204.45.35 () {34 vars in 928 bytes} [Wed May 13 01:23:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1272] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:49 2026] GET /v2.0/security-groups?id=548ccd00-2df1-4505-940a-94f0548a66c4&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-05-13 01:23:49.131 7 INFO neutron_taas.services.taas.taas_plugin [None req-835b040f-4c2d-4744-aa9d-168745b9bf84 5c152e204aa640b3a3247b2ed2e6c578 45b86853f90a4065ae0c9e2018afb493 - - default default] TaaS: Handle Delete Port: 2ce2c0fd-c980-4c2b-b854-ee175027dda3 2026-05-13 01:23:49.135 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-835b040f-4c2d-4744-aa9d-168745b9bf84 5c152e204aa640b3a3247b2ed2e6c578 45b86853f90a4065ae0c9e2018afb493 - - default default] Tap Mirror: Handle Delete Port: 2ce2c0fd-c980-4c2b-b854-ee175027dda3 [pid: 7|app: 0|req: 565/1273] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:23:49 2026] DELETE /v2.0/ports/2ce2c0fd-c980-4c2b-b854-ee175027dda3 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:49.245 8 INFO neutron_taas.services.taas.taas_plugin [None req-2dacd1f1-fff4-487a-8358-7a528935c294 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] TaaS: Handle Delete Port: 6261ff88-a95c-4c88-a9c3-ce5c12006fd1 2026-05-13 01:23:49.248 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2dacd1f1-fff4-487a-8358-7a528935c294 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] Tap Mirror: Handle Delete Port: 6261ff88-a95c-4c88-a9c3-ce5c12006fd1 2026-05-13 01:23:49.339 7 INFO neutron.services.segments.plugin [-] Segment df0f4bd4-b8a5-4fef-9306-03ccd6fcf162 resource provider aggregate not found 2026-05-13 01:23:49.340 7 INFO neutron.services.segments.plugin [-] Segment df0f4bd4-b8a5-4fef-9306-03ccd6fcf162 resource provider aggregate not found 2026-05-13 01:23:49.361 7 INFO neutron.services.segments.plugin [-] Segment df0f4bd4-b8a5-4fef-9306-03ccd6fcf162 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df0f4bd4-b8a5-4fef-9306-03ccd6fcf162 found for delete ", "request_id": "req-694a0a21-90dd-437f-8122-f0113411a42c"}]} [pid: 7|app: 0|req: 566/1274] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:49 2026] DELETE /v2.0/networks/0e5f176d-35dd-4fa5-9b0e-6cbc650097c5 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:49.370 7 INFO neutron.services.segments.plugin [-] Segment df0f4bd4-b8a5-4fef-9306-03ccd6fcf162 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df0f4bd4-b8a5-4fef-9306-03ccd6fcf162 found for delete ", "request_id": "req-377a7246-2eec-4ae4-9839-c3037304a812"}]} [pid: 8|app: 0|req: 709/1275] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:49 2026] DELETE /v2.0/routers/59fd1bb4-a4c7-4ab6-b300-2ad83e53a305 => 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: 567/1276] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:49 2026] DELETE /v2.0/networks/7f3ab046-a9fe-442b-8d99-9582a3dd8b80 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1277] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:23:49 2026] GET /v2.0/routers/f1df59c3-9bbd-4fce-9870-5829ec6cae8b => generated 493 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1278] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:49 2026] DELETE /v2.0/networks/28957995-d539-48a7-869e-0961a7ddf44b => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1279] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:49 2026] DELETE /v2.0/networks/91d0642c-84e0-4c00-82bf-05a687d60cb3 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1280] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:23:49 2026] DELETE /v2.0/networks/3e6389e5-7860-4bcf-948a-44864384b1f3 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1281] 10.0.0.225 () {34 vars in 741 bytes} [Wed May 13 01:23:49 2026] PUT /v2.0/routers/f1df59c3-9bbd-4fce-9870-5829ec6cae8b => generated 493 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1282] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:23:50 2026] GET /v2.0/ports?device_id=f1df59c3-9bbd-4fce-9870-5829ec6cae8b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1283] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:23:50 2026] GET /v2.0/ports?tenant_id=85950b5bfe0b420c8f2d0f2962c9c34e&device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1284] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:23:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=4bb1b70d-e59b-4531-8425-fc9bb2335f25 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1285] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:50 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:50.214 8 INFO neutron_taas.services.taas.taas_plugin [None req-befd1d4c-00cf-4722-9a7d-d467fdc8a631 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] TaaS: Handle Delete Port: 8e4a1e12-82e4-4c37-8172-adb386449731 [pid: 7|app: 0|req: 575/1286] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:23:50 2026] GET /v2.0/subnets?id=faba9a3d-af52-4499-9b02-f3d4b1bc519c => generated 687 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:50.216 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-befd1d4c-00cf-4722-9a7d-d467fdc8a631 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] Tap Mirror: Handle Delete Port: 8e4a1e12-82e4-4c37-8172-adb386449731 [pid: 7|app: 0|req: 576/1287] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:50 2026] GET /v2.0/security-groups?id=548ccd00-2df1-4505-940a-94f0548a66c4&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: 577/1288] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:23:50 2026] GET /v2.0/ports?network_id=fabe62d9-ee8e-486a-8c78-948c8ad9f8dd&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1289] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:23:50 2026] GET /v2.0/networks/fabe62d9-ee8e-486a-8c78-948c8ad9f8dd?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1290] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:23:50 2026] GET /v2.0/networks/fabe62d9-ee8e-486a-8c78-948c8ad9f8dd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1291] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:50 2026] DELETE /v2.0/routers/f1df59c3-9bbd-4fce-9870-5829ec6cae8b => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1292] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:23:50 2026] GET /v2.0/routers/7092fcab-1d96-40fe-9e15-ad43b9862c6c => generated 502 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1293] 10.0.0.225 () {34 vars in 741 bytes} [Wed May 13 01:23:50 2026] PUT /v2.0/routers/7092fcab-1d96-40fe-9e15-ad43b9862c6c => generated 502 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1294] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:50 2026] GET /v2.0/security-groups?tenant_id=3d7c6823b5ad4924bc14a00d85696dc6&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1295] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:23:50 2026] GET /v2.0/ports?device_id=7092fcab-1d96-40fe-9e15-ad43b9862c6c => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1296] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:50 2026] DELETE /v2.0/security-groups/dd82a0f9-2760-4315-88bd-f7aaedbcc4ec => 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: 714/1297] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:50 2026] GET /v2.0/security-groups?tenant_id=e1c937e8f3a54ff2bb90b48580a4febb&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1298] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:51 2026] DELETE /v2.0/security-groups/9459b5b8-208e-4114-b914-caff485ebdcb => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:23:51.230 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7a8e6b0-b847-4a70-865f-0bc6b8d31248 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] TaaS: Handle Delete Port: a16ce81a-50bb-4c9e-9a2b-c7b4b7dd064b 2026-05-13 01:23:51.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7a8e6b0-b847-4a70-865f-0bc6b8d31248 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] Tap Mirror: Handle Delete Port: a16ce81a-50bb-4c9e-9a2b-c7b4b7dd064b [pid: 8|app: 0|req: 716/1299] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:51 2026] GET /v2.0/security-groups?tenant_id=bed68124b0e646cf98fe5d2babbf18e9&name=default => generated 2925 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1300] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:51 2026] DELETE /v2.0/security-groups/c13720a6-d352-4819-aa82-8d794f9bf519 => 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: 718/1301] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:51 2026] GET /v2.0/security-groups?tenant_id=45b86853f90a4065ae0c9e2018afb493&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:23:51.383 7 INFO neutron.services.segments.plugin [-] Segment db295bba-8d5c-415b-8f0a-9609aca52310 resource provider aggregate not found [pid: 8|app: 0|req: 719/1302] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:51 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:51.397 7 INFO neutron.services.segments.plugin [-] Segment db295bba-8d5c-415b-8f0a-9609aca52310 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db295bba-8d5c-415b-8f0a-9609aca52310 found for delete ", "request_id": "req-3cd5fcd1-2c26-4421-b901-e0adbfa14051"}]} 2026-05-13 01:23:51.397 7 INFO neutron.services.segments.plugin [-] Segment db295bba-8d5c-415b-8f0a-9609aca52310 resource provider aggregate not found 2026-05-13 01:23:51.426 7 INFO neutron.services.segments.plugin [-] Segment 50005436-f3d6-450b-b7a2-c0f25d71ab1e resource provider aggregate not found 2026-05-13 01:23:51.444 7 INFO neutron.services.segments.plugin [-] Segment 50005436-f3d6-450b-b7a2-c0f25d71ab1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50005436-f3d6-450b-b7a2-c0f25d71ab1e found for delete ", "request_id": "req-9a3a79f8-616c-4d56-9658-6a15dbfb9d45"}]} 2026-05-13 01:23:51.446 7 INFO neutron.services.segments.plugin [-] Segment db295bba-8d5c-415b-8f0a-9609aca52310 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db295bba-8d5c-415b-8f0a-9609aca52310 found for delete ", "request_id": "req-dbe69bcd-f499-4080-a6bf-30b33e99b6ef"}]} 2026-05-13 01:23:51.472 7 INFO neutron.services.segments.plugin [-] Segment add6d897-5429-4080-821f-682b8e6121c3 resource provider aggregate not found 2026-05-13 01:23:51.475 7 INFO neutron.services.segments.plugin [-] Segment 50005436-f3d6-450b-b7a2-c0f25d71ab1e resource provider aggregate not found [pid: 7|app: 0|req: 584/1303] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:51 2026] DELETE /v2.0/routers/7092fcab-1d96-40fe-9e15-ad43b9862c6c => generated 0 bytes in 424 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:23:51.498 7 INFO neutron.services.segments.plugin [-] Segment 50005436-f3d6-450b-b7a2-c0f25d71ab1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50005436-f3d6-450b-b7a2-c0f25d71ab1e found for delete ", "request_id": "req-6e9c3703-3bae-42ed-bdac-63f3bf4f4b91"}]} 2026-05-13 01:23:51.502 7 INFO neutron.services.segments.plugin [-] Segment add6d897-5429-4080-821f-682b8e6121c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid add6d897-5429-4080-821f-682b8e6121c3 found for delete ", "request_id": "req-f4dd5cfd-69e9-4f43-bb83-3d6885ef0fc7"}]} [pid: 8|app: 0|req: 720/1304] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:51 2026] DELETE /v2.0/security-groups/3f593601-45df-4ddc-ab94-1a350eb411de => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:23:51.524 7 INFO neutron.services.segments.plugin [-] Segment add6d897-5429-4080-821f-682b8e6121c3 resource provider aggregate not found 2026-05-13 01:23:51.528 7 INFO neutron.services.segments.plugin [-] Segment b770ace4-3ff9-403a-92b4-c7fd34705557 resource provider aggregate not found [pid: 7|app: 0|req: 585/1305] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:51 2026] GET /v2.0/security-groups?id=548ccd00-2df1-4505-940a-94f0548a66c4&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:51.541 7 INFO neutron.services.segments.plugin [-] Segment add6d897-5429-4080-821f-682b8e6121c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid add6d897-5429-4080-821f-682b8e6121c3 found for delete ", "request_id": "req-1902dcc8-969b-4ca7-ad05-b9a27d00733a"}]} 2026-05-13 01:23:51.549 7 INFO neutron.services.segments.plugin [-] Segment b770ace4-3ff9-403a-92b4-c7fd34705557 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b770ace4-3ff9-403a-92b4-c7fd34705557 found for delete ", "request_id": "req-22dcbc59-878c-4ea0-9925-173bb718f76e"}]} 2026-05-13 01:23:51.553 7 INFO neutron.services.segments.plugin [-] Segment b770ace4-3ff9-403a-92b4-c7fd34705557 resource provider aggregate not found [pid: 8|app: 0|req: 721/1306] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:23:51 2026] GET /v2.0/routers/4a68320c-a128-4e65-8a65-a41462ba147a => generated 487 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:51.571 7 INFO neutron.services.segments.plugin [-] Segment b770ace4-3ff9-403a-92b4-c7fd34705557 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b770ace4-3ff9-403a-92b4-c7fd34705557 found for delete ", "request_id": "req-7666aae5-accc-4ae3-a970-4983715a40fb"}]} [pid: 8|app: 0|req: 722/1307] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:51 2026] GET /v2.0/security-groups?tenant_id=94cd819965974ef5b85ceaf82695f6bf&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1308] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:51 2026] DELETE /v2.0/security-groups/0e8d17ed-9fb1-424c-8d2e-1cf01dd4a687 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1309] 10.0.0.225 () {34 vars in 741 bytes} [Wed May 13 01:23:51 2026] PUT /v2.0/routers/4a68320c-a128-4e65-8a65-a41462ba147a => generated 487 bytes in 851 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1310] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:23:52 2026] GET /v2.0/ports?device_id=4a68320c-a128-4e65-8a65-a41462ba147a => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:52.644 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4accf68-7d4d-4bc2-93c2-7722768d7252 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] TaaS: Handle Delete Port: 92dca243-de11-4cad-881f-8dcdfe18cf90 [pid: 8|app: 0|req: 727/1313] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:52 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:52.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4accf68-7d4d-4bc2-93c2-7722768d7252 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] Tap Mirror: Handle Delete Port: 92dca243-de11-4cad-881f-8dcdfe18cf90 [pid: 8|app: 0|req: 728/1314] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:52 2026] GET /v2.0/security-groups?id=548ccd00-2df1-4505-940a-94f0548a66c4&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: 587/1315] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:52 2026] DELETE /v2.0/routers/4a68320c-a128-4e65-8a65-a41462ba147a => generated 0 bytes in 385 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1316] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:23:52 2026] GET /v2.0/routers/5fdf252a-45e6-4ac7-b64b-f63a70f613ee => generated 480 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1317] 10.0.0.225 () {34 vars in 741 bytes} [Wed May 13 01:23:52 2026] PUT /v2.0/routers/5fdf252a-45e6-4ac7-b64b-f63a70f613ee => generated 480 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1318] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:23:53 2026] GET /v2.0/ports?device_id=5fdf252a-45e6-4ac7-b64b-f63a70f613ee => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:23:53.543 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e689e60-64c4-4b17-b7f5-39d3bf6005d6 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] TaaS: Handle Delete Port: 887a4291-addb-4c67-afb2-3811c9914b49 2026-05-13 01:23:53.545 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e689e60-64c4-4b17-b7f5-39d3bf6005d6 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] Tap Mirror: Handle Delete Port: 887a4291-addb-4c67-afb2-3811c9914b49 2026-05-13 01:23:53.817 7 INFO neutron.services.segments.plugin [-] Segment 6b6e601a-2316-4095-bc3e-6015d633dede resource provider aggregate not found 2026-05-13 01:23:53.823 7 INFO neutron.services.segments.plugin [-] Segment 6b6e601a-2316-4095-bc3e-6015d633dede resource provider aggregate not found 2026-05-13 01:23:53.846 7 INFO neutron.services.segments.plugin [-] Segment 6b6e601a-2316-4095-bc3e-6015d633dede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b6e601a-2316-4095-bc3e-6015d633dede found for delete ", "request_id": "req-0324cc1a-0633-4196-a85f-8ca2d4f6f644"}]} 2026-05-13 01:23:53.849 7 INFO neutron.db.l3_hamode_db [None req-2e689e60-64c4-4b17-b7f5-39d3bf6005d6 e1d64606992c411e896d6c89469fc91e 1ff9c64b73b34019b66e8b074ce46772 - - default default] HA network 4a60eafd-ca58-48cb-a198-ec9dbc778b31 was deleted as no HA routers are present in tenant 1ff9c64b73b34019b66e8b074ce46772. 2026-05-13 01:23:53.850 7 INFO neutron.services.segments.plugin [-] Segment 6b6e601a-2316-4095-bc3e-6015d633dede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b6e601a-2316-4095-bc3e-6015d633dede found for delete ", "request_id": "req-93f29964-a5d2-42b2-b4f1-18a38ddf0cb5"}]} [pid: 7|app: 0|req: 589/1319] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:23:53 2026] DELETE /v2.0/routers/5fdf252a-45e6-4ac7-b64b-f63a70f613ee => generated 0 bytes in 453 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1320] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:53 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1321] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:53 2026] GET /v2.0/security-groups?id=548ccd00-2df1-4505-940a-94f0548a66c4&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1322] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:54 2026] GET /v2.0/security-groups?tenant_id=b8d51dad4e3f41dc84356864a3b10b69&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: 591/1323] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:55 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1324] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:55 2026] GET /v2.0/security-groups?id=548ccd00-2df1-4505-940a-94f0548a66c4&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: 733/1325] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:55 2026] DELETE /v2.0/security-groups/76bc358e-68cb-4407-b37c-a862c7391d76 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1326] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:55 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1327] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:55 2026] GET /v2.0/security-groups?tenant_id=36522f7112614c54954aa61d85983b51&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:23:55.537 8 INFO neutron.db.l3_db [None req-481e7b7b-b248-4040-952e-49265dfd911e fe9fb7924e4e4405a9e1015864ba2cde 85950b5bfe0b420c8f2d0f2962c9c34e - - default default] Floating IP 5baceaae-7e74-48ab-9e40-026575f14b09 associated. External IP: 10.96.250.208, port: 4bb1b70d-e59b-4531-8425-fc9bb2335f25. [pid: 7|app: 0|req: 594/1328] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:55 2026] GET /v2.0/security-groups?tenant_id=1ff9c64b73b34019b66e8b074ce46772&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1329] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:55 2026] DELETE /v2.0/security-groups/a68cd692-39f3-4eee-ab42-6c8bda7c7fef => 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: 596/1330] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:55 2026] DELETE /v2.0/security-groups/c2c2eba8-071f-4cfc-9edf-b35ae4866fd7 => 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: 735/1331] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:23:55 2026] PUT /v2.0/floatingips/5baceaae-7e74-48ab-9e40-026575f14b09 => generated 855 bytes in 579 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:55.892 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-97cb604f-00a9-45d2-954b-a688a8d2be12'] response: {'name': 'network-changed', 'server_uuid': '01c0b72b-b5ee-4a65-9092-b95e3f3fff19', 'tag': '4bb1b70d-e59b-4531-8425-fc9bb2335f25', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 736/1332] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:55 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1333] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:55 2026] GET /v2.0/security-groups?tenant_id=b8a119f5eddb4397b2492d480e3910e9&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1334] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:55 2026] GET /v2.0/security-groups?id=548ccd00-2df1-4505-940a-94f0548a66c4&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1335] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:55 2026] GET /v2.0/security-groups?tenant_id=476e7a52cde245128590ce2190f22671&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1336] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:56 2026] DELETE /v2.0/security-groups/8cd46a8c-69c7-46ff-95f5-101dbdbe1bb9 => 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: 738/1337] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:56 2026] DELETE /v2.0/security-groups/0fb06f1b-e5e4-4e6d-b0b4-e47f88a541ae => 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: 739/1338] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:56 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1339] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:56 2026] GET /v2.0/security-groups?id=548ccd00-2df1-4505-940a-94f0548a66c4&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: 741/1340] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:23:56 2026] GET /v2.0/ports?tenant_id=85950b5bfe0b420c8f2d0f2962c9c34e&device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1341] 10.0.0.225 () {34 vars in 683 bytes} [Wed May 13 01:23:56 2026] POST /v2.0/security-groups => generated 1601 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1342] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:23:56 2026] GET /v2.0/networks?id=fabe62d9-ee8e-486a-8c78-948c8ad9f8dd => generated 765 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1343] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:23:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=4bb1b70d-e59b-4531-8425-fc9bb2335f25 => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1344] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:23:56 2026] GET /v2.0/subnets?id=faba9a3d-af52-4499-9b02-f3d4b1bc519c => generated 687 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1345] 10.0.0.225 () {34 vars in 683 bytes} [Wed May 13 01:23:56 2026] POST /v2.0/security-groups => generated 1601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1346] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:23:56 2026] GET /v2.0/ports?network_id=fabe62d9-ee8e-486a-8c78-948c8ad9f8dd&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1347] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:23:56 2026] GET /v2.0/networks/fabe62d9-ee8e-486a-8c78-948c8ad9f8dd?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: 747/1348] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:23:56 2026] GET /v2.0/networks/fabe62d9-ee8e-486a-8c78-948c8ad9f8dd?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: 602/1349] 10.0.0.225 () {34 vars in 683 bytes} [Wed May 13 01:23:56 2026] POST /v2.0/security-groups => generated 1601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1350] 10.0.0.225 () {34 vars in 683 bytes} [Wed May 13 01:23:56 2026] POST /v2.0/security-groups => generated 1601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1351] 10.0.0.225 () {34 vars in 683 bytes} [Wed May 13 01:23:56 2026] POST /v2.0/security-groups => generated 1601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1352] 10.0.0.225 () {34 vars in 766 bytes} [Wed May 13 01:23:57 2026] PUT /v2.0/security-groups/bbc94a60-3185-4315-a59c-dcf450e9c902/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1353] 10.0.0.225 () {34 vars in 766 bytes} [Wed May 13 01:23:57 2026] PUT /v2.0/security-groups/2e559ed3-96ca-4667-b3cb-732009168040/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: 750/1354] 10.0.0.225 () {34 vars in 766 bytes} [Wed May 13 01:23:57 2026] PUT /v2.0/security-groups/c6e7726f-d403-49a0-b7d2-43feea2ef9de/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1355] 10.0.0.225 () {34 vars in 766 bytes} [Wed May 13 01:23:57 2026] PUT /v2.0/security-groups/c2bc3248-55e1-4898-acde-aebc217e008a/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1356] 10.0.0.225 () {32 vars in 679 bytes} [Wed May 13 01:23:57 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1357] 10.0.0.225 () {32 vars in 693 bytes} [Wed May 13 01:23:57 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1358] 10.0.0.225 () {32 vars in 689 bytes} [Wed May 13 01:23:57 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1359] 10.0.0.225 () {32 vars in 701 bytes} [Wed May 13 01:23:57 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1360] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:57 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1361] 10.0.0.225 () {32 vars in 687 bytes} [Wed May 13 01:23:57 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1362] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:57 2026] GET /v2.0/security-groups?id=548ccd00-2df1-4505-940a-94f0548a66c4&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: 609/1363] 10.0.0.225 () {32 vars in 701 bytes} [Wed May 13 01:23:57 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1364] 10.0.0.225 () {32 vars in 697 bytes} [Wed May 13 01:23:57 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1365] 10.0.0.225 () {32 vars in 709 bytes} [Wed May 13 01:23:57 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1366] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:57 2026] DELETE /v2.0/security-groups/bbc94a60-3185-4315-a59c-dcf450e9c902 => generated 0 bytes in 499 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1367] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:58 2026] DELETE /v2.0/security-groups/2e559ed3-96ca-4667-b3cb-732009168040 => 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: 757/1368] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:58 2026] DELETE /v2.0/security-groups/c6e7726f-d403-49a0-b7d2-43feea2ef9de => 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: 612/1369] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:58 2026] DELETE /v2.0/security-groups/c2bc3248-55e1-4898-acde-aebc217e008a => 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: 758/1370] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:58 2026] DELETE /v2.0/security-groups/e74f422b-038f-426c-af7f-79b6e2494fa1 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1371] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:58 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => 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: 759/1372] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:23:58 2026] GET /v2.0/security-groups?id=548ccd00-2df1-4505-940a-94f0548a66c4&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1373] 199.204.45.35 () {34 vars in 992 bytes} [Wed May 13 01:23:58 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:23:58.884 8 INFO neutron_taas.services.taas.taas_plugin [req-8c1beca8-1cc5-4b2d-b7e7-9cd951a9d2e7 req-8b0f1f1f-d767-426d-bf49-bed1d171991b fe9fb7924e4e4405a9e1015864ba2cde 85950b5bfe0b420c8f2d0f2962c9c34e - - default default] TaaS: Handle Delete Port: 4bb1b70d-e59b-4531-8425-fc9bb2335f25 2026-05-13 01:23:58.887 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8c1beca8-1cc5-4b2d-b7e7-9cd951a9d2e7 req-8b0f1f1f-d767-426d-bf49-bed1d171991b fe9fb7924e4e4405a9e1015864ba2cde 85950b5bfe0b420c8f2d0f2962c9c34e - - default default] Tap Mirror: Handle Delete Port: 4bb1b70d-e59b-4531-8425-fc9bb2335f25 2026-05-13 01:23:59.010 8 INFO neutron.db.l3_db [req-8c1beca8-1cc5-4b2d-b7e7-9cd951a9d2e7 req-8b0f1f1f-d767-426d-bf49-bed1d171991b fe9fb7924e4e4405a9e1015864ba2cde 85950b5bfe0b420c8f2d0f2962c9c34e - - default default] Floating IP 5baceaae-7e74-48ab-9e40-026575f14b09 disassociated. External IP: 10.96.250.208, port: 4bb1b70d-e59b-4531-8425-fc9bb2335f25. [pid: 8|app: 0|req: 760/1374] 199.204.45.35 () {36 vars in 995 bytes} [Wed May 13 01:23:58 2026] DELETE /v2.0/ports/4bb1b70d-e59b-4531-8425-fc9bb2335f25 => generated 0 bytes in 619 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:23:59.440 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1dda7f83-cba5-4fe5-b48b-9e313c2e9cda'] response: {'server_uuid': '01c0b72b-b5ee-4a65-9092-b95e3f3fff19', 'name': 'network-vif-deleted', 'tag': '4bb1b70d-e59b-4531-8425-fc9bb2335f25', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 615/1375] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:59 2026] GET /v2.0/security-groups?tenant_id=429d25e8c6fe4ffdb8262968b60e629d&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1376] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:23:59 2026] DELETE /v2.0/security-groups/fb883e2c-d502-4bc9-b074-a901bc014b25 => 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: 616/1377] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:23:59 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => 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: 762/1378] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:23:59 2026] GET /v2.0/security-groups?tenant_id=67dc6f23853741268a5e98eb33e4f341&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1379] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:00 2026] DELETE /v2.0/security-groups/7f834e59-646e-4200-ad7a-9b28be6e36f6 => 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: 763/1380] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:00 2026] GET /v2.0/security-groups?tenant_id=2b2409623f304c82a922fec617af33ea&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1381] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:00 2026] DELETE /v2.0/security-groups/49c8f51e-56f9-4171-9dbf-00f092446767 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:00.750 7 INFO neutron.db.segments_db [None req-4064dc86-a759-4e83-a2c3-140b37dd4d55 ecc63569903648898327738fc8e87c2b 44de0666caf74eea936f17c42c6fab2c - - default default] Added segment 798a2d23-3d89-4d25-9829-4d5f901ab4ee of type vxlan for network 0d0e0c43-5dec-449a-9198-39392c5f996e [pid: 7|app: 0|req: 618/1382] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:00 2026] POST /v2.0/networks => generated 612 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1383] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:24:00 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => 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: 765/1384] 10.0.0.225 () {34 vars in 663 bytes} [Wed May 13 01:24:00 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1385] 10.0.0.225 () {34 vars in 665 bytes} [Wed May 13 01:24:01 2026] POST /v2.0/trunks => generated 407 bytes in 192 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-05-13 01:24:01.409 8 INFO neutron.db.segments_db [None req-6dc0d786-5db5-4b42-8daa-960a9dab36b7 ecc63569903648898327738fc8e87c2b 44de0666caf74eea936f17c42c6fab2c - - default default] Added segment 6c5c0989-a780-487c-b10a-e402516b38de of type vxlan for network 7ce079e3-8e83-4234-b582-fd3a0c3234ae [pid: 8|app: 0|req: 766/1386] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:01 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1387] 10.0.0.225 () {34 vars in 663 bytes} [Wed May 13 01:24:01 2026] POST /v2.0/ports => generated 743 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1388] 10.0.0.225 () {34 vars in 665 bytes} [Wed May 13 01:24:01 2026] POST /v2.0/trunks => generated 407 bytes in 239 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: 768/1389] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:24:02 2026] GET /v2.0/ports?device_id=01c0b72b-b5ee-4a65-9092-b95e3f3fff19 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:02.096 7 INFO neutron.db.segments_db [None req-b23b2de7-01ba-4389-ba02-f407b856d4c5 ecc63569903648898327738fc8e87c2b 44de0666caf74eea936f17c42c6fab2c - - default default] Added segment 659f335f-0af0-4eea-a905-a04a705f8ec8 of type vxlan for network 88cb7571-9feb-44f7-badb-29ce0e017699 [pid: 7|app: 0|req: 622/1390] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:02 2026] POST /v2.0/networks => generated 613 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1391] 10.0.0.225 () {34 vars in 663 bytes} [Wed May 13 01:24:02 2026] POST /v2.0/ports => generated 743 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 623/1392] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:02 2026] GET /v2.0/security-groups?tenant_id=e59a036b8e3e4045b585e7fa59f92621&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1393] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:02 2026] DELETE /v2.0/security-groups/6acecd0c-6b0a-455e-a9d6-f75e2dda7ea9 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1394] 10.0.0.225 () {34 vars in 665 bytes} [Wed May 13 01:24:02 2026] POST /v2.0/trunks => generated 407 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:24:02.697 7 INFO neutron.db.segments_db [None req-8c2a0068-3fd9-4508-85f3-2ff90d44c941 ecc63569903648898327738fc8e87c2b 44de0666caf74eea936f17c42c6fab2c - - default default] Added segment 5173f0df-f30f-46a5-a96a-7c36cfac1952 of type vxlan for network b0c3cf80-e16f-49f0-b487-a3f29e5470a7 [pid: 7|app: 0|req: 625/1395] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:02 2026] POST /v2.0/networks => generated 612 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1396] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:02 2026] GET /v2.0/security-groups?tenant_id=ad08b8ec201247608d4175dbdd794ff4&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: 772/1397] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:02 2026] DELETE /v2.0/security-groups/2f06ee8c-26bd-44f1-b8be-7b5a7accec3f => 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: 626/1398] 10.0.0.225 () {34 vars in 663 bytes} [Wed May 13 01:24:02 2026] POST /v2.0/ports => generated 743 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 627/1399] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:03 2026] DELETE /v2.0/security-groups/548ccd00-2df1-4505-940a-94f0548a66c4 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:03.272 7 INFO neutron.api.v2.resource [None req-46057387-2e0a-4ec2-a2b5-140a06819b94 fe9fb7924e4e4405a9e1015864ba2cde 85950b5bfe0b420c8f2d0f2962c9c34e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 628/1400] 10.0.0.225 () {32 vars in 736 bytes} [Wed May 13 01:24:03 2026] GET /v2.0/security-groups/548ccd00-2df1-4505-940a-94f0548a66c4 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1401] 10.0.0.225 () {34 vars in 665 bytes} [Wed May 13 01:24:03 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) 2026-05-13 01:24:03.361 7 INFO neutron_taas.services.taas.taas_plugin [None req-685c01a7-9811-4ab8-894a-466bf6b7e516 fe9fb7924e4e4405a9e1015864ba2cde 85950b5bfe0b420c8f2d0f2962c9c34e - - default default] TaaS: Handle Delete Port: 30f475fd-eb03-4b36-a375-7cd9d91f4575 2026-05-13 01:24:03.364 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-685c01a7-9811-4ab8-894a-466bf6b7e516 fe9fb7924e4e4405a9e1015864ba2cde 85950b5bfe0b420c8f2d0f2962c9c34e - - default default] Tap Mirror: Handle Delete Port: 30f475fd-eb03-4b36-a375-7cd9d91f4575 2026-05-13 01:24:03.379 8 INFO neutron.db.segments_db [None req-0dd19549-cebe-462c-b043-dba90c494575 ecc63569903648898327738fc8e87c2b 44de0666caf74eea936f17c42c6fab2c - - default default] Added segment 93155179-14bf-46cd-810c-4085b57ab13e of type vxlan for network 171f6997-2568-46dc-80b3-4a1d82524d5c [pid: 8|app: 0|req: 774/1402] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:03 2026] POST /v2.0/networks => generated 612 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1403] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:24:03 2026] DELETE /v2.0/floatingips/5baceaae-7e74-48ab-9e40-026575f14b09 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1404] 10.0.0.225 () {34 vars in 663 bytes} [Wed May 13 01:24:03 2026] POST /v2.0/ports => generated 743 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-13 01:24:03.860 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef07096f-2a6f-46cd-97e9-9b55187b9739 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 803e0ed3-f5ee-4e89-911f-496ecc09f1a5 2026-05-13 01:24:03.862 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef07096f-2a6f-46cd-97e9-9b55187b9739 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 803e0ed3-f5ee-4e89-911f-496ecc09f1a5 [pid: 8|app: 0|req: 776/1405] 10.0.0.225 () {34 vars in 665 bytes} [Wed May 13 01:24:03 2026] POST /v2.0/trunks => generated 407 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1406] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:24:03 2026] PUT /v2.0/trunks/ddadcac2-4489-40a9-87e0-158b25f3b358/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1407] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:24:03 2026] PUT /v2.0/trunks/a8ddd48f-0168-4a59-bff7-3ba1c15d45e8/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1408] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:24:03 2026] PUT /v2.0/trunks/671406c1-48ad-4316-9e27-7d8c4502c536/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1409] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:24:03 2026] PUT /v2.0/trunks/8a177961-8078-45f8-bdbf-d2bb3abe9647/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1410] 10.0.0.225 () {32 vars in 661 bytes} [Wed May 13 01:24:04 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1411] 10.0.0.225 () {32 vars in 675 bytes} [Wed May 13 01:24:04 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1412] 10.0.0.225 () {32 vars in 671 bytes} [Wed May 13 01:24:04 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1413] 10.0.0.225 () {32 vars in 683 bytes} [Wed May 13 01:24:04 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1414] 10.0.0.225 () {32 vars in 669 bytes} [Wed May 13 01:24:04 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1415] 10.0.0.225 () {32 vars in 683 bytes} [Wed May 13 01:24:04 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1416] 10.0.0.225 () {32 vars in 679 bytes} [Wed May 13 01:24:04 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1417] 10.0.0.225 () {32 vars in 691 bytes} [Wed May 13 01:24:04 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1418] 10.0.0.225 () {32 vars in 718 bytes} [Wed May 13 01:24:04 2026] GET /v2.0/trunks/ddadcac2-4489-40a9-87e0-158b25f3b358 => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1419] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:24:04 2026] GET /v2.0/ports/248e6e4a-8bd0-4a88-8af3-83ad2b4d0ed0 => generated 826 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1420] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:24:03 2026] PUT /v2.0/routers/3ce7d12d-3207-4306-b3e7-bb9ca70a5e74/remove_router_interface => generated 309 bytes in 921 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1421] 10.0.0.225 () {32 vars in 721 bytes} [Wed May 13 01:24:04 2026] DELETE /v2.0/trunks/ddadcac2-4489-40a9-87e0-158b25f3b358 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1422] 10.0.0.225 () {32 vars in 718 bytes} [Wed May 13 01:24:04 2026] GET /v2.0/trunks/a8ddd48f-0168-4a59-bff7-3ba1c15d45e8 => generated 420 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1423] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:24:04 2026] GET /v2.0/ports/b8d9a82f-d847-45ad-9339-4a2ec65b4bf0 => generated 826 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:24:04.588 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffb24c0d-46e4-48a0-bc2b-8cb59fdff7ee 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 0518f752-5e8c-4920-a7ec-0c5670629c76 2026-05-13 01:24:04.591 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffb24c0d-46e4-48a0-bc2b-8cb59fdff7ee 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 0518f752-5e8c-4920-a7ec-0c5670629c76 [pid: 8|app: 0|req: 794/1424] 10.0.0.225 () {32 vars in 721 bytes} [Wed May 13 01:24:04 2026] DELETE /v2.0/trunks/a8ddd48f-0168-4a59-bff7-3ba1c15d45e8 => 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: 795/1425] 10.0.0.225 () {32 vars in 718 bytes} [Wed May 13 01:24:04 2026] GET /v2.0/trunks/671406c1-48ad-4316-9e27-7d8c4502c536 => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1426] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:24:04 2026] GET /v2.0/ports/b5859264-0570-4c30-af23-74e99589b5be => generated 826 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1427] 10.0.0.225 () {32 vars in 721 bytes} [Wed May 13 01:24:04 2026] DELETE /v2.0/trunks/671406c1-48ad-4316-9e27-7d8c4502c536 => 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: 798/1428] 10.0.0.225 () {32 vars in 718 bytes} [Wed May 13 01:24:04 2026] GET /v2.0/trunks/8a177961-8078-45f8-bdbf-d2bb3abe9647 => generated 414 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:24:04.837 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffb24c0d-46e4-48a0-bc2b-8cb59fdff7ee 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 176cef6c-d1ef-420d-ad6e-f01e1d53d8bb 2026-05-13 01:24:04.840 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffb24c0d-46e4-48a0-bc2b-8cb59fdff7ee 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 176cef6c-d1ef-420d-ad6e-f01e1d53d8bb [pid: 8|app: 0|req: 799/1429] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:24:04 2026] GET /v2.0/ports/ef6906ec-0986-4f6c-8680-fc690688fbfd => 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: 800/1430] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:24:04 2026] POST /v2.0/subnetpools => generated 516 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1431] 10.0.0.225 () {32 vars in 721 bytes} [Wed May 13 01:24:05 2026] DELETE /v2.0/trunks/8a177961-8078-45f8-bdbf-d2bb3abe9647 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:05.154 7 INFO neutron.services.segments.plugin [-] Segment b6d1d8bf-5108-47a7-b6f8-783dfb50c1b7 resource provider aggregate not found 2026-05-13 01:24:05.157 7 INFO neutron.services.segments.plugin [-] Segment b6d1d8bf-5108-47a7-b6f8-783dfb50c1b7 resource provider aggregate not found 2026-05-13 01:24:05.175 7 INFO neutron.services.segments.plugin [-] Segment b6d1d8bf-5108-47a7-b6f8-783dfb50c1b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6d1d8bf-5108-47a7-b6f8-783dfb50c1b7 found for delete ", "request_id": "req-5203acbd-f2ed-4561-bcf0-222f47e04a35"}]} 2026-05-13 01:24:05.176 7 INFO neutron.db.l3_hamode_db [None req-ffb24c0d-46e4-48a0-bc2b-8cb59fdff7ee 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] HA network ac86dd8b-bec4-4f32-bd4e-258f048f9319 was deleted as no HA routers are present in tenant 85950b5bfe0b420c8f2d0f2962c9c34e. 2026-05-13 01:24:05.185 7 INFO neutron.services.segments.plugin [-] Segment b6d1d8bf-5108-47a7-b6f8-783dfb50c1b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6d1d8bf-5108-47a7-b6f8-783dfb50c1b7 found for delete ", "request_id": "req-5638394e-c5b9-4e7b-8f77-06535478288e"}]} [pid: 7|app: 0|req: 631/1432] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:04 2026] DELETE /v2.0/routers/3ce7d12d-3207-4306-b3e7-bb9ca70a5e74 => generated 0 bytes in 756 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1433] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:24:05 2026] POST /v2.0/subnetpools => generated 516 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1434] 10.0.0.225 () {32 vars in 718 bytes} [Wed May 13 01:24:05 2026] GET /v2.0/trunks/5ab45755-aa03-4cd8-a7e7-84c71f7ceaaf => generated 407 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1435] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:24:05 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: 8|app: 0|req: 803/1436] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:05 2026] DELETE /v2.0/subnets/faba9a3d-af52-4499-9b02-f3d4b1bc519c => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1437] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:24:05 2026] GET /v2.0/ports/923d7468-1704-458a-9db6-5ad01e093d7d => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1438] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:24:05 2026] POST /v2.0/subnetpools => generated 516 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1439] 10.0.0.225 () {32 vars in 721 bytes} [Wed May 13 01:24:05 2026] DELETE /v2.0/trunks/5ab45755-aa03-4cd8-a7e7-84c71f7ceaaf => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:05.491 7 INFO neutron_taas.services.taas.taas_plugin [None req-41b7214c-8d44-457a-ae25-f6956747bc57 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: ba04f2cc-bb04-4900-8ff1-87df9e7d5958 2026-05-13 01:24:05.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41b7214c-8d44-457a-ae25-f6956747bc57 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: ba04f2cc-bb04-4900-8ff1-87df9e7d5958 [pid: 8|app: 0|req: 806/1440] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:24:05 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:24:05.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-05426511-3092-48e3-ba7a-78fd0f0c083f ecc63569903648898327738fc8e87c2b 44de0666caf74eea936f17c42c6fab2c - - default default] TaaS: Handle Delete Port: 248e6e4a-8bd0-4a88-8af3-83ad2b4d0ed0 2026-05-13 01:24:05.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05426511-3092-48e3-ba7a-78fd0f0c083f ecc63569903648898327738fc8e87c2b 44de0666caf74eea936f17c42c6fab2c - - default default] Tap Mirror: Handle Delete Port: 248e6e4a-8bd0-4a88-8af3-83ad2b4d0ed0 [pid: 7|app: 0|req: 635/1441] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:05 2026] DELETE /v2.0/networks/fabe62d9-ee8e-486a-8c78-948c8ad9f8dd => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1442] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:24:05 2026] DELETE /v2.0/ports/248e6e4a-8bd0-4a88-8af3-83ad2b4d0ed0 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1443] 10.0.0.225 () {34 vars in 758 bytes} [Wed May 13 01:24:05 2026] PUT /v2.0/subnetpools/9097b773-7e43-478a-83b9-fc3d18f2529b/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1444] 10.0.0.225 () {34 vars in 758 bytes} [Wed May 13 01:24:05 2026] PUT /v2.0/subnetpools/c5d50a00-b221-4fdb-bf21-185bc5a4f97c/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:05.846 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9e43955-0475-4bf7-82ac-5960b6238894 ecc63569903648898327738fc8e87c2b 44de0666caf74eea936f17c42c6fab2c - - default default] TaaS: Handle Delete Port: b8d9a82f-d847-45ad-9339-4a2ec65b4bf0 2026-05-13 01:24:05.849 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9e43955-0475-4bf7-82ac-5960b6238894 ecc63569903648898327738fc8e87c2b 44de0666caf74eea936f17c42c6fab2c - - default default] Tap Mirror: Handle Delete Port: b8d9a82f-d847-45ad-9339-4a2ec65b4bf0 [pid: 7|app: 0|req: 638/1445] 10.0.0.225 () {34 vars in 758 bytes} [Wed May 13 01:24:05 2026] PUT /v2.0/subnetpools/7d95d95b-ecae-4334-b96d-ccd10961b132/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1446] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:05 2026] GET /v2.0/security-groups?tenant_id=85950b5bfe0b420c8f2d0f2962c9c34e&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1447] 10.0.0.225 () {34 vars in 758 bytes} [Wed May 13 01:24:05 2026] PUT /v2.0/subnetpools/9e9106cb-cd23-4720-b8c7-312fc5ef08c0/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1448] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:24:05 2026] DELETE /v2.0/ports/b8d9a82f-d847-45ad-9339-4a2ec65b4bf0 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1449] 10.0.0.225 () {32 vars in 671 bytes} [Wed May 13 01:24:05 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1450] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:05 2026] DELETE /v2.0/security-groups/8bbbbd03-ad4c-49d5-8f2e-ffa28cdddce3 => 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: 642/1451] 10.0.0.225 () {32 vars in 685 bytes} [Wed May 13 01:24:06 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1452] 10.0.0.225 () {32 vars in 681 bytes} [Wed May 13 01:24:06 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:24:06.083 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d3bfda5-cd42-4079-9485-18f24ba1c72d ecc63569903648898327738fc8e87c2b 44de0666caf74eea936f17c42c6fab2c - - default default] TaaS: Handle Delete Port: b5859264-0570-4c30-af23-74e99589b5be 2026-05-13 01:24:06.086 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d3bfda5-cd42-4079-9485-18f24ba1c72d ecc63569903648898327738fc8e87c2b 44de0666caf74eea936f17c42c6fab2c - - default default] Tap Mirror: Handle Delete Port: b5859264-0570-4c30-af23-74e99589b5be [pid: 7|app: 0|req: 644/1453] 10.0.0.225 () {32 vars in 693 bytes} [Wed May 13 01:24:06 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1454] 10.0.0.225 () {32 vars in 679 bytes} [Wed May 13 01:24:06 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1455] 10.0.0.225 () {32 vars in 693 bytes} [Wed May 13 01:24:06 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1456] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:24:05 2026] DELETE /v2.0/ports/b5859264-0570-4c30-af23-74e99589b5be => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1457] 10.0.0.225 () {32 vars in 689 bytes} [Wed May 13 01:24:06 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1458] 10.0.0.225 () {32 vars in 701 bytes} [Wed May 13 01:24:06 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1459] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:24:06 2026] DELETE /v2.0/subnetpools/9097b773-7e43-478a-83b9-fc3d18f2529b => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:06.259 8 INFO neutron_taas.services.taas.taas_plugin [None req-63a29381-1b10-46f9-8ef7-4815f9f2ad3f ecc63569903648898327738fc8e87c2b 44de0666caf74eea936f17c42c6fab2c - - default default] TaaS: Handle Delete Port: ef6906ec-0986-4f6c-8680-fc690688fbfd 2026-05-13 01:24:06.262 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63a29381-1b10-46f9-8ef7-4815f9f2ad3f ecc63569903648898327738fc8e87c2b 44de0666caf74eea936f17c42c6fab2c - - default default] Tap Mirror: Handle Delete Port: ef6906ec-0986-4f6c-8680-fc690688fbfd [pid: 7|app: 0|req: 650/1460] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:24:06 2026] DELETE /v2.0/subnetpools/c5d50a00-b221-4fdb-bf21-185bc5a4f97c => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1461] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:24:06 2026] DELETE /v2.0/ports/ef6906ec-0986-4f6c-8680-fc690688fbfd => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1462] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:24:06 2026] DELETE /v2.0/subnetpools/7d95d95b-ecae-4334-b96d-ccd10961b132 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1463] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:24:06 2026] DELETE /v2.0/subnetpools/9e9106cb-cd23-4720-b8c7-312fc5ef08c0 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1464] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:24:06 2026] DELETE /v2.0/subnetpools/dd42dacc-d0c7-4069-896f-f0f72bb1c69e => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:06.460 8 INFO neutron_taas.services.taas.taas_plugin [None req-0db2cdde-e130-4590-9659-eb68c6ed7f19 ecc63569903648898327738fc8e87c2b 44de0666caf74eea936f17c42c6fab2c - - default default] TaaS: Handle Delete Port: 923d7468-1704-458a-9db6-5ad01e093d7d 2026-05-13 01:24:06.463 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0db2cdde-e130-4590-9659-eb68c6ed7f19 ecc63569903648898327738fc8e87c2b 44de0666caf74eea936f17c42c6fab2c - - default default] Tap Mirror: Handle Delete Port: 923d7468-1704-458a-9db6-5ad01e093d7d [pid: 8|app: 0|req: 812/1465] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:24:06 2026] DELETE /v2.0/ports/923d7468-1704-458a-9db6-5ad01e093d7d => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1466] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:06 2026] DELETE /v2.0/networks/0d0e0c43-5dec-449a-9198-39392c5f996e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:24:06.794 8 INFO neutron.services.segments.plugin [-] Segment 6c5c0989-a780-487c-b10a-e402516b38de resource provider aggregate not found 2026-05-13 01:24:06.800 8 INFO neutron.services.segments.plugin [-] Segment 6c5c0989-a780-487c-b10a-e402516b38de resource provider aggregate not found 2026-05-13 01:24:06.812 8 INFO neutron.services.segments.plugin [-] Segment 6c5c0989-a780-487c-b10a-e402516b38de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c5c0989-a780-487c-b10a-e402516b38de found for delete ", "request_id": "req-d8c33432-d04f-47ea-9729-a2778f02901b"}]} 2026-05-13 01:24:06.822 8 INFO neutron.services.segments.plugin [-] Segment 6c5c0989-a780-487c-b10a-e402516b38de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c5c0989-a780-487c-b10a-e402516b38de found for delete ", "request_id": "req-cc5134a9-d18f-4058-9d51-8a26242c5962"}]} [pid: 8|app: 0|req: 813/1467] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:06 2026] DELETE /v2.0/networks/7ce079e3-8e83-4234-b582-fd3a0c3234ae => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1468] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:06 2026] DELETE /v2.0/networks/88cb7571-9feb-44f7-badb-29ce0e017699 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1469] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:06 2026] DELETE /v2.0/networks/b0c3cf80-e16f-49f0-b487-a3f29e5470a7 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1470] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:06 2026] GET /v2.0/security-groups?tenant_id=5b609a557ec8463ba2403c9d6e5e2627&name=default => generated 2925 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:24:07.200 7 INFO neutron.services.segments.plugin [-] Segment fab3cc1a-cd36-4248-a7c3-2c73d9f620a6 resource provider aggregate not found 2026-05-13 01:24:07.205 7 INFO neutron.services.segments.plugin [-] Segment fab3cc1a-cd36-4248-a7c3-2c73d9f620a6 resource provider aggregate not found 2026-05-13 01:24:07.218 7 INFO neutron.services.segments.plugin [-] Segment fab3cc1a-cd36-4248-a7c3-2c73d9f620a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fab3cc1a-cd36-4248-a7c3-2c73d9f620a6 found for delete ", "request_id": "req-8a0ba290-d9b8-46ae-a0cb-9f11cb83c8a8"}]} 2026-05-13 01:24:07.223 7 INFO neutron.services.segments.plugin [-] Segment fab3cc1a-cd36-4248-a7c3-2c73d9f620a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fab3cc1a-cd36-4248-a7c3-2c73d9f620a6 found for delete ", "request_id": "req-2d5e5573-c677-4fc1-9b06-adf8ea6c7445"}]} [pid: 8|app: 0|req: 816/1471] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:07 2026] DELETE /v2.0/networks/171f6997-2568-46dc-80b3-4a1d82524d5c => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:24:07.243 7 INFO neutron.services.segments.plugin [-] Segment 798a2d23-3d89-4d25-9829-4d5f901ab4ee resource provider aggregate not found 2026-05-13 01:24:07.243 7 INFO neutron.services.segments.plugin [-] Segment 798a2d23-3d89-4d25-9829-4d5f901ab4ee resource provider aggregate not found 2026-05-13 01:24:07.262 7 INFO neutron.services.segments.plugin [-] Segment 798a2d23-3d89-4d25-9829-4d5f901ab4ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 798a2d23-3d89-4d25-9829-4d5f901ab4ee found for delete ", "request_id": "req-0b6c0b5c-3de4-475b-ab9b-226617b1e4e4"}]} 2026-05-13 01:24:07.272 7 INFO neutron.services.segments.plugin [-] Segment 798a2d23-3d89-4d25-9829-4d5f901ab4ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 798a2d23-3d89-4d25-9829-4d5f901ab4ee found for delete ", "request_id": "req-26d52957-4764-4ddb-a226-55f9fec91b88"}]} [pid: 7|app: 0|req: 656/1472] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:07 2026] DELETE /v2.0/security-groups/9e4a4d73-ec7a-493c-920c-d1d287e6e311 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1473] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:07 2026] GET /v2.0/security-groups?tenant_id=43247e99415c4bdbaa35cfef469d6eb7&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1474] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:07 2026] GET /v2.0/security-groups?tenant_id=428aaf06fbad42f7a49204c5e955b0e1&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1477] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:07 2026] DELETE /v2.0/security-groups/8a9cd0a5-5023-403b-8e4a-3f9878165302 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1478] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:07 2026] DELETE /v2.0/security-groups/4c234470-9ffb-4fcd-8dc5-df1a02bd9a79 => 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: 819/1479] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:07 2026] GET /v2.0/security-groups?tenant_id=fb9db888b6894afab43a81e56eb288f4&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1480] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:07 2026] DELETE /v2.0/security-groups/d9d45b44-311d-4207-a65a-75cc649c990b => 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: 820/1481] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:08 2026] GET /v2.0/security-groups?tenant_id=cfe3883d455f4ab09c691720e9dba1f3&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1482] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:08 2026] DELETE /v2.0/security-groups/0bbbac1d-a4ed-433f-893c-087f7d1e3d5f => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1483] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:08 2026] GET /v2.0/security-groups?tenant_id=44de0666caf74eea936f17c42c6fab2c&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1484] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:08 2026] DELETE /v2.0/security-groups/eaaf5c2e-d113-48ae-adf3-fd48eff6d0dd => 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: 663/1485] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:08 2026] GET /v2.0/security-groups?tenant_id=5d9d115cfeed47fdacbb5b66a6055a04&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1486] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:08 2026] DELETE /v2.0/security-groups/bf692084-564d-48f6-9081-3ac08ecba8dc => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:08.838 8 INFO neutron.services.segments.plugin [-] Segment 659f335f-0af0-4eea-a905-a04a705f8ec8 resource provider aggregate not found 2026-05-13 01:24:08.844 8 INFO neutron.services.segments.plugin [-] Segment 659f335f-0af0-4eea-a905-a04a705f8ec8 resource provider aggregate not found 2026-05-13 01:24:08.870 8 INFO neutron.services.segments.plugin [-] Segment 659f335f-0af0-4eea-a905-a04a705f8ec8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 659f335f-0af0-4eea-a905-a04a705f8ec8 found for delete ", "request_id": "req-28ec525a-9364-480b-a3f9-bae223da4c60"}]} 2026-05-13 01:24:08.874 8 INFO neutron.services.segments.plugin [-] Segment 659f335f-0af0-4eea-a905-a04a705f8ec8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 659f335f-0af0-4eea-a905-a04a705f8ec8 found for delete ", "request_id": "req-69e1742e-d823-4490-8558-0cefa85c21fd"}]} [pid: 7|app: 0|req: 664/1487] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:08 2026] GET /v2.0/security-groups?tenant_id=59e94c12dfcc4c7f8b4be87c847838ac&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:24:08.897 8 INFO neutron.services.segments.plugin [-] Segment 5173f0df-f30f-46a5-a96a-7c36cfac1952 resource provider aggregate not found 2026-05-13 01:24:08.900 8 INFO neutron.services.segments.plugin [-] Segment 5173f0df-f30f-46a5-a96a-7c36cfac1952 resource provider aggregate not found 2026-05-13 01:24:08.919 8 INFO neutron.services.segments.plugin [-] Segment 5173f0df-f30f-46a5-a96a-7c36cfac1952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5173f0df-f30f-46a5-a96a-7c36cfac1952 found for delete ", "request_id": "req-e54cda6b-8faa-452c-97da-dfaec006c1a5"}]} 2026-05-13 01:24:08.926 8 INFO neutron.services.segments.plugin [-] Segment 5173f0df-f30f-46a5-a96a-7c36cfac1952 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5173f0df-f30f-46a5-a96a-7c36cfac1952 found for delete ", "request_id": "req-e4bd4ba8-e30e-4e1b-b6b4-432f69206ffa"}]} 2026-05-13 01:24:08.947 8 INFO neutron.services.segments.plugin [-] Segment 93155179-14bf-46cd-810c-4085b57ab13e resource provider aggregate not found 2026-05-13 01:24:08.947 8 INFO neutron.services.segments.plugin [-] Segment 93155179-14bf-46cd-810c-4085b57ab13e resource provider aggregate not found 2026-05-13 01:24:08.968 8 INFO neutron.services.segments.plugin [-] Segment 93155179-14bf-46cd-810c-4085b57ab13e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93155179-14bf-46cd-810c-4085b57ab13e found for delete ", "request_id": "req-4e9960c8-208f-429e-9952-44e706590941"}]} 2026-05-13 01:24:08.973 8 INFO neutron.services.segments.plugin [-] Segment 93155179-14bf-46cd-810c-4085b57ab13e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93155179-14bf-46cd-810c-4085b57ab13e found for delete ", "request_id": "req-08e4a70d-e445-407b-8f3f-255646d056dd"}]} [pid: 8|app: 0|req: 824/1488] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:08 2026] DELETE /v2.0/security-groups/23783bd7-0822-4421-87a5-07ae7833f6b5 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1489] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:09 2026] GET /v2.0/security-groups?tenant_id=dde439dee798406ca6c5b4a2ff295467&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1490] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:10 2026] DELETE /v2.0/security-groups/9127c49f-59e6-4a80-a11d-a93a95331ee0 => 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: 666/1491] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:10 2026] GET /v2.0/security-groups?tenant_id=9adb34ea88454533b51edb256b3b8708&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1492] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:11 2026] DELETE /v2.0/security-groups/37ffef5b-9f80-4dc3-94f0-09eb8ccb0be1 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1493] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:11 2026] GET /v2.0/security-groups?tenant_id=1179ecb490ab40da8fa87d4c90193600&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1494] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:11 2026] DELETE /v2.0/security-groups/6b57be89-45dd-48a7-8511-f7a4fe1d2ad8 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1495] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:24:11 2026] POST /v2.0/subnetpools => generated 516 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1496] 10.0.0.225 () {34 vars in 758 bytes} [Wed May 13 01:24:11 2026] PUT /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1497] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:24:11 2026] GET /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1498] 10.0.0.225 () {34 vars in 769 bytes} [Wed May 13 01:24:11 2026] PUT /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1499] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:24:11 2026] GET /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1500] 10.0.0.225 () {34 vars in 765 bytes} [Wed May 13 01:24:11 2026] PUT /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags/red => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1501] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:24:11 2026] GET /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1502] 10.0.0.225 () {34 vars in 787 bytes} [Wed May 13 01:24:11 2026] PUT /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1503] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:24:11 2026] GET /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1504] 10.0.0.225 () {34 vars in 758 bytes} [Wed May 13 01:24:11 2026] PUT /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1505] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:24:11 2026] GET /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags => generated 37 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1506] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:24:11 2026] GET /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:11.931 8 INFO neutron.api.v2.resource [None req-710d1dd1-c021-4e44-a411-7f2ebeb756eb 65af52366b9f4f40a997f8bbd72e5439 0a9f7f7d112d4f5e9418304a517b8b55 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 833/1507] 10.0.0.225 () {32 vars in 750 bytes} [Wed May 13 01:24:11 2026] GET /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1508] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:24:11 2026] DELETE /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1509] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:24:11 2026] GET /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:12.028 7 INFO neutron.api.v2.resource [None req-b8576bf8-8649-4b5e-bf72-26608f27769f 65af52366b9f4f40a997f8bbd72e5439 0a9f7f7d112d4f5e9418304a517b8b55 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 677/1510] 10.0.0.225 () {32 vars in 753 bytes} [Wed May 13 01:24:12 2026] DELETE /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1511] 10.0.0.225 () {32 vars in 741 bytes} [Wed May 13 01:24:12 2026] DELETE /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:12.162 8 INFO neutron.db.segments_db [None req-42d73769-4e01-4b38-9d68-3f33e2f7c6cd e154bc10b6ea47c183edabe0825552d9 74a87fb386f84fa8a11a2cdbbf3f7810 - - default default] Added segment 462d688f-e7b2-4216-98cc-e88b17665b08 of type vxlan for network 7eb52cc3-8253-44ef-9c58-2eaaf20f9a90 [pid: 8|app: 0|req: 834/1512] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:11 2026] POST /v2.0/networks => generated 613 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1513] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:24:12 2026] GET /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a/tags => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:12.270 7 INFO neutron.db.segments_db [None req-ac29f580-30b2-48d7-af91-0651dfe63d4b ee5540e3f8744cb5a49dbf4594cd4bca 24b586cb70004897a8daf04e728bb425 - - default default] Added segment f4589168-d84e-4d80-8034-5a091a0b5216 of type vxlan for network 627d40e3-b8ba-444e-a6e4-b1fd3db51ca0 2026-05-13 01:24:12.323 7 INFO neutron.db.segments_db [None req-ac29f580-30b2-48d7-af91-0651dfe63d4b ee5540e3f8744cb5a49dbf4594cd4bca 24b586cb70004897a8daf04e728bb425 - - default default] Added segment 34409b75-975e-40bc-b0a5-4d895a01344c of type vxlan for network 5ce234af-ea85-4229-bc76-86fcc85f25a9 [pid: 8|app: 0|req: 836/1514] 10.0.0.225 () {34 vars in 752 bytes} [Wed May 13 01:24:12 2026] PUT /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1515] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:24:12 2026] DELETE /v2.0/subnetpools/71854fcd-85e8-4395-8f9d-d7eecfe4d99a => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1516] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:24:12 2026] GET /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1517] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:12 2026] POST /v2.0/networks => generated 1207 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1518] 10.0.0.225 () {32 vars in 648 bytes} [Wed May 13 01:24:12 2026] GET /v2.0/networks => generated 1844 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1519] 10.0.0.225 () {34 vars in 763 bytes} [Wed May 13 01:24:12 2026] PUT /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1520] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:24:12 2026] GET /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:12.579 7 INFO neutron.services.segments.plugin [-] Segment f4589168-d84e-4d80-8034-5a091a0b5216 resource provider aggregate not found 2026-05-13 01:24:12.587 7 INFO neutron.services.segments.plugin [-] Segment f4589168-d84e-4d80-8034-5a091a0b5216 resource provider aggregate not found 2026-05-13 01:24:12.606 7 INFO neutron.services.segments.plugin [-] Segment f4589168-d84e-4d80-8034-5a091a0b5216 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4589168-d84e-4d80-8034-5a091a0b5216 found for delete ", "request_id": "req-ca52201e-b51a-41ee-81c4-008a321c3c9b"}]} 2026-05-13 01:24:12.608 7 INFO neutron.services.segments.plugin [-] Segment f4589168-d84e-4d80-8034-5a091a0b5216 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4589168-d84e-4d80-8034-5a091a0b5216 found for delete ", "request_id": "req-51e7ff1f-956b-4923-99d9-4b01b0fbb4d4"}]} [pid: 7|app: 0|req: 681/1521] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:12 2026] DELETE /v2.0/networks/627d40e3-b8ba-444e-a6e4-b1fd3db51ca0 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1522] 10.0.0.225 () {34 vars in 759 bytes} [Wed May 13 01:24:12 2026] PUT /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1523] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:24:12 2026] GET /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1524] 10.0.0.225 () {34 vars in 781 bytes} [Wed May 13 01:24:12 2026] PUT /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags/black.or.white => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1525] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:12 2026] DELETE /v2.0/networks/5ce234af-ea85-4229-bc76-86fcc85f25a9 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1526] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:24:12 2026] GET /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1527] 10.0.0.225 () {32 vars in 648 bytes} [Wed May 13 01:24:12 2026] GET /v2.0/networks => generated 651 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1528] 10.0.0.225 () {34 vars in 752 bytes} [Wed May 13 01:24:12 2026] PUT /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags => generated 37 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:12.868 7 INFO neutron.db.segments_db [None req-1343b6c2-9210-4882-9796-587858782817 ee5540e3f8744cb5a49dbf4594cd4bca 24b586cb70004897a8daf04e728bb425 - - default default] Added segment 2216ea6f-bb2b-445a-a185-3a01cdff7211 of type vxlan for network 530e0332-5741-451d-8267-7d72747078a6 [pid: 8|app: 0|req: 846/1529] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:24:12 2026] GET /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1530] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:12 2026] POST /v2.0/networks => generated 634 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1531] 10.0.0.225 () {32 vars in 740 bytes} [Wed May 13 01:24:12 2026] GET /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:12.996 8 INFO neutron.api.v2.resource [None req-696423d8-8e53-42b1-8e20-9e5a947b127a e154bc10b6ea47c183edabe0825552d9 74a87fb386f84fa8a11a2cdbbf3f7810 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 848/1532] 10.0.0.225 () {32 vars in 744 bytes} [Wed May 13 01:24:12 2026] GET /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-13 01:24:13.004 7 INFO neutron.db.segments_db [None req-27e05776-fef9-4ca7-b5a0-784f799d80c0 ee5540e3f8744cb5a49dbf4594cd4bca 24b586cb70004897a8daf04e728bb425 - - default default] Added segment 4a341cfa-7281-4b70-a348-307fc25bf8ac of type vxlan for network 87423af7-3ec7-4213-87de-f7493e14fdb5 [pid: 8|app: 0|req: 849/1533] 10.0.0.225 () {32 vars in 743 bytes} [Wed May 13 01:24:13 2026] DELETE /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags/red => 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: 685/1534] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:12 2026] POST /v2.0/networks => generated 634 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1535] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:24:13 2026] GET /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1536] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:13 2026] GET /v2.0/security-groups?tenant_id=76a3e37652704a49a379385784a6b95a&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:24:13.356 8 INFO neutron.api.v2.resource [None req-fb59c965-adfc-4443-b5c1-ff0ca895b2b8 e154bc10b6ea47c183edabe0825552d9 74a87fb386f84fa8a11a2cdbbf3f7810 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 851/1537] 10.0.0.225 () {32 vars in 747 bytes} [Wed May 13 01:24:13 2026] DELETE /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1538] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:13 2026] DELETE /v2.0/security-groups/80835022-2440-4110-be72-5dd17cc8a34f => 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: 853/1539] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:24:13 2026] DELETE /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1540] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:24:13 2026] GET /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1541] 10.0.0.225 () {34 vars in 664 bytes} [Wed May 13 01:24:13 2026] POST /v2.0/ports => generated 1506 bytes in 546 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: 855/1542] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:13 2026] GET /v2.0/security-groups?tenant_id=0a9f7f7d112d4f5e9418304a517b8b55&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1543] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:13 2026] DELETE /v2.0/networks/7eb52cc3-8253-44ef-9c58-2eaaf20f9a90 => 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: 856/1544] 10.0.0.225 () {32 vars in 642 bytes} [Wed May 13 01:24:13 2026] GET /v2.0/ports => generated 1506 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1545] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:13 2026] DELETE /v2.0/security-groups/7d6ebc82-9bab-4194-95d2-faee4a8743f9 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:13.933 8 INFO neutron_taas.services.taas.taas_plugin [None req-d246d805-bde7-4bb4-a94e-af5a1051e6ac ee5540e3f8744cb5a49dbf4594cd4bca 24b586cb70004897a8daf04e728bb425 - - default default] TaaS: Handle Delete Port: dc98f89b-b8cb-4726-b710-79bde645a3b7 2026-05-13 01:24:13.936 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d246d805-bde7-4bb4-a94e-af5a1051e6ac ee5540e3f8744cb5a49dbf4594cd4bca 24b586cb70004897a8daf04e728bb425 - - default default] Tap Mirror: Handle Delete Port: dc98f89b-b8cb-4726-b710-79bde645a3b7 [pid: 8|app: 0|req: 857/1546] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:24:13 2026] DELETE /v2.0/ports/dc98f89b-b8cb-4726-b710-79bde645a3b7 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:24:14.101 7 INFO neutron_taas.services.taas.taas_plugin [None req-33fe110f-3710-40a5-801b-0335ffab6c36 ee5540e3f8744cb5a49dbf4594cd4bca 24b586cb70004897a8daf04e728bb425 - - default default] TaaS: Handle Delete Port: fbd58ba2-0ed0-4b86-b23e-ccd887d120d4 2026-05-13 01:24:14.104 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33fe110f-3710-40a5-801b-0335ffab6c36 ee5540e3f8744cb5a49dbf4594cd4bca 24b586cb70004897a8daf04e728bb425 - - default default] Tap Mirror: Handle Delete Port: fbd58ba2-0ed0-4b86-b23e-ccd887d120d4 [pid: 7|app: 0|req: 690/1547] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:24:14 2026] DELETE /v2.0/ports/fbd58ba2-0ed0-4b86-b23e-ccd887d120d4 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1548] 10.0.0.225 () {32 vars in 642 bytes} [Wed May 13 01:24:14 2026] GET /v2.0/ports => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:14.290 7 INFO neutron.db.segments_db [None req-efdd2942-b7cb-4247-8ea9-69b29bb95922 ee5540e3f8744cb5a49dbf4594cd4bca 24b586cb70004897a8daf04e728bb425 - - default default] Added segment 8966a523-e184-4940-b405-342d556cc72d of type vxlan for network 40da99a6-45ae-4a2b-a0de-c81954b0166b [pid: 7|app: 0|req: 691/1549] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:14 2026] POST /v2.0/networks => generated 635 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:24:14.430 8 INFO neutron.db.segments_db [None req-346c9cf6-72da-428a-b3a0-9934b5b9ec30 ee5540e3f8744cb5a49dbf4594cd4bca 24b586cb70004897a8daf04e728bb425 - - default default] Added segment 37b193a9-24c8-4eba-aabd-6315a3aec606 of type vxlan for network 3fbff215-d878-42ae-bfd8-5b82fd56a461 [pid: 8|app: 0|req: 859/1550] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:14 2026] POST /v2.0/networks => generated 633 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1551] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:14 2026] GET /v2.0/security-groups?tenant_id=74a87fb386f84fa8a11a2cdbbf3f7810&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:24:14.628 7 INFO neutron.services.segments.plugin [-] Segment 34409b75-975e-40bc-b0a5-4d895a01344c resource provider aggregate not found 2026-05-13 01:24:14.641 7 INFO neutron.services.segments.plugin [-] Segment 34409b75-975e-40bc-b0a5-4d895a01344c resource provider aggregate not found 2026-05-13 01:24:14.646 7 INFO neutron.services.segments.plugin [-] Segment 34409b75-975e-40bc-b0a5-4d895a01344c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34409b75-975e-40bc-b0a5-4d895a01344c found for delete ", "request_id": "req-3fb403b6-f180-4462-af10-9246bb3984bd"}]} 2026-05-13 01:24:14.666 7 INFO neutron.services.segments.plugin [-] Segment 462d688f-e7b2-4216-98cc-e88b17665b08 resource provider aggregate not found 2026-05-13 01:24:14.672 7 INFO neutron.services.segments.plugin [-] Segment 34409b75-975e-40bc-b0a5-4d895a01344c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34409b75-975e-40bc-b0a5-4d895a01344c found for delete ", "request_id": "req-16a285b3-9999-4f13-a94f-df06bb4773ce"}]} 2026-05-13 01:24:14.688 7 INFO neutron.services.segments.plugin [-] Segment 462d688f-e7b2-4216-98cc-e88b17665b08 resource provider aggregate not found 2026-05-13 01:24:14.692 7 INFO neutron.services.segments.plugin [-] Segment 462d688f-e7b2-4216-98cc-e88b17665b08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 462d688f-e7b2-4216-98cc-e88b17665b08 found for delete ", "request_id": "req-72b9ee15-1603-487b-8596-ab4556188794"}]} 2026-05-13 01:24:14.706 7 INFO neutron.services.segments.plugin [-] Segment 462d688f-e7b2-4216-98cc-e88b17665b08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 462d688f-e7b2-4216-98cc-e88b17665b08 found for delete ", "request_id": "req-addc8989-bb79-4643-bfa1-fa4caba07539"}]} [pid: 8|app: 0|req: 860/1552] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:14 2026] DELETE /v2.0/security-groups/fae9a1fd-2956-40ab-90ff-1dbb2eb36348 => 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: 693/1553] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:14 2026] GET /v2.0/security-groups?tenant_id=e1b3bbaaf42048a1ad69beed89be4cb7&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1554] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:14 2026] DELETE /v2.0/security-groups/0c92d1ef-38ed-45c9-97d3-0c180a2dc93f => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1555] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:24:15 2026] POST /v2.0/subnets => generated 1323 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1556] 10.0.0.225 () {32 vars in 646 bytes} [Wed May 13 01:24:15 2026] GET /v2.0/subnets => generated 1959 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1557] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:15 2026] DELETE /v2.0/subnets/9dba6d9a-e5fe-4d5d-a259-f3eb9fa28f40 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1558] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:15 2026] DELETE /v2.0/subnets/1487feb6-781c-4e70-8192-8507a6ac1f01 => 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: 696/1559] 10.0.0.225 () {32 vars in 646 bytes} [Wed May 13 01:24:15 2026] GET /v2.0/subnets => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:24:15.929 8 INFO neutron.services.segments.plugin [-] Segment 37b193a9-24c8-4eba-aabd-6315a3aec606 resource provider aggregate not found 2026-05-13 01:24:15.934 8 INFO neutron.services.segments.plugin [-] Segment 37b193a9-24c8-4eba-aabd-6315a3aec606 resource provider aggregate not found 2026-05-13 01:24:15.956 8 INFO neutron.services.segments.plugin [-] Segment 37b193a9-24c8-4eba-aabd-6315a3aec606 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37b193a9-24c8-4eba-aabd-6315a3aec606 found for delete ", "request_id": "req-629bfff6-47ed-421a-b911-fb427e553558"}]} 2026-05-13 01:24:15.956 8 INFO neutron.services.segments.plugin [-] Segment 37b193a9-24c8-4eba-aabd-6315a3aec606 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37b193a9-24c8-4eba-aabd-6315a3aec606 found for delete ", "request_id": "req-b2ccc004-14c0-4ce7-819b-e381754c2421"}]} [pid: 8|app: 0|req: 864/1560] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:15 2026] DELETE /v2.0/networks/3fbff215-d878-42ae-bfd8-5b82fd56a461 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1561] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:15 2026] DELETE /v2.0/networks/40da99a6-45ae-4a2b-a0de-c81954b0166b => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1562] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:16 2026] DELETE /v2.0/networks/87423af7-3ec7-4213-87de-f7493e14fdb5 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1563] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:16 2026] DELETE /v2.0/networks/530e0332-5741-451d-8267-7d72747078a6 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:24:16.715 7 INFO neutron.services.segments.plugin [-] Segment 8966a523-e184-4940-b405-342d556cc72d resource provider aggregate not found 2026-05-13 01:24:16.726 7 INFO neutron.services.segments.plugin [-] Segment 8966a523-e184-4940-b405-342d556cc72d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8966a523-e184-4940-b405-342d556cc72d found for delete ", "request_id": "req-56d990b5-c1aa-4e0f-8e47-acc1fc53f020"}]} 2026-05-13 01:24:16.735 7 INFO neutron.services.segments.plugin [-] Segment 8966a523-e184-4940-b405-342d556cc72d resource provider aggregate not found 2026-05-13 01:24:16.738 7 INFO neutron.services.segments.plugin [-] Segment 2216ea6f-bb2b-445a-a185-3a01cdff7211 resource provider aggregate not found 2026-05-13 01:24:16.747 7 INFO neutron.services.segments.plugin [-] Segment 2216ea6f-bb2b-445a-a185-3a01cdff7211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2216ea6f-bb2b-445a-a185-3a01cdff7211 found for delete ", "request_id": "req-83a6de89-2246-4f44-8fed-f3482aef29cb"}]} 2026-05-13 01:24:16.748 7 INFO neutron.services.segments.plugin [-] Segment 8966a523-e184-4940-b405-342d556cc72d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8966a523-e184-4940-b405-342d556cc72d found for delete ", "request_id": "req-289ad0ba-3900-4172-ab9d-9333ebc2a5f9"}]} 2026-05-13 01:24:16.757 7 INFO neutron.services.segments.plugin [-] Segment 2216ea6f-bb2b-445a-a185-3a01cdff7211 resource provider aggregate not found 2026-05-13 01:24:16.771 7 INFO neutron.services.segments.plugin [-] Segment 2216ea6f-bb2b-445a-a185-3a01cdff7211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2216ea6f-bb2b-445a-a185-3a01cdff7211 found for delete ", "request_id": "req-bc6936fa-02f1-4c8c-a6ef-d94493cfc881"}]} [pid: 8|app: 0|req: 866/1564] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:16 2026] GET /v2.0/security-groups?tenant_id=24b586cb70004897a8daf04e728bb425&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1565] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:17 2026] DELETE /v2.0/security-groups/fe241352-716d-479f-bab0-27c3f238c8e8 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:17.580 8 INFO neutron.db.segments_db [None req-78324230-583f-496b-840c-af95e1575672 bb2bff0e42784e5bbd7ff2f80bd82a9a 3c0881bd68984f36a54cd1035ede1ec4 - - default default] Added segment cdde62b1-9e56-4b3a-856b-93991631ad45 of type vxlan for network 32d1dc9b-ad94-42be-851b-548e05304f13 [pid: 8|app: 0|req: 867/1566] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:17 2026] POST /v2.0/networks => generated 613 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1567] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:24:17 2026] POST /v2.0/subnets => generated 626 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:24:17.975 8 INFO neutron.services.segments.plugin [-] Segment 4a341cfa-7281-4b70-a348-307fc25bf8ac resource provider aggregate not found 2026-05-13 01:24:17.980 8 INFO neutron.services.segments.plugin [-] Segment 4a341cfa-7281-4b70-a348-307fc25bf8ac resource provider aggregate not found 2026-05-13 01:24:17.992 8 INFO neutron.services.segments.plugin [-] Segment 4a341cfa-7281-4b70-a348-307fc25bf8ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a341cfa-7281-4b70-a348-307fc25bf8ac found for delete ", "request_id": "req-549677ea-f4a5-49e4-9cec-87d6fa6a9b24"}]} 2026-05-13 01:24:17.997 8 INFO neutron.services.segments.plugin [-] Segment 4a341cfa-7281-4b70-a348-307fc25bf8ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a341cfa-7281-4b70-a348-307fc25bf8ac found for delete ", "request_id": "req-16ec81d7-4911-4ed6-a0e3-8423af85a730"}]} [pid: 7|app: 0|req: 701/1568] 10.0.0.225 () {34 vars in 750 bytes} [Wed May 13 01:24:17 2026] PUT /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1569] 10.0.0.225 () {32 vars in 730 bytes} [Wed May 13 01:24:18 2026] GET /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1570] 10.0.0.225 () {34 vars in 761 bytes} [Wed May 13 01:24:18 2026] PUT /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1571] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:17 2026] GET /v2.0/security-groups?tenant_id=39bc6e8b22ed4d008c956c58b5fddd65&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1572] 10.0.0.225 () {32 vars in 730 bytes} [Wed May 13 01:24:18 2026] GET /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1573] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:18 2026] DELETE /v2.0/security-groups/ec471599-db32-4625-9962-89fa86d81519 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1574] 10.0.0.225 () {34 vars in 757 bytes} [Wed May 13 01:24:18 2026] PUT /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1575] 10.0.0.225 () {32 vars in 730 bytes} [Wed May 13 01:24:18 2026] GET /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1576] 10.0.0.225 () {34 vars in 779 bytes} [Wed May 13 01:24:18 2026] PUT /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/tags/black.or.white => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1577] 10.0.0.225 () {32 vars in 730 bytes} [Wed May 13 01:24:18 2026] GET /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1578] 10.0.0.225 () {34 vars in 750 bytes} [Wed May 13 01:24:18 2026] PUT /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1579] 10.0.0.225 () {32 vars in 730 bytes} [Wed May 13 01:24:18 2026] GET /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/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: 707/1580] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:18 2026] GET /v2.0/security-groups?tenant_id=ae343655b79d4c11a01525b92bc278b1&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1581] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:24:18 2026] GET /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:18.673 8 INFO neutron.api.v2.resource [None req-3d0d16de-a184-41c1-9064-38256ce10741 bb2bff0e42784e5bbd7ff2f80bd82a9a 3c0881bd68984f36a54cd1035ede1ec4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 875/1582] 10.0.0.225 () {32 vars in 742 bytes} [Wed May 13 01:24:18 2026] GET /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1583] 10.0.0.225 () {32 vars in 741 bytes} [Wed May 13 01:24:18 2026] DELETE /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1584] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:18 2026] DELETE /v2.0/security-groups/9f924254-a2f1-4c6c-96db-3187ccdea3cc => 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: 709/1585] 10.0.0.225 () {32 vars in 730 bytes} [Wed May 13 01:24:18 2026] GET /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/tags => generated 30 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:18.855 7 INFO neutron.api.v2.resource [None req-4b323a1e-1daf-4919-9987-2d1ecb43a514 bb2bff0e42784e5bbd7ff2f80bd82a9a 3c0881bd68984f36a54cd1035ede1ec4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 710/1586] 10.0.0.225 () {32 vars in 745 bytes} [Wed May 13 01:24:18 2026] DELETE /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1587] 10.0.0.225 () {32 vars in 733 bytes} [Wed May 13 01:24:18 2026] DELETE /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/tags => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1588] 10.0.0.225 () {34 vars in 677 bytes} [Wed May 13 01:24:18 2026] POST /v2.0/qos/policies => generated 359 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1589] 10.0.0.225 () {32 vars in 730 bytes} [Wed May 13 01:24:18 2026] GET /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1/tags => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1590] 10.0.0.225 () {34 vars in 752 bytes} [Wed May 13 01:24:18 2026] PUT /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1591] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:24:19 2026] GET /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1592] 10.0.0.225 () {34 vars in 763 bytes} [Wed May 13 01:24:19 2026] PUT /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/tags/green => 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: 713/1593] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:19 2026] DELETE /v2.0/subnets/fde27fea-2a7d-4f14-b5fa-223e0d8982f1 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1594] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:24:19 2026] GET /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:19.322 7 INFO neutron_taas.services.taas.taas_plugin [None req-79ed71f8-a858-4fc0-a475-6ab6ce3d80e0 bb2bff0e42784e5bbd7ff2f80bd82a9a 3c0881bd68984f36a54cd1035ede1ec4 - - default default] TaaS: Handle Delete Port: 1d43b8ea-fc7f-40e0-a3a6-413ca6b63ec9 2026-05-13 01:24:19.325 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79ed71f8-a858-4fc0-a475-6ab6ce3d80e0 bb2bff0e42784e5bbd7ff2f80bd82a9a 3c0881bd68984f36a54cd1035ede1ec4 - - default default] Tap Mirror: Handle Delete Port: 1d43b8ea-fc7f-40e0-a3a6-413ca6b63ec9 2026-05-13 01:24:19.418 8 INFO neutron.db.segments_db [None req-73ba56ad-e4f9-4887-b937-8848c9bc86a3 fb21bfb9be7546138b37030badc0d7e2 5051444f64654713bec288349be50fb6 - - default default] Added segment 74837540-dc11-4eef-aff9-bd014d8adab7 of type vxlan for network 6eba8e27-c5e7-4d07-b956-2559db373566 2026-05-13 01:24:19.521 7 INFO neutron.services.segments.plugin [-] Segment cdde62b1-9e56-4b3a-856b-93991631ad45 resource provider aggregate not found 2026-05-13 01:24:19.523 8 INFO neutron.db.segments_db [None req-73ba56ad-e4f9-4887-b937-8848c9bc86a3 fb21bfb9be7546138b37030badc0d7e2 5051444f64654713bec288349be50fb6 - - default default] Added segment 12dd6240-30d5-4216-83a0-d4eb798f1c1e of type vxlan for network 75c20c67-a974-4174-9c32-c2e6c4f35c8d 2026-05-13 01:24:19.532 7 INFO neutron.services.segments.plugin [-] Segment cdde62b1-9e56-4b3a-856b-93991631ad45 resource provider aggregate not found 2026-05-13 01:24:19.537 7 INFO neutron.services.segments.plugin [-] Segment cdde62b1-9e56-4b3a-856b-93991631ad45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdde62b1-9e56-4b3a-856b-93991631ad45 found for delete ", "request_id": "req-5f3e88b5-67ff-4705-b05a-4604c53701c1"}]} 2026-05-13 01:24:19.551 7 INFO neutron.services.segments.plugin [-] Segment cdde62b1-9e56-4b3a-856b-93991631ad45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdde62b1-9e56-4b3a-856b-93991631ad45 found for delete ", "request_id": "req-ece7ebee-53eb-491a-9b26-1ef26c0c6415"}]} [pid: 7|app: 0|req: 715/1595] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:19 2026] DELETE /v2.0/networks/32d1dc9b-ad94-42be-851b-548e05304f13 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1596] 10.0.0.225 () {34 vars in 759 bytes} [Wed May 13 01:24:19 2026] PUT /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/tags/red => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1597] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:24:19 2026] GET /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1598] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:19 2026] POST /v2.0/networks => generated 1207 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1599] 10.0.0.225 () {34 vars in 781 bytes} [Wed May 13 01:24:19 2026] PUT /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1600] 10.0.0.225 () {32 vars in 648 bytes} [Wed May 13 01:24:19 2026] GET /v2.0/networks => generated 1844 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1601] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:24:19 2026] GET /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1602] 10.0.0.225 () {34 vars in 752 bytes} [Wed May 13 01:24:19 2026] PUT /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1603] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:19 2026] DELETE /v2.0/networks/6eba8e27-c5e7-4d07-b956-2559db373566 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1604] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:24:19 2026] GET /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1605] 10.0.0.225 () {32 vars in 740 bytes} [Wed May 13 01:24:19 2026] GET /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:19.921 7 INFO neutron.api.v2.resource [None req-66ae13ae-eae6-4ee1-8a0b-410c1319ffc0 8afa27251c0244629c81091aa6eaa790 7f68ac4051094d7386459f7c97d2ca86 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 723/1606] 10.0.0.225 () {32 vars in 744 bytes} [Wed May 13 01:24:19 2026] GET /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/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: 884/1607] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:19 2026] DELETE /v2.0/networks/75c20c67-a974-4174-9c32-c2e6c4f35c8d => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1608] 10.0.0.225 () {32 vars in 743 bytes} [Wed May 13 01:24:19 2026] DELETE /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:20.013 8 INFO neutron.services.segments.plugin [-] Segment 74837540-dc11-4eef-aff9-bd014d8adab7 resource provider aggregate not found 2026-05-13 01:24:20.021 8 INFO neutron.services.segments.plugin [-] Segment 74837540-dc11-4eef-aff9-bd014d8adab7 resource provider aggregate not found [pid: 7|app: 0|req: 725/1609] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:24:19 2026] GET /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:20.027 8 INFO neutron.services.segments.plugin [-] Segment 74837540-dc11-4eef-aff9-bd014d8adab7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74837540-dc11-4eef-aff9-bd014d8adab7 found for delete ", "request_id": "req-cfeaa0b5-988d-44d5-9db1-8ce30ad0934a"}]} [pid: 8|app: 0|req: 885/1610] 10.0.0.225 () {32 vars in 648 bytes} [Wed May 13 01:24:19 2026] GET /v2.0/networks => generated 651 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:24:20.044 8 INFO neutron.services.segments.plugin [-] Segment 12dd6240-30d5-4216-83a0-d4eb798f1c1e resource provider aggregate not found 2026-05-13 01:24:20.047 8 INFO neutron.services.segments.plugin [-] Segment 74837540-dc11-4eef-aff9-bd014d8adab7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74837540-dc11-4eef-aff9-bd014d8adab7 found for delete ", "request_id": "req-98fe7021-ea78-4c59-8152-745d4ac6d2e2"}]} 2026-05-13 01:24:20.058 8 INFO neutron.services.segments.plugin [-] Segment 12dd6240-30d5-4216-83a0-d4eb798f1c1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12dd6240-30d5-4216-83a0-d4eb798f1c1e found for delete ", "request_id": "req-94b929bd-100e-4f32-9e33-816ddb89cee8"}]} 2026-05-13 01:24:20.064 8 INFO neutron.services.segments.plugin [-] Segment 12dd6240-30d5-4216-83a0-d4eb798f1c1e resource provider aggregate not found 2026-05-13 01:24:20.065 7 INFO neutron.api.v2.resource [None req-04dcb130-74ef-4e70-8f56-f6aabeaedf50 8afa27251c0244629c81091aa6eaa790 7f68ac4051094d7386459f7c97d2ca86 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 726/1611] 10.0.0.225 () {32 vars in 747 bytes} [Wed May 13 01:24:20 2026] DELETE /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-13 01:24:20.089 8 INFO neutron.services.segments.plugin [-] Segment 12dd6240-30d5-4216-83a0-d4eb798f1c1e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12dd6240-30d5-4216-83a0-d4eb798f1c1e found for delete ", "request_id": "req-4f8822a3-fa0d-419c-9d93-f49b33d26b99"}]} 2026-05-13 01:24:20.105 8 INFO neutron.db.segments_db [None req-3e28e37b-9c97-472d-a69c-5391c94e02e4 fb21bfb9be7546138b37030badc0d7e2 5051444f64654713bec288349be50fb6 - - default default] Added segment 6579e2ff-29b4-44ef-b976-dba1bdb23faf of type vxlan for network 5b115f71-28f8-45d0-a515-bdc491ca52b9 [pid: 7|app: 0|req: 727/1612] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:24:20 2026] DELETE /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/tags => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1613] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:24:20 2026] GET /v2.0/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb/tags => 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: 886/1614] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:20 2026] POST /v2.0/networks => generated 630 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1615] 10.0.0.225 () {32 vars in 733 bytes} [Wed May 13 01:24:20 2026] DELETE /v2.0/qos/policies/0ef19bd4-e6ea-4f76-9401-e6488c05b2eb => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:20.259 8 INFO neutron.db.segments_db [None req-2bd20726-9fba-491b-b499-7a5bd4133e23 fb21bfb9be7546138b37030badc0d7e2 5051444f64654713bec288349be50fb6 - - default default] Added segment 66a9a7a6-0c24-49eb-9e67-5a045ce122b8 of type vxlan for network 27d86c28-2af5-4194-a0b8-2a8d4f372c1a [pid: 8|app: 0|req: 887/1616] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:20 2026] POST /v2.0/networks => generated 630 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1617] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:20 2026] GET /v2.0/security-groups?tenant_id=3c0881bd68984f36a54cd1035ede1ec4&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1618] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:20 2026] DELETE /v2.0/security-groups/6a9414e2-5644-4711-9dab-2319ea0742f9 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:20.825 7 INFO neutron.db.segments_db [None req-4495f09f-ced4-4d00-8f9f-f0ac77f6b159 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Added segment fac48164-981a-4e61-ab87-5305c4f63769 of type vxlan for network 5cdbba1d-b76a-4d48-9b9a-736850eb891b [pid: 7|app: 0|req: 732/1619] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:20 2026] POST /v2.0/networks => generated 611 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1620] 10.0.0.225 () {34 vars in 664 bytes} [Wed May 13 01:24:20 2026] POST /v2.0/ports => generated 1505 bytes in 581 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: 733/1621] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:20 2026] GET /v2.0/security-groups?tenant_id=971db82e2a5549fa909e8bf6754675bb&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:24:21.084 7 INFO neutron.db.segments_db [None req-d32d569a-d0ee-4840-b3d0-0eff94e49881 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Added segment ccd4af4d-0cbf-43f4-b902-7ce2203b3c4c of type vxlan for network d317523c-a6de-459d-a48c-8be6896f12eb [pid: 8|app: 0|req: 889/1622] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:20 2026] GET /v2.0/security-groups?tenant_id=7ae704f3f44b440c97a0e7c60e90dc56&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1623] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:21 2026] POST /v2.0/networks => generated 611 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1624] 10.0.0.225 () {32 vars in 642 bytes} [Wed May 13 01:24:21 2026] GET /v2.0/ports => generated 1505 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1625] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:21 2026] DELETE /v2.0/security-groups/6ead5405-3b7a-4d14-879f-2209e3b8d0d2 => 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: 891/1626] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:21 2026] DELETE /v2.0/security-groups/af43b449-6e07-4b08-927d-ed3aac8b737a => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:21.406 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e8789ac-19ca-4cea-bb12-c492544b15ab fb21bfb9be7546138b37030badc0d7e2 5051444f64654713bec288349be50fb6 - - default default] TaaS: Handle Delete Port: 8f235b92-1f24-4e35-8a5e-2579c4ad8ba9 2026-05-13 01:24:21.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e8789ac-19ca-4cea-bb12-c492544b15ab fb21bfb9be7546138b37030badc0d7e2 5051444f64654713bec288349be50fb6 - - default default] Tap Mirror: Handle Delete Port: 8f235b92-1f24-4e35-8a5e-2579c4ad8ba9 [pid: 8|app: 0|req: 892/1627] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:24:21 2026] DELETE /v2.0/ports/8f235b92-1f24-4e35-8a5e-2579c4ad8ba9 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1628] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:24:21 2026] POST /v2.0/subnets => generated 626 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1629] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:21 2026] GET /v2.0/security-groups?tenant_id=7f68ac4051094d7386459f7c97d2ca86&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:24:21.666 7 INFO neutron_taas.services.taas.taas_plugin [None req-a285efac-778c-46c0-923a-788e9bc69749 fb21bfb9be7546138b37030badc0d7e2 5051444f64654713bec288349be50fb6 - - default default] TaaS: Handle Delete Port: e255acce-b326-4763-96b9-597023a892ed 2026-05-13 01:24:21.669 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a285efac-778c-46c0-923a-788e9bc69749 fb21bfb9be7546138b37030badc0d7e2 5051444f64654713bec288349be50fb6 - - default default] Tap Mirror: Handle Delete Port: e255acce-b326-4763-96b9-597023a892ed [pid: 7|app: 0|req: 737/1630] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:24:21 2026] DELETE /v2.0/ports/e255acce-b326-4763-96b9-597023a892ed => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1631] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:21 2026] DELETE /v2.0/security-groups/47ac91f8-af95-4328-aeca-8f666c709c00 => 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: 739/1632] 10.0.0.225 () {32 vars in 642 bytes} [Wed May 13 01:24:21 2026] GET /v2.0/ports => 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: 894/1633] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:24:21 2026] POST /v2.0/subnets => generated 626 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:24:21.912 7 INFO neutron.db.segments_db [None req-228b4561-229b-433b-847e-4ac2bc23c4d3 fb21bfb9be7546138b37030badc0d7e2 5051444f64654713bec288349be50fb6 - - default default] Added segment daf114b3-19c2-4e89-a504-5c8d715c65a8 of type vxlan for network abcfd649-b7cc-43ee-ab83-972d80db0760 2026-05-13 01:24:21.958 8 INFO neutron.db.segments_db [None req-913dd2ee-4e28-4a9d-ab18-ffebac5d9694 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Added segment 0b8b8d64-61a6-489e-835e-0dac4ff4035a of type vxlan for network 2d74c065-759d-4bf0-967a-5c24a4a595aa [pid: 7|app: 0|req: 740/1634] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:21 2026] POST /v2.0/networks => generated 630 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:24:22.058 7 INFO neutron.db.segments_db [None req-66e8d17c-4eed-43e2-b1d5-1b197fb49a5c fb21bfb9be7546138b37030badc0d7e2 5051444f64654713bec288349be50fb6 - - default default] Added segment 0728be9c-e758-44bb-aebf-fa5c145ef204 of type vxlan for network a0cd3419-a6e0-498e-a4f4-ed222778cab4 [pid: 7|app: 0|req: 741/1635] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:22 2026] POST /v2.0/networks => generated 631 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:24:22.225 8 INFO neutron.db.l3_hamode_db [None req-913dd2ee-4e28-4a9d-ab18-ffebac5d9694 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:24:22.344 8 INFO neutron.db.l3_hamode_db [None req-913dd2ee-4e28-4a9d-ab18-ffebac5d9694 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 742/1636] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:24:22 2026] POST /v2.0/subnets => generated 1274 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1639] 10.0.0.225 () {32 vars in 646 bytes} [Wed May 13 01:24:22 2026] GET /v2.0/subnets => generated 1910 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1640] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:22 2026] DELETE /v2.0/subnets/9ba0e67c-69ed-4388-8149-619122192bfb => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1641] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:22 2026] DELETE /v2.0/subnets/389a3a66-6f66-4e7a-96ed-0721cbb211cd => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1642] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:24:21 2026] POST /v2.0/routers => generated 506 bytes in 1047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1643] 10.0.0.225 () {32 vars in 646 bytes} [Wed May 13 01:24:22 2026] GET /v2.0/subnets => generated 649 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:24:23.120 7 INFO neutron.services.segments.plugin [-] Segment 0728be9c-e758-44bb-aebf-fa5c145ef204 resource provider aggregate not found 2026-05-13 01:24:23.125 7 INFO neutron.services.segments.plugin [-] Segment 0728be9c-e758-44bb-aebf-fa5c145ef204 resource provider aggregate not found 2026-05-13 01:24:23.143 7 INFO neutron.services.segments.plugin [-] Segment 0728be9c-e758-44bb-aebf-fa5c145ef204 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0728be9c-e758-44bb-aebf-fa5c145ef204 found for delete ", "request_id": "req-90519064-eda8-49d9-a70a-3ab513ba2f99"}]} 2026-05-13 01:24:23.156 7 INFO neutron.services.segments.plugin [-] Segment 0728be9c-e758-44bb-aebf-fa5c145ef204 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0728be9c-e758-44bb-aebf-fa5c145ef204 found for delete ", "request_id": "req-37dd3acb-f525-42c6-b5d6-90289267de8e"}]} [pid: 7|app: 0|req: 749/1644] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:22 2026] DELETE /v2.0/networks/a0cd3419-a6e0-498e-a4f4-ed222778cab4 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1645] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:23 2026] DELETE /v2.0/networks/abcfd649-b7cc-43ee-ab83-972d80db0760 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1646] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:23 2026] DELETE /v2.0/networks/27d86c28-2af5-4194-a0b8-2a8d4f372c1a => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1647] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:23 2026] DELETE /v2.0/networks/5b115f71-28f8-45d0-a515-bdc491ca52b9 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1648] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:24:22 2026] PUT /v2.0/routers/ac95e69c-6e06-4202-8ac2-4d2f4655bccb/add_router_interface => generated 309 bytes in 1070 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1649] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:24:24 2026] GET /v2.0/ports/6090788a-2c08-4327-b163-807d2d2c1b22 => generated 955 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1650] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:24 2026] GET /v2.0/security-groups?tenant_id=5051444f64654713bec288349be50fb6&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1651] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:24 2026] DELETE /v2.0/security-groups/6d3a78c3-9a3f-4fcf-9ec4-12c6b38a191d => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:24.735 7 INFO neutron.db.segments_db [None req-d5e84f72-131b-4814-a4dd-57eb4b628c6c 65b334ebd70d4928a2288287edb8e8cd fc10d1b59f544062962b23827c80c92c - - default default] Added segment 475ebdc4-21fd-40e2-ad5f-1eb9f79ecfe1 of type vxlan for network 6b95e29e-2efa-4b3c-822f-3b3ae8003d93 [pid: 7|app: 0|req: 755/1652] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:24 2026] POST /v2.0/networks => generated 612 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1653] 10.0.0.225 () {34 vars in 663 bytes} [Wed May 13 01:24:24 2026] POST /v2.0/ports => generated 743 bytes in 279 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-05-13 01:24:25.170 7 INFO neutron.services.segments.plugin [-] Segment daf114b3-19c2-4e89-a504-5c8d715c65a8 resource provider aggregate not found 2026-05-13 01:24:25.189 7 INFO neutron.services.segments.plugin [-] Segment daf114b3-19c2-4e89-a504-5c8d715c65a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daf114b3-19c2-4e89-a504-5c8d715c65a8 found for delete ", "request_id": "req-3b6e9b77-4ee8-4fcb-b5ac-0aa1d0c8915c"}]} 2026-05-13 01:24:25.192 7 INFO neutron.services.segments.plugin [-] Segment daf114b3-19c2-4e89-a504-5c8d715c65a8 resource provider aggregate not found 2026-05-13 01:24:25.208 7 INFO neutron.services.segments.plugin [-] Segment daf114b3-19c2-4e89-a504-5c8d715c65a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daf114b3-19c2-4e89-a504-5c8d715c65a8 found for delete ", "request_id": "req-89c4c504-8663-457d-a3cd-90e393368bd1"}]} 2026-05-13 01:24:25.209 7 INFO neutron.services.segments.plugin [-] Segment 66a9a7a6-0c24-49eb-9e67-5a045ce122b8 resource provider aggregate not found 2026-05-13 01:24:25.229 7 INFO neutron.services.segments.plugin [-] Segment 66a9a7a6-0c24-49eb-9e67-5a045ce122b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66a9a7a6-0c24-49eb-9e67-5a045ce122b8 found for delete ", "request_id": "req-70e53e3d-f95f-4ca9-a725-1c1690b6fc19"}]} 2026-05-13 01:24:25.232 7 INFO neutron.services.segments.plugin [-] Segment 66a9a7a6-0c24-49eb-9e67-5a045ce122b8 resource provider aggregate not found 2026-05-13 01:24:25.254 7 INFO neutron.services.segments.plugin [-] Segment 66a9a7a6-0c24-49eb-9e67-5a045ce122b8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66a9a7a6-0c24-49eb-9e67-5a045ce122b8 found for delete ", "request_id": "req-9ca72b6f-b06a-40a4-8f3c-aff0187718a7"}]} 2026-05-13 01:24:25.257 7 INFO neutron.services.segments.plugin [-] Segment 6579e2ff-29b4-44ef-b976-dba1bdb23faf resource provider aggregate not found [pid: 8|app: 0|req: 898/1654] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:24:24 2026] PUT /v2.0/routers/ac95e69c-6e06-4202-8ac2-4d2f4655bccb/add_router_interface => generated 309 bytes in 1147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:24:25.275 7 INFO neutron.services.segments.plugin [-] Segment 6579e2ff-29b4-44ef-b976-dba1bdb23faf resource provider aggregate not found 2026-05-13 01:24:25.280 7 INFO neutron.services.segments.plugin [-] Segment 6579e2ff-29b4-44ef-b976-dba1bdb23faf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6579e2ff-29b4-44ef-b976-dba1bdb23faf found for delete ", "request_id": "req-a8655b2e-ad90-4bb9-8e00-4971c7a0fb32"}]} 2026-05-13 01:24:25.299 7 INFO neutron.services.segments.plugin [-] Segment 6579e2ff-29b4-44ef-b976-dba1bdb23faf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6579e2ff-29b4-44ef-b976-dba1bdb23faf found for delete ", "request_id": "req-cdf03dd2-7d43-49e5-a5cc-1d8696d7d372"}]} [pid: 7|app: 0|req: 757/1655] 10.0.0.225 () {34 vars in 665 bytes} [Wed May 13 01:24:25 2026] POST /v2.0/trunks => generated 407 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1656] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:24:25 2026] GET /v2.0/ports/2abe0f64-8b90-4be2-90b5-857cab3ef27f => generated 955 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1657] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:24:25 2026] PUT /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1658] 10.0.0.225 () {34 vars in 683 bytes} [Wed May 13 01:24:25 2026] POST /v2.0/security-groups => generated 1601 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1659] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:24:25 2026] GET /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1660] 10.0.0.225 () {34 vars in 766 bytes} [Wed May 13 01:24:25 2026] PUT /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/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: 902/1661] 10.0.0.225 () {34 vars in 759 bytes} [Wed May 13 01:24:25 2026] PUT /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags/green => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-13 01:24:25.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-9272006f-a421-4209-8b4f-38b576a0d40b 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] TaaS: Handle Delete Port: 2abe0f64-8b90-4be2-90b5-857cab3ef27f 2026-05-13 01:24:25.744 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9272006f-a421-4209-8b4f-38b576a0d40b 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Tap Mirror: Handle Delete Port: 2abe0f64-8b90-4be2-90b5-857cab3ef27f [pid: 8|app: 0|req: 903/1662] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:24:25 2026] GET /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1663] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:24:25 2026] GET /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1664] 10.0.0.225 () {34 vars in 777 bytes} [Wed May 13 01:24:25 2026] PUT /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1665] 10.0.0.225 () {34 vars in 755 bytes} [Wed May 13 01:24:25 2026] PUT /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1666] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:24:25 2026] GET /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1667] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:24:25 2026] GET /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags => generated 34 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1668] 10.0.0.225 () {34 vars in 773 bytes} [Wed May 13 01:24:25 2026] PUT /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1669] 10.0.0.225 () {34 vars in 777 bytes} [Wed May 13 01:24:25 2026] PUT /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags/black.or.white => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1670] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:24:25 2026] GET /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1671] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:24:26 2026] GET /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags => generated 52 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1672] 10.0.0.225 () {34 vars in 795 bytes} [Wed May 13 01:24:26 2026] PUT /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1673] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:24:26 2026] PUT /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1674] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:24:25 2026] PUT /v2.0/routers/ac95e69c-6e06-4202-8ac2-4d2f4655bccb/remove_router_interface => generated 309 bytes in 756 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1675] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:24:26 2026] GET /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1676] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:24:26 2026] GET /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags => generated 37 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:26.352 8 INFO neutron.db.segments_db [None req-6fbd332f-4eb4-4ce5-a923-bcd414fd24e7 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] Added segment cef5f8b8-eb2f-4863-bd25-66723251abb0 of type vxlan for network 755163d2-0bfb-4696-adae-a9de2d4fd913 [pid: 8|app: 0|req: 915/1677] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:26 2026] POST /v2.0/networks => generated 630 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1678] 10.0.0.225 () {34 vars in 766 bytes} [Wed May 13 01:24:26 2026] PUT /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1679] 10.0.0.225 () {32 vars in 736 bytes} [Wed May 13 01:24:26 2026] GET /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags/red => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:26.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c8ec128-9367-4156-9076-409e9cbccdeb 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] TaaS: Handle Delete Port: 6090788a-2c08-4327-b163-807d2d2c1b22 2026-05-13 01:24:26.497 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c8ec128-9367-4156-9076-409e9cbccdeb 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Tap Mirror: Handle Delete Port: 6090788a-2c08-4327-b163-807d2d2c1b22 [pid: 8|app: 0|req: 918/1680] 10.0.0.225 () {34 vars in 664 bytes} [Wed May 13 01:24:26 2026] POST /v2.0/ports => generated 778 bytes in 276 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: 919/1681] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:24:26 2026] GET /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:26.812 8 INFO neutron.api.v2.resource [None req-fbdd5dc0-b461-485a-ad4c-368f689939c1 65b334ebd70d4928a2288287edb8e8cd fc10d1b59f544062962b23827c80c92c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 920/1682] 10.0.0.225 () {32 vars in 740 bytes} [Wed May 13 01:24:26 2026] GET /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags/green => generated 99 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-13 01:24:26.860 8 INFO neutron.db.segments_db [None req-1749f60a-f700-4588-8abe-c012ed4c6ae6 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] Added segment 724cfe01-d735-4787-ad5c-32cea634b0f7 of type vxlan for network a3392e1a-f303-4955-be2e-6ff3e9aa0d91 [pid: 7|app: 0|req: 763/1683] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:24:26 2026] PUT /v2.0/routers/ac95e69c-6e06-4202-8ac2-4d2f4655bccb/remove_router_interface => generated 309 bytes in 635 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1684] 10.0.0.225 () {32 vars in 754 bytes} [Wed May 13 01:24:26 2026] GET /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1685] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:26 2026] DELETE /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1686] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:26 2026] POST /v2.0/networks => generated 615 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1687] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:24:26 2026] GET /v2.0/ports?device_id=ac95e69c-6e06-4202-8ac2-4d2f4655bccb => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:26.949 8 INFO neutron.api.v2.resource [None req-b0737bad-a014-400b-bf20-733d8a97feb2 7d5daf588bd74c1780a310dfed0649dc 58fe527ca9624c449b3f2922b47ba70b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 922/1688] 10.0.0.225 () {32 vars in 758 bytes} [Wed May 13 01:24:26 2026] GET /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1689] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:24:26 2026] GET /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:27.127 7 INFO neutron_taas.services.taas.taas_plugin [None req-305e0b20-7428-4e0a-a05d-2b5172e83fca 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] TaaS: Handle Delete Port: 858b72e7-a8c4-4063-8110-d0ffe78e0e80 2026-05-13 01:24:27.131 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-305e0b20-7428-4e0a-a05d-2b5172e83fca 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Tap Mirror: Handle Delete Port: 858b72e7-a8c4-4063-8110-d0ffe78e0e80 [pid: 8|app: 0|req: 923/1690] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:24:26 2026] POST /v2.0/subnets => generated 646 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1691] 10.0.0.225 () {32 vars in 757 bytes} [Wed May 13 01:24:27 2026] DELETE /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:27.221 8 INFO neutron.api.v2.resource [None req-dbcb7ab2-d0a7-4b8f-bd26-f439f04f7ca8 65b334ebd70d4928a2288287edb8e8cd fc10d1b59f544062962b23827c80c92c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 925/1692] 10.0.0.225 () {32 vars in 743 bytes} [Wed May 13 01:24:27 2026] DELETE /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-13 01:24:27.465 7 INFO neutron.services.segments.plugin [-] Segment 0b8b8d64-61a6-489e-835e-0dac4ff4035a resource provider aggregate not found 2026-05-13 01:24:27.471 7 INFO neutron.services.segments.plugin [-] Segment 0b8b8d64-61a6-489e-835e-0dac4ff4035a resource provider aggregate not found 2026-05-13 01:24:27.485 7 INFO neutron.services.segments.plugin [-] Segment 0b8b8d64-61a6-489e-835e-0dac4ff4035a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b8b8d64-61a6-489e-835e-0dac4ff4035a found for delete ", "request_id": "req-0d4b5d6a-b979-4a29-ac5b-f575ac5bb749"}]} 2026-05-13 01:24:27.486 7 INFO neutron.services.segments.plugin [-] Segment 0b8b8d64-61a6-489e-835e-0dac4ff4035a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b8b8d64-61a6-489e-835e-0dac4ff4035a found for delete ", "request_id": "req-8bd5e225-600d-4095-855f-bbe3a44fb69e"}]} 2026-05-13 01:24:27.493 7 INFO neutron.db.l3_hamode_db [None req-305e0b20-7428-4e0a-a05d-2b5172e83fca 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] HA network 2d74c065-759d-4bf0-967a-5c24a4a595aa was deleted as no HA routers are present in tenant 38d117320e724fd19d825f0b3c67e39c. [pid: 7|app: 0|req: 768/1693] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:26 2026] DELETE /v2.0/routers/ac95e69c-6e06-4202-8ac2-4d2f4655bccb => generated 0 bytes in 541 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1694] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:24:27 2026] GET /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1695] 10.0.0.225 () {34 vars in 664 bytes} [Wed May 13 01:24:27 2026] POST /v2.0/ports => generated 966 bytes in 320 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: 770/1696] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:24:27 2026] DELETE /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:27.602 7 INFO neutron.api.v2.resource [None req-0c394899-aa86-441b-b207-bb296bdaf4de 7d5daf588bd74c1780a310dfed0649dc 58fe527ca9624c449b3f2922b47ba70b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 771/1697] 10.0.0.225 () {32 vars in 761 bytes} [Wed May 13 01:24:27 2026] DELETE /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1698] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:27 2026] DELETE /v2.0/subnets/91a85fda-ea0c-403c-b933-fac9304c716b => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1699] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:24:27 2026] GET /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648/tags => 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: 929/1700] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:24:27 2026] DELETE /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:27.738 7 INFO neutron_taas.services.taas.taas_plugin [None req-12258a23-99b2-4527-9020-6d74be18f85e 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] TaaS: Handle Delete Port: f263556b-d754-4b8c-92d0-0e97f613d714 2026-05-13 01:24:27.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12258a23-99b2-4527-9020-6d74be18f85e 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] Tap Mirror: Handle Delete Port: f263556b-d754-4b8c-92d0-0e97f613d714 [pid: 7|app: 0|req: 772/1701] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:24:27 2026] DELETE /v2.0/ports/f263556b-d754-4b8c-92d0-0e97f613d714 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1702] 10.0.0.225 () {32 vars in 718 bytes} [Wed May 13 01:24:27 2026] GET /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1703] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:27 2026] DELETE /v2.0/subnets/6cacfbdd-f184-4b13-bb81-c6c08ba04aeb => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:24:27.912 8 INFO neutron.pecan_wsgi.hooks.translation [None req-49b2fe7e-1f46-41c7-af15-f2cf566878ee 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 931/1704] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:24:27 2026] DELETE /v2.0/ports/f263556b-d754-4b8c-92d0-0e97f613d714 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1705] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:24:27 2026] GET /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87/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: 775/1706] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:24:27 2026] GET /v2.0/ports/ee665f13-64bf-4e7c-98e4-ecfc92f618d1 => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:24:28.007 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7887f98a-ae79-4f84-af8b-c7311852a19e 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 776/1707] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:24:27 2026] GET /v2.0/ports/f263556b-d754-4b8c-92d0-0e97f613d714 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:24:28.025 8 INFO neutron_taas.services.taas.taas_plugin [None req-530b29b1-ac8e-48e5-94e5-841d6c17c2b0 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] TaaS: Handle Delete Port: 59f42a0e-c2ed-4499-b24d-2548dd70292b 2026-05-13 01:24:28.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-530b29b1-ac8e-48e5-94e5-841d6c17c2b0 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Tap Mirror: Handle Delete Port: 59f42a0e-c2ed-4499-b24d-2548dd70292b [pid: 7|app: 0|req: 777/1708] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:28 2026] DELETE /v2.0/security-groups/3b8b8983-bd0d-4497-9920-1afb15352c87 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1709] 10.0.0.225 () {32 vars in 721 bytes} [Wed May 13 01:24:28 2026] DELETE /v2.0/trunks/270d9d98-ed16-453d-91a9-546eaaf9c648 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:28.213 8 INFO neutron.services.segments.plugin [-] Segment ccd4af4d-0cbf-43f4-b902-7ce2203b3c4c resource provider aggregate not found 2026-05-13 01:24:28.222 8 INFO neutron.services.segments.plugin [-] Segment ccd4af4d-0cbf-43f4-b902-7ce2203b3c4c resource provider aggregate not found 2026-05-13 01:24:28.237 8 INFO neutron.services.segments.plugin [-] Segment ccd4af4d-0cbf-43f4-b902-7ce2203b3c4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccd4af4d-0cbf-43f4-b902-7ce2203b3c4c found for delete ", "request_id": "req-6faf6998-b48a-4d4d-bc27-b8879077a897"}]} 2026-05-13 01:24:28.240 8 INFO neutron.services.segments.plugin [-] Segment ccd4af4d-0cbf-43f4-b902-7ce2203b3c4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccd4af4d-0cbf-43f4-b902-7ce2203b3c4c found for delete ", "request_id": "req-f2c796e4-415a-4c2a-9948-bde6d851bcbd"}]} [pid: 8|app: 0|req: 932/1710] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:27 2026] DELETE /v2.0/networks/d317523c-a6de-459d-a48c-8be6896f12eb => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1711] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:28 2026] DELETE /v2.0/subnets/1d6c60fd-9d1e-44a3-b169-453e44e62a1e => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:24:28.376 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a8aae37-a890-44b8-8737-5c9a477cf1ee 65b334ebd70d4928a2288287edb8e8cd fc10d1b59f544062962b23827c80c92c - - default default] TaaS: Handle Delete Port: ee665f13-64bf-4e7c-98e4-ecfc92f618d1 2026-05-13 01:24:28.379 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a8aae37-a890-44b8-8737-5c9a477cf1ee 65b334ebd70d4928a2288287edb8e8cd fc10d1b59f544062962b23827c80c92c - - default default] Tap Mirror: Handle Delete Port: ee665f13-64bf-4e7c-98e4-ecfc92f618d1 2026-05-13 01:24:28.400 7 INFO neutron_taas.services.taas.taas_plugin [None req-85bddfd5-193c-47da-a8bf-173e598bb26c 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] TaaS: Handle Delete Port: bf0da9d5-14f7-4f9a-bb99-3a19501de9de 2026-05-13 01:24:28.402 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85bddfd5-193c-47da-a8bf-173e598bb26c 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Tap Mirror: Handle Delete Port: bf0da9d5-14f7-4f9a-bb99-3a19501de9de [pid: 8|app: 0|req: 933/1712] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:24:28 2026] DELETE /v2.0/ports/ee665f13-64bf-4e7c-98e4-ecfc92f618d1 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1713] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:28 2026] DELETE /v2.0/networks/5cdbba1d-b76a-4d48-9b9a-736850eb891b => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1714] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:28 2026] DELETE /v2.0/networks/a3392e1a-f303-4955-be2e-6ff3e9aa0d91 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:24:28.649 8 INFO neutron.db.segments_db [None req-e2a6d7eb-f168-4d89-b2f2-789191a928c5 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Added segment e7b590aa-e8b8-4ba4-87ba-1cb5d8c8cf6a of type vxlan for network 36eee892-7297-43ff-8374-082081a65dd8 [pid: 7|app: 0|req: 781/1715] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:28 2026] DELETE /v2.0/networks/6b95e29e-2efa-4b3c-822f-3b3ae8003d93 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1716] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:28 2026] POST /v2.0/networks => generated 611 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:24:28.766 7 INFO neutron.db.segments_db [None req-8155debf-5a4f-46ab-9621-8539a5331a86 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] Added segment fad38094-d08b-451e-905e-d3acc964ada6 of type vxlan for network dcaef067-70db-4ebc-9b1c-72f010df672b [pid: 7|app: 0|req: 782/1717] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:28 2026] POST /v2.0/networks => generated 617 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1718] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:24:28 2026] POST /v2.0/subnets => generated 626 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1719] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:28 2026] GET /v2.0/security-groups?tenant_id=58fe527ca9624c449b3f2922b47ba70b&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:24:29.052 7 INFO neutron.db.segments_db [None req-413870eb-6a6b-4d4d-97a3-b2d3530dd18a 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Added segment 5e256f15-d6d3-4dc1-9022-f09930b5c9da of type vxlan for network 159623c0-ad06-4e1a-acb5-fe66bd0f10fa [pid: 8|app: 0|req: 937/1720] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:24:28 2026] POST /v2.0/subnets => generated 646 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:24:29.260 7 INFO neutron.db.l3_hamode_db [None req-413870eb-6a6b-4d4d-97a3-b2d3530dd18a 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 938/1721] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:29 2026] DELETE /v2.0/security-groups/a5226664-c102-46b7-bbb6-641dd81e5b1c => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:24:29.365 7 INFO neutron.db.l3_hamode_db [None req-413870eb-6a6b-4d4d-97a3-b2d3530dd18a 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:24:29.504 7 INFO neutron.services.segments.plugin [-] Segment fac48164-981a-4e61-ab87-5305c4f63769 resource provider aggregate not found 2026-05-13 01:24:29.505 7 INFO neutron.services.segments.plugin [-] Segment fac48164-981a-4e61-ab87-5305c4f63769 resource provider aggregate not found 2026-05-13 01:24:29.525 7 INFO neutron.services.segments.plugin [-] Segment fac48164-981a-4e61-ab87-5305c4f63769 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fac48164-981a-4e61-ab87-5305c4f63769 found for delete ", "request_id": "req-aced3a16-ed88-4660-92bc-b753aca006bb"}]} 2026-05-13 01:24:29.528 7 INFO neutron.services.segments.plugin [-] Segment fac48164-981a-4e61-ab87-5305c4f63769 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fac48164-981a-4e61-ab87-5305c4f63769 found for delete ", "request_id": "req-4293df35-0a03-4bdc-a561-1f1dcdc1bb4d"}]} 2026-05-13 01:24:29.539 7 INFO neutron.services.segments.plugin [-] Segment 475ebdc4-21fd-40e2-ad5f-1eb9f79ecfe1 resource provider aggregate not found 2026-05-13 01:24:29.545 7 INFO neutron.services.segments.plugin [-] Segment 475ebdc4-21fd-40e2-ad5f-1eb9f79ecfe1 resource provider aggregate not found 2026-05-13 01:24:29.554 7 INFO neutron.services.segments.plugin [-] Segment 475ebdc4-21fd-40e2-ad5f-1eb9f79ecfe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 475ebdc4-21fd-40e2-ad5f-1eb9f79ecfe1 found for delete ", "request_id": "req-a8edfbfb-dddd-42a6-beb1-98ad2d3ea06f"}]} [pid: 8|app: 0|req: 939/1722] 10.0.0.225 () {34 vars in 664 bytes} [Wed May 13 01:24:29 2026] POST /v2.0/ports => generated 928 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:24:29.566 7 INFO neutron.services.segments.plugin [-] Segment 475ebdc4-21fd-40e2-ad5f-1eb9f79ecfe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 475ebdc4-21fd-40e2-ad5f-1eb9f79ecfe1 found for delete ", "request_id": "req-b99a44ca-f58c-4887-91ab-7806c74294f1"}]} [pid: 8|app: 0|req: 940/1723] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:29 2026] GET /v2.0/security-groups?tenant_id=3d0fbd707ad0445abc3758133ee0d1b3&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1724] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:29 2026] GET /v2.0/security-groups?tenant_id=fb80302caf1b41d1b5ac2aa8f23bfed4&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1725] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:24:29 2026] POST /v2.0/routers => generated 506 bytes in 928 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:24:30.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-13516d94-2ed4-4d1b-9e26-296aa5b9b478 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] TaaS: Handle Delete Port: ec5f6e7d-797d-4328-a9ca-bd6972061b3b 2026-05-13 01:24:30.026 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13516d94-2ed4-4d1b-9e26-296aa5b9b478 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] Tap Mirror: Handle Delete Port: ec5f6e7d-797d-4328-a9ca-bd6972061b3b [pid: 7|app: 0|req: 785/1726] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:29 2026] DELETE /v2.0/security-groups/a401d646-fec3-4af9-a23c-07158c7d5890 => 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: 786/1727] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:30 2026] DELETE /v2.0/security-groups/558c328e-1a34-4483-8dcc-9130f2fc9d2b => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1728] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:24:29 2026] DELETE /v2.0/ports/ec5f6e7d-797d-4328-a9ca-bd6972061b3b => 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: 943/1729] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:30 2026] GET /v2.0/security-groups?tenant_id=fc10d1b59f544062962b23827c80c92c&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:24:30.201 8 INFO neutron.pecan_wsgi.hooks.translation [None req-75179053-55f8-4dfd-8594-088f859841a9 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 944/1730] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:24:30 2026] GET /v2.0/ports/ec5f6e7d-797d-4328-a9ca-bd6972061b3b => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:24:30.258 8 INFO neutron.services.segments.plugin [-] Segment 724cfe01-d735-4787-ad5c-32cea634b0f7 resource provider aggregate not found 2026-05-13 01:24:30.261 8 INFO neutron.services.segments.plugin [-] Segment 724cfe01-d735-4787-ad5c-32cea634b0f7 resource provider aggregate not found 2026-05-13 01:24:30.276 8 INFO neutron.services.segments.plugin [-] Segment 724cfe01-d735-4787-ad5c-32cea634b0f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 724cfe01-d735-4787-ad5c-32cea634b0f7 found for delete ", "request_id": "req-bfc7806a-1864-41bb-8a63-a778ed05a12f"}]} 2026-05-13 01:24:30.279 8 INFO neutron.services.segments.plugin [-] Segment 724cfe01-d735-4787-ad5c-32cea634b0f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 724cfe01-d735-4787-ad5c-32cea634b0f7 found for delete ", "request_id": "req-f085396e-1e4d-4580-86f0-8c99b25d0694"}]} [pid: 8|app: 0|req: 945/1731] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:30 2026] DELETE /v2.0/security-groups/0b1c88ae-15f2-46e1-8757-ed641d0b972d => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1732] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:30 2026] DELETE /v2.0/subnets/b20945f1-163c-40d6-b0fd-e8ea475c3974 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1733] 10.0.0.225 () {34 vars in 664 bytes} [Wed May 13 01:24:30 2026] POST /v2.0/ports => generated 952 bytes in 428 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: 947/1734] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:30 2026] DELETE /v2.0/networks/dcaef067-70db-4ebc-9b1c-72f010df672b => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1735] 10.0.0.225 () {34 vars in 664 bytes} [Wed May 13 01:24:30 2026] POST /v2.0/ports => generated 779 bytes in 321 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: 949/1736] 10.0.0.225 () {34 vars in 736 bytes} [Wed May 13 01:24:30 2026] PUT /v2.0/ports/d6ed9ff0-4e60-421c-8a53-301c64cd57db => generated 752 bytes in 161 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-05-13 01:24:31.248 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed3d1253-36ff-4491-8e24-46df2a7e10a3 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] TaaS: Handle Delete Port: d6ed9ff0-4e60-421c-8a53-301c64cd57db 2026-05-13 01:24:31.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed3d1253-36ff-4491-8e24-46df2a7e10a3 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] Tap Mirror: Handle Delete Port: d6ed9ff0-4e60-421c-8a53-301c64cd57db [pid: 8|app: 0|req: 950/1737] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:24:31 2026] DELETE /v2.0/ports/d6ed9ff0-4e60-421c-8a53-301c64cd57db => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1738] 10.0.0.225 () {32 vars in 642 bytes} [Wed May 13 01:24:31 2026] GET /v2.0/ports => generated 781 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:24:31.390 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c2742b5c-2549-4016-8163-9bb21457120b 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 952/1739] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:24:31 2026] GET /v2.0/ports/d6ed9ff0-4e60-421c-8a53-301c64cd57db => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1740] 10.0.0.225 () {32 vars in 642 bytes} [Wed May 13 01:24:31 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: 8|app: 0|req: 954/1741] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:24:31 2026] GET /v2.0/ports/a0c8d851-85e9-418f-b9ec-340be593e54c => generated 778 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:24:31.504 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ba4c5e65-3fb1-45f4-953b-744294ac38dc 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 955/1742] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:24:31 2026] DELETE /v2.0/ports/ec5f6e7d-797d-4328-a9ca-bd6972061b3b => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:24:31.522 8 INFO neutron.pecan_wsgi.hooks.translation [None req-50a3de6d-a890-4009-9f60-8f09e02a35a1 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 956/1743] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:31 2026] DELETE /v2.0/subnets/b20945f1-163c-40d6-b0fd-e8ea475c3974 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:24:31.537 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1eb3efde-5102-4cec-b0e0-923d79bc5d20 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 957/1744] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:31 2026] DELETE /v2.0/subnets/1d6c60fd-9d1e-44a3-b169-453e44e62a1e => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:24:31.639 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed9b41b6-07da-452e-9714-db5e5d7f3d3e 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] TaaS: Handle Delete Port: a0c8d851-85e9-418f-b9ec-340be593e54c 2026-05-13 01:24:31.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed9b41b6-07da-452e-9714-db5e5d7f3d3e 2891c0d6551948ef8c66ff380391f3fc 96920a187468483babbda8c05c3c43c7 - - default default] Tap Mirror: Handle Delete Port: a0c8d851-85e9-418f-b9ec-340be593e54c [pid: 7|app: 0|req: 788/1745] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:24:30 2026] PUT /v2.0/routers/4aab9653-2ac4-4324-9c06-65f5f1f3a01b/add_router_interface => generated 309 bytes in 1138 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: 958/1746] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:24:31 2026] DELETE /v2.0/ports/a0c8d851-85e9-418f-b9ec-340be593e54c => 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: 789/1747] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:24:31 2026] GET /v2.0/ports/2d628f72-077f-46a1-a673-65afeae1c9ae => generated 1026 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1748] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:31 2026] DELETE /v2.0/networks/755163d2-0bfb-4696-adae-a9de2d4fd913 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:24:32.301 8 INFO neutron.services.segments.plugin [-] Segment fad38094-d08b-451e-905e-d3acc964ada6 resource provider aggregate not found 2026-05-13 01:24:32.301 8 INFO neutron.services.segments.plugin [-] Segment fad38094-d08b-451e-905e-d3acc964ada6 resource provider aggregate not found 2026-05-13 01:24:32.319 8 INFO neutron.services.segments.plugin [-] Segment fad38094-d08b-451e-905e-d3acc964ada6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fad38094-d08b-451e-905e-d3acc964ada6 found for delete ", "request_id": "req-9d4f8226-895d-4a6f-a69c-d862d1a627a2"}]} 2026-05-13 01:24:32.324 8 INFO neutron.services.segments.plugin [-] Segment fad38094-d08b-451e-905e-d3acc964ada6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fad38094-d08b-451e-905e-d3acc964ada6 found for delete ", "request_id": "req-86b6c9c3-6078-424e-8644-8cb17121c284"}]} 2026-05-13 01:24:32.337 8 INFO neutron.services.segments.plugin [-] Segment cef5f8b8-eb2f-4863-bd25-66723251abb0 resource provider aggregate not found 2026-05-13 01:24:32.340 8 INFO neutron.services.segments.plugin [-] Segment cef5f8b8-eb2f-4863-bd25-66723251abb0 resource provider aggregate not found 2026-05-13 01:24:32.353 8 INFO neutron.services.segments.plugin [-] Segment cef5f8b8-eb2f-4863-bd25-66723251abb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cef5f8b8-eb2f-4863-bd25-66723251abb0 found for delete ", "request_id": "req-8af4a2fe-58eb-4425-90e0-cdd7a8557184"}]} 2026-05-13 01:24:32.354 8 INFO neutron.services.segments.plugin [-] Segment cef5f8b8-eb2f-4863-bd25-66723251abb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cef5f8b8-eb2f-4863-bd25-66723251abb0 found for delete ", "request_id": "req-9b406cb0-cac0-43b7-bd2f-81a0b04ac524"}]} 2026-05-13 01:24:32.415 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d238a78-852a-4c09-b446-be443298d414 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] TaaS: Handle Delete Port: 2d628f72-077f-46a1-a673-65afeae1c9ae 2026-05-13 01:24:32.420 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d238a78-852a-4c09-b446-be443298d414 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Tap Mirror: Handle Delete Port: 2d628f72-077f-46a1-a673-65afeae1c9ae [pid: 8|app: 0|req: 960/1749] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:32 2026] GET /v2.0/security-groups?tenant_id=96920a187468483babbda8c05c3c43c7&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1750] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:32 2026] DELETE /v2.0/security-groups/1e8bf598-abe9-4667-bf3e-d7c2547d671d => 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: 790/1751] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:24:31 2026] PUT /v2.0/routers/4aab9653-2ac4-4324-9c06-65f5f1f3a01b/remove_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:24:32.931 8 INFO neutron.api.v2.resource [None req-0819db1d-f7fa-43fa-96f9-ca99e1486558 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 962/1752] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:24:32 2026] PUT /v2.0/routers/4aab9653-2ac4-4324-9c06-65f5f1f3a01b/remove_router_interface => generated 197 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 791/1753] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:24:32 2026] GET /v2.0/ports?device_id=4aab9653-2ac4-4324-9c06-65f5f1f3a01b => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:33.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef80884e-9d74-4f9d-a4c8-55653b7f73a7 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] TaaS: Handle Delete Port: 5692d4ae-e17b-4fbe-aa9f-d114a82759d9 2026-05-13 01:24:33.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef80884e-9d74-4f9d-a4c8-55653b7f73a7 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Tap Mirror: Handle Delete Port: 5692d4ae-e17b-4fbe-aa9f-d114a82759d9 2026-05-13 01:24:33.467 8 INFO neutron.db.l3_hamode_db [None req-ef80884e-9d74-4f9d-a4c8-55653b7f73a7 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] HA network 159623c0-ad06-4e1a-acb5-fe66bd0f10fa was deleted as no HA routers are present in tenant 38d117320e724fd19d825f0b3c67e39c. [pid: 8|app: 0|req: 963/1754] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:32 2026] DELETE /v2.0/routers/4aab9653-2ac4-4324-9c06-65f5f1f3a01b => generated 0 bytes in 504 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1755] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:33 2026] DELETE /v2.0/subnets/820c377a-6165-4dff-aec5-6d3d16cfae64 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1756] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:33 2026] DELETE /v2.0/networks/36eee892-7297-43ff-8374-082081a65dd8 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:24:33.794 7 INFO neutron.db.segments_db [None req-1eac73d6-51a2-4b93-9a21-d81c4982dc6a 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Added segment d87e11ab-01f9-4b65-b1af-b2b3d4926d7d of type vxlan for network ac4431ad-9c46-4367-83c8-4558422be917 [pid: 7|app: 0|req: 793/1757] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:24:33 2026] POST /v2.0/networks => generated 610 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1758] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:24:33 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:24:34.153 7 INFO neutron.db.segments_db [None req-c45764ee-691b-43f2-a07e-6ee34adbd0ef 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Added segment 3a500f0b-3272-49ef-a92a-8b55c31c297f of type vxlan for network 9c85d88b-a214-4cab-a47f-88c72d18d48e 2026-05-13 01:24:34.371 7 INFO neutron.db.l3_hamode_db [None req-c45764ee-691b-43f2-a07e-6ee34adbd0ef 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:24:34.372 8 INFO neutron.services.segments.plugin [-] Segment 5e256f15-d6d3-4dc1-9022-f09930b5c9da resource provider aggregate not found 2026-05-13 01:24:34.377 8 INFO neutron.services.segments.plugin [-] Segment 5e256f15-d6d3-4dc1-9022-f09930b5c9da resource provider aggregate not found 2026-05-13 01:24:34.394 8 INFO neutron.services.segments.plugin [-] Segment 5e256f15-d6d3-4dc1-9022-f09930b5c9da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e256f15-d6d3-4dc1-9022-f09930b5c9da found for delete ", "request_id": "req-8e9e61c7-b14f-40f8-a7f8-2ccf60596871"}]} 2026-05-13 01:24:34.394 8 INFO neutron.services.segments.plugin [-] Segment 5e256f15-d6d3-4dc1-9022-f09930b5c9da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e256f15-d6d3-4dc1-9022-f09930b5c9da found for delete ", "request_id": "req-4ea1fe79-83b8-4cec-b281-df3d7e56ecc5"}]} 2026-05-13 01:24:34.409 8 INFO neutron.services.segments.plugin [-] Segment e7b590aa-e8b8-4ba4-87ba-1cb5d8c8cf6a resource provider aggregate not found 2026-05-13 01:24:34.412 8 INFO neutron.services.segments.plugin [-] Segment e7b590aa-e8b8-4ba4-87ba-1cb5d8c8cf6a resource provider aggregate not found 2026-05-13 01:24:34.420 8 INFO neutron.services.segments.plugin [-] Segment e7b590aa-e8b8-4ba4-87ba-1cb5d8c8cf6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7b590aa-e8b8-4ba4-87ba-1cb5d8c8cf6a found for delete ", "request_id": "req-4b885172-031f-489e-a6ae-bf2538229a08"}]} 2026-05-13 01:24:34.427 8 INFO neutron.services.segments.plugin [-] Segment e7b590aa-e8b8-4ba4-87ba-1cb5d8c8cf6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7b590aa-e8b8-4ba4-87ba-1cb5d8c8cf6a found for delete ", "request_id": "req-781b120e-25cc-4a3d-8339-e08198f3dfac"}]} 2026-05-13 01:24:34.484 7 INFO neutron.db.l3_hamode_db [None req-c45764ee-691b-43f2-a07e-6ee34adbd0ef 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 794/1759] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:24:34 2026] POST /v2.0/routers => generated 507 bytes in 1025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1760] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:24:35 2026] PUT /v2.0/routers/2a74593e-37ea-42dc-8473-71ba600b4ab0/add_router_interface => generated 309 bytes in 1030 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1761] 10.0.0.225 () {32 vars in 716 bytes} [Wed May 13 01:24:36 2026] GET /v2.0/ports/a0f4a4e9-b55d-4740-9d2e-249d69c3b0a3 => generated 955 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:24:36.615 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca11cb24-19b2-4ba4-b593-97e6485f67dd 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] TaaS: Handle Delete Port: a0f4a4e9-b55d-4740-9d2e-249d69c3b0a3 2026-05-13 01:24:36.618 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca11cb24-19b2-4ba4-b593-97e6485f67dd 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Tap Mirror: Handle Delete Port: a0f4a4e9-b55d-4740-9d2e-249d69c3b0a3 [pid: 8|app: 0|req: 967/1762] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:24:36 2026] PUT /v2.0/routers/2a74593e-37ea-42dc-8473-71ba600b4ab0/remove_router_interface => generated 309 bytes in 757 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1763] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:24:37 2026] GET /v2.0/ports?device_id=2a74593e-37ea-42dc-8473-71ba600b4ab0 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:37.237 8 INFO neutron_taas.services.taas.taas_plugin [None req-c787d32f-91ca-4b05-bc8b-4cb1a760d563 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] TaaS: Handle Delete Port: 44223098-e319-4f4b-8e97-6805b601d553 2026-05-13 01:24:37.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c787d32f-91ca-4b05-bc8b-4cb1a760d563 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Tap Mirror: Handle Delete Port: 44223098-e319-4f4b-8e97-6805b601d553 [pid: 7|app: 0|req: 797/1764] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:37 2026] GET /v2.0/security-groups?tenant_id=248bc3f9ed8c4f0eb667d1ee12451dc8&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:24:37.563 8 INFO neutron.services.segments.plugin [-] Segment 3a500f0b-3272-49ef-a92a-8b55c31c297f resource provider aggregate not found 2026-05-13 01:24:37.571 8 INFO neutron.services.segments.plugin [-] Segment 3a500f0b-3272-49ef-a92a-8b55c31c297f resource provider aggregate not found 2026-05-13 01:24:37.588 8 INFO neutron.services.segments.plugin [-] Segment 3a500f0b-3272-49ef-a92a-8b55c31c297f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a500f0b-3272-49ef-a92a-8b55c31c297f found for delete ", "request_id": "req-d40c99c0-abb5-4254-a900-416261f4b4b9"}]} 2026-05-13 01:24:37.589 8 INFO neutron.services.segments.plugin [-] Segment 3a500f0b-3272-49ef-a92a-8b55c31c297f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a500f0b-3272-49ef-a92a-8b55c31c297f found for delete ", "request_id": "req-d0a27528-0863-4ca7-af63-54f6e2228068"}]} 2026-05-13 01:24:37.601 8 INFO neutron.db.l3_hamode_db [None req-c787d32f-91ca-4b05-bc8b-4cb1a760d563 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] HA network 9c85d88b-a214-4cab-a47f-88c72d18d48e was deleted as no HA routers are present in tenant 38d117320e724fd19d825f0b3c67e39c. [pid: 8|app: 0|req: 968/1767] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:37 2026] DELETE /v2.0/routers/2a74593e-37ea-42dc-8473-71ba600b4ab0 => generated 0 bytes in 541 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1768] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:37 2026] DELETE /v2.0/security-groups/1acf75b7-5448-4b78-a1e2-872ae1c0c6e7 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1769] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:37 2026] DELETE /v2.0/subnets/1009a7da-fe49-4d36-b722-b41933fec62e => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:24:37.816 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef54437d-230f-41e9-835a-7e4a2b3a0b82 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] TaaS: Handle Delete Port: e4d7ee13-c709-426c-b76e-7d4c352d375f 2026-05-13 01:24:37.819 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef54437d-230f-41e9-835a-7e4a2b3a0b82 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Tap Mirror: Handle Delete Port: e4d7ee13-c709-426c-b76e-7d4c352d375f [pid: 7|app: 0|req: 801/1770] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:37 2026] GET /v2.0/security-groups?tenant_id=5bcb5826a53a4528b83368353c181786&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1771] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:37 2026] DELETE /v2.0/security-groups/48f8e46b-ebbc-489a-ba49-2d0f84ea86be => 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: 970/1772] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:24:37 2026] DELETE /v2.0/networks/ac4431ad-9c46-4367-83c8-4558422be917 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:24:38.074 7 INFO neutron.db.segments_db [None req-f5348c8e-45f2-4765-a5d7-3cf6b209bd1d 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Added segment 38210572-9496-40cd-af57-f43b6c17b83d of type vxlan for network c577cf9c-3ee9-4b54-bdfa-9d84238c4788 2026-05-13 01:24:38.333 7 INFO neutron.db.l3_hamode_db [None req-f5348c8e-45f2-4765-a5d7-3cf6b209bd1d 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:24:39.092 7 INFO neutron.db.l3_hamode_db [None req-f5348c8e-45f2-4765-a5d7-3cf6b209bd1d 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:24:39.610 8 INFO neutron.services.segments.plugin [-] Segment d87e11ab-01f9-4b65-b1af-b2b3d4926d7d resource provider aggregate not found 2026-05-13 01:24:39.615 8 INFO neutron.services.segments.plugin [-] Segment d87e11ab-01f9-4b65-b1af-b2b3d4926d7d resource provider aggregate not found 2026-05-13 01:24:39.623 8 INFO neutron.services.segments.plugin [-] Segment d87e11ab-01f9-4b65-b1af-b2b3d4926d7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d87e11ab-01f9-4b65-b1af-b2b3d4926d7d found for delete ", "request_id": "req-b5a1f624-5b92-45df-b3c4-a745e2cd2da3"}]} 2026-05-13 01:24:39.632 8 INFO neutron.services.segments.plugin [-] Segment d87e11ab-01f9-4b65-b1af-b2b3d4926d7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d87e11ab-01f9-4b65-b1af-b2b3d4926d7d found for delete ", "request_id": "req-f4aa55ed-6ab6-461e-bffc-93c44bc6eb81"}]} [pid: 7|app: 0|req: 803/1773] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:24:38 2026] POST /v2.0/routers => generated 687 bytes in 1790 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1774] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:24:39 2026] GET /v2.0/routers/e889567b-d344-432f-811a-2b6096d034df => generated 693 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:24:39.936 8 INFO neutron.db.segments_db [None req-1c0697ce-38b2-4ccf-b699-e13c04dfc992 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment 380f3acf-c77e-46ab-8b1d-64082823b476 of type vxlan for network beb34021-f0ec-4802-bf4b-b408c7e51213 [pid: 7|app: 0|req: 805/1775] 10.0.0.225 () {32 vars in 646 bytes} [Wed May 13 01:24:39 2026] GET /v2.0/routers => generated 696 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1776] 10.0.0.225 () {34 vars in 670 bytes} [Wed May 13 01:24:39 2026] POST /v2.0/networks => generated 720 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1777] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:24:40 2026] POST /v2.0/subnets => generated 686 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:24:40.230 8 INFO neutron.db.segments_db [None req-0ac1d54b-3956-42fa-b4bb-532576d17f30 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Added segment 8170e1b4-fef6-421b-80f2-8e3ea055ea9a of type vxlan for network 354b17bd-de17-4767-91c4-3818dd609927 [pid: 7|app: 0|req: 806/1778] 10.0.0.225 () {34 vars in 740 bytes} [Wed May 13 01:24:39 2026] PUT /v2.0/routers/e889567b-d344-432f-811a-2b6096d034df => generated 700 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1779] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:24:40 2026] GET /v2.0/routers/e889567b-d344-432f-811a-2b6096d034df => generated 700 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1780] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:24:40 2026] GET /v2.0/ports?device_id=e889567b-d344-432f-811a-2b6096d034df => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:40.461 8 INFO neutron.db.l3_hamode_db [None req-0ac1d54b-3956-42fa-b4bb-532576d17f30 4074f5bfeef0437a9e155c5f5b25de28 333d039a4e2b49578e2789cd2b9879ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:24:40.541 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb8c4b76-ab20-45d6-af5c-b016c55f5e2d 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] TaaS: Handle Delete Port: baa99189-6011-4ba3-96e9-113da6131ade 2026-05-13 01:24:40.544 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb8c4b76-ab20-45d6-af5c-b016c55f5e2d 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Tap Mirror: Handle Delete Port: baa99189-6011-4ba3-96e9-113da6131ade 2026-05-13 01:24:40.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb8c4b76-ab20-45d6-af5c-b016c55f5e2d 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] TaaS: Handle Delete Port: 940d5ff3-4d6e-4696-8c88-065c3c1caedc 2026-05-13 01:24:40.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb8c4b76-ab20-45d6-af5c-b016c55f5e2d 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] Tap Mirror: Handle Delete Port: 940d5ff3-4d6e-4696-8c88-065c3c1caedc 2026-05-13 01:24:41.078 7 INFO neutron.services.segments.plugin [-] Segment 38210572-9496-40cd-af57-f43b6c17b83d resource provider aggregate not found 2026-05-13 01:24:41.083 7 INFO neutron.services.segments.plugin [-] Segment 38210572-9496-40cd-af57-f43b6c17b83d resource provider aggregate not found 2026-05-13 01:24:41.095 7 INFO neutron.services.segments.plugin [-] Segment 38210572-9496-40cd-af57-f43b6c17b83d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38210572-9496-40cd-af57-f43b6c17b83d found for delete ", "request_id": "req-849cad10-644a-4375-b129-615c9584cdad"}]} 2026-05-13 01:24:41.106 7 INFO neutron.services.segments.plugin [-] Segment 38210572-9496-40cd-af57-f43b6c17b83d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38210572-9496-40cd-af57-f43b6c17b83d found for delete ", "request_id": "req-148fdf90-fc8c-4104-8a23-a5c1b0004506"}]} 2026-05-13 01:24:41.112 7 INFO neutron.db.l3_hamode_db [None req-cb8c4b76-ab20-45d6-af5c-b016c55f5e2d 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] HA network c577cf9c-3ee9-4b54-bdfa-9d84238c4788 was deleted as no HA routers are present in tenant 38d117320e724fd19d825f0b3c67e39c. [pid: 7|app: 0|req: 809/1781] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:40 2026] DELETE /v2.0/routers/e889567b-d344-432f-811a-2b6096d034df => generated 0 bytes in 756 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1782] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:24:41 2026] GET /v2.0/ports?device_id=e889567b-d344-432f-811a-2b6096d034df => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:41.159 7 INFO neutron.api.v2.resource [None req-3e3469d2-a88b-4cf6-84a6-78b46ee02e92 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 811/1783] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:41 2026] DELETE /v2.0/routers/e889567b-d344-432f-811a-2b6096d034df => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1784] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:24:41 2026] GET /v2.0/ports?device_id=2a74593e-37ea-42dc-8473-71ba600b4ab0 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:41.195 7 INFO neutron.api.v2.resource [None req-7d0833fa-816a-4d61-bb6f-e3c4d1aab703 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 813/1785] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:41 2026] DELETE /v2.0/routers/2a74593e-37ea-42dc-8473-71ba600b4ab0 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:24:41.209 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f169959-af07-495a-a91f-04035573efac 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 814/1786] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:41 2026] DELETE /v2.0/subnets/1009a7da-fe49-4d36-b722-b41933fec62e => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1787] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:24:41 2026] GET /v2.0/ports?device_id=4aab9653-2ac4-4324-9c06-65f5f1f3a01b => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:41.247 7 INFO neutron.api.v2.resource [None req-d507a7ad-0a99-46e7-b6a6-945a5af99662 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 816/1788] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:41 2026] DELETE /v2.0/routers/4aab9653-2ac4-4324-9c06-65f5f1f3a01b => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:24:41.259 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cab29d0f-5d66-49f6-bdf3-1113441764e8 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 817/1789] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:41 2026] DELETE /v2.0/subnets/820c377a-6165-4dff-aec5-6d3d16cfae64 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1790] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:24:41 2026] GET /v2.0/ports?device_id=ac95e69c-6e06-4202-8ac2-4d2f4655bccb => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:24:41.299 7 INFO neutron.api.v2.resource [None req-d283a6af-42ee-45be-a0fe-aeb5a8846712 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 819/1791] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:41 2026] DELETE /v2.0/routers/ac95e69c-6e06-4202-8ac2-4d2f4655bccb => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:24:41.312 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57e0e048-a67d-4f51-8791-542388488678 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 820/1792] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:41 2026] DELETE /v2.0/subnets/91a85fda-ea0c-403c-b933-fac9304c716b => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:24:41.329 7 INFO neutron.pecan_wsgi.hooks.translation [None req-76d63644-cf0c-4445-9f16-ed699b03aaba 520efaf5299747afa39dd552ad7de701 38d117320e724fd19d825f0b3c67e39c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 821/1793] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:24:41 2026] DELETE /v2.0/subnets/6cacfbdd-f184-4b13-bb81-c6c08ba04aeb => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:24:41.565 8 INFO neutron.db.l3_hamode_db [None req-0ac1d54b-3956-42fa-b4bb-532576d17f30 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 822/1794] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:41 2026] GET /v2.0/security-groups?tenant_id=38d117320e724fd19d825f0b3c67e39c&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1795] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:41 2026] DELETE /v2.0/security-groups/4c94a5c1-78e2-4741-a1ad-f910255098b9 => 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: 973/1796] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:24:40 2026] POST /v2.0/routers => generated 726 bytes in 2193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1797] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:24:42 2026] PUT /v2.0/routers/096132b5-9e53-4a8f-9d55-6d7cf034ab2b/add_router_interface => generated 309 bytes in 1109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1798] 10.0.0.225 () {34 vars in 683 bytes} [Wed May 13 01:24:43 2026] POST /v2.0/security-groups => generated 1624 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1799] 10.0.0.225 () {32 vars in 662 bytes} [Wed May 13 01:24:44 2026] GET /v2.0/security-groups => generated 4529 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1800] 10.0.0.225 () {34 vars in 757 bytes} [Wed May 13 01:24:44 2026] PUT /v2.0/security-groups/f37b31b2-5184-4c34-abb7-45d1b5e4da46 => generated 1663 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1801] 10.0.0.225 () {32 vars in 736 bytes} [Wed May 13 01:24:44 2026] GET /v2.0/security-groups/f37b31b2-5184-4c34-abb7-45d1b5e4da46 => generated 1663 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1802] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:44 2026] DELETE /v2.0/security-groups/f37b31b2-5184-4c34-abb7-45d1b5e4da46 => 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: 827/1803] 10.0.0.225 () {32 vars in 662 bytes} [Wed May 13 01:24:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:24:44.400 8 INFO neutron.api.v2.resource [None req-f93b350d-e244-4b87-b9b7-dc92cc85e797 018907e5e39944f88e60f52aeb231b2c 2916a46d956044738511da19fc28b3e9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 977/1804] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:44 2026] DELETE /v2.0/security-groups/f37b31b2-5184-4c34-abb7-45d1b5e4da46 => 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: 828/1805] 10.0.0.225 () {34 vars in 683 bytes} [Wed May 13 01:24:44 2026] POST /v2.0/security-groups => generated 1625 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1806] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:24:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1807] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:24:44 2026] GET /v2.0/security-group-rules/51200a48-2f3f-4000-811c-539c67ffce3e => generated 601 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1808] 10.0.0.225 () {32 vars in 672 bytes} [Wed May 13 01:24:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1809] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:24:44 2026] DELETE /v2.0/security-group-rules/51200a48-2f3f-4000-811c-539c67ffce3e => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1810] 10.0.0.225 () {32 vars in 672 bytes} [Wed May 13 01:24:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1811] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:24:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1812] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:24:45 2026] GET /v2.0/security-group-rules/f6bb2ad1-9fb5-4635-98b1-f952fd0ca86b => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1813] 10.0.0.225 () {32 vars in 672 bytes} [Wed May 13 01:24:45 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1814] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:24:45 2026] DELETE /v2.0/security-group-rules/f6bb2ad1-9fb5-4635-98b1-f952fd0ca86b => 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: 833/1815] 10.0.0.225 () {32 vars in 672 bytes} [Wed May 13 01:24:45 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-05-13 01:24:45.330 8 INFO neutron.db.securitygroups_db [None req-f18dd493-91b2-4339-a99d-5f13662878bf 018907e5e39944f88e60f52aeb231b2c 2916a46d956044738511da19fc28b3e9 - - default default] Project 2916a46d956044738511da19fc28b3e9 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: 983/1816] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:24:45 2026] POST /v2.0/security-group-rules => generated 607 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1817] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:24:45 2026] GET /v2.0/security-group-rules/39a796cf-5f50-4d1b-b806-77177fb011e9 => 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: 984/1818] 10.0.0.225 () {32 vars in 672 bytes} [Wed May 13 01:24:45 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1819] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:24:45 2026] DELETE /v2.0/security-group-rules/39a796cf-5f50-4d1b-b806-77177fb011e9 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1820] 10.0.0.225 () {32 vars in 672 bytes} [Wed May 13 01:24:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1821] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:45 2026] DELETE /v2.0/security-groups/721e5f22-be7a-4bd7-b0e6-90e2072bf1c8 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1822] 10.0.0.225 () {32 vars in 662 bytes} [Wed May 13 01:24:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1823] 10.0.0.174 () {34 vars in 981 bytes} [Wed May 13 01:24:45 2026] GET /v2.0/networks?id=beb34021-f0ec-4802-bf4b-b408c7e51213 => generated 671 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1824] 10.0.0.225 () {32 vars in 662 bytes} [Wed May 13 01:24:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1825] 10.0.0.174 () {34 vars in 964 bytes} [Wed May 13 01:24:45 2026] GET /v2.0/quotas/333d039a4e2b49578e2789cd2b9879ba => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1826] 10.0.0.174 () {34 vars in 1001 bytes} [Wed May 13 01:24:45 2026] GET /v2.0/ports?tenant_id=333d039a4e2b49578e2789cd2b9879ba&fields=id => generated 103 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1827] 10.0.0.174 () {34 vars in 1007 bytes} [Wed May 13 01:24:45 2026] GET /v2.0/networks/beb34021-f0ec-4802-bf4b-b408c7e51213?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: 840/1828] 10.0.0.174 () {34 vars in 1107 bytes} [Wed May 13 01:24:45 2026] GET /v2.0/networks/beb34021-f0ec-4802-bf4b-b408c7e51213?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1829] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:24:46 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => 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: 841/1830] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:46 2026] GET /v2.0/security-groups?tenant_id=2916a46d956044738511da19fc28b3e9&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1831] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:46 2026] DELETE /v2.0/security-groups/2e134e8f-9719-4e9a-ac5b-4502d832ce67 => 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: 842/1832] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:24:47 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => 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: 991/1833] 10.0.0.225 () {32 vars in 622 bytes} [Wed May 13 01:24:48 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1834] 10.0.0.225 () {32 vars in 632 bytes} [Wed May 13 01:24:48 2026] GET /v2.0/ => generated 632 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1835] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:24:48 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => 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: 844/1836] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:48 2026] GET /v2.0/security-groups?tenant_id=75b2cd33eb64413db6bd96b0cb6e53de&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1837] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:49 2026] DELETE /v2.0/security-groups/01cfb620-872d-4e11-82e3-552c5761e6aa => 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: 845/1838] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:24:49 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => 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: 994/1839] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:24:50 2026] GET /v2.0/networks?id=beb34021-f0ec-4802-bf4b-b408c7e51213 => generated 671 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1840] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:24:50 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => 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: 846/1841] 199.204.45.35 () {38 vars in 953 bytes} [Wed May 13 01:24:50 2026] POST /v2.0/ports => generated 958 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1842] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:24:50 2026] PUT /v2.0/ports/e9c230fb-2b92-4f55-91e2-b2a7f096a230 => generated 1239 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:24:51.265 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c52f679-57cf-4a00-86b8-d672de541155'] response: {'name': 'network-changed', 'server_uuid': 'd5e65e40-2b8e-4992-a219-d9ef0f71c2ed', 'tag': 'e9c230fb-2b92-4f55-91e2-b2a7f096a230', '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: 847/1843] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:24:51 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => generated 973 bytes in 79 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: 997/1844] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:24:51 2026] GET /v2.0/security-groups?id=19d7d234-a16f-48bb-b60d-33b55ca9ceb1&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1845] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:24:51 2026] GET /v2.0/ports?tenant_id=333d039a4e2b49578e2789cd2b9879ba&device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1846] 199.204.45.35 () {34 vars in 1016 bytes} [Wed May 13 01:24:51 2026] GET /v2.0/networks?tenant_id=333d039a4e2b49578e2789cd2b9879ba&shared=False => generated 767 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1847] 199.204.45.35 () {34 vars in 928 bytes} [Wed May 13 01:24:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1850] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:24:52 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1851] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:24:52 2026] GET /v2.0/security-groups?id=19d7d234-a16f-48bb-b60d-33b55ca9ceb1&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1852] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:24:52 2026] GET /v2.0/ports?tenant_id=333d039a4e2b49578e2789cd2b9879ba&device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1853] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:24:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e9c230fb-2b92-4f55-91e2-b2a7f096a230 => 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: 852/1854] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:24:53 2026] GET /v2.0/subnets?id=6b77b2c2-12fe-4bd6-a6f7-c7b59aa7547c => generated 689 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1855] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:24:53 2026] GET /v2.0/ports?network_id=beb34021-f0ec-4802-bf4b-b408c7e51213&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1856] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:24:53 2026] GET /v2.0/networks/beb34021-f0ec-4802-bf4b-b408c7e51213?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: 1004/1857] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:24:53 2026] GET /v2.0/networks/beb34021-f0ec-4802-bf4b-b408c7e51213?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1858] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:53 2026] GET /v2.0/security-groups?tenant_id=3d588dbfb15a4f5abb1f7e9abe87d85d&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1859] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:53 2026] DELETE /v2.0/security-groups/87f9cedd-749e-48e9-9c0d-def69e590a9d => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1860] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:24:53 2026] GET /v2.0/security-groups?tenant_id=42647a595e4b430faa8b1d2163df4b96&name=default => generated 2925 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1861] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:24:53 2026] DELETE /v2.0/security-groups/e40ba26c-547b-4823-9160-84f55b8db518 => 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: 856/1862] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:24:54 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1863] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:24:54 2026] GET /v2.0/security-groups?id=19d7d234-a16f-48bb-b60d-33b55ca9ceb1&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1864] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:24:55 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1865] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:24:55 2026] GET /v2.0/security-groups?id=19d7d234-a16f-48bb-b60d-33b55ca9ceb1&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: 858/1866] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:24:56 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1867] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:24:56 2026] GET /v2.0/security-groups?id=19d7d234-a16f-48bb-b60d-33b55ca9ceb1&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: 859/1868] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:24:57 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1869] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:24:57 2026] GET /v2.0/security-groups?id=19d7d234-a16f-48bb-b60d-33b55ca9ceb1&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1870] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:24:58 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => 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: 1011/1871] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:24:58 2026] GET /v2.0/security-groups?id=19d7d234-a16f-48bb-b60d-33b55ca9ceb1&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1872] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:00 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1873] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:25:00 2026] GET /v2.0/security-groups?id=19d7d234-a16f-48bb-b60d-33b55ca9ceb1&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1874] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:01 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1875] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:25:01 2026] GET /v2.0/security-groups?id=19d7d234-a16f-48bb-b60d-33b55ca9ceb1&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: 863/1876] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:02 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1877] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:25:02 2026] GET /v2.0/security-groups?id=19d7d234-a16f-48bb-b60d-33b55ca9ceb1&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: 864/1878] 199.204.45.35 () {34 vars in 992 bytes} [Wed May 13 01:25:02 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:25:02.930 8 INFO neutron_taas.services.taas.taas_plugin [req-dedcdfca-836a-4a35-ab1f-eb5ba01bea98 req-c58f7a86-351f-4920-b66f-7d8aa6f2e058 9176432ec1094532bbefa584c07b4ebd 333d039a4e2b49578e2789cd2b9879ba - - default default] TaaS: Handle Delete Port: e9c230fb-2b92-4f55-91e2-b2a7f096a230 2026-05-13 01:25:02.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dedcdfca-836a-4a35-ab1f-eb5ba01bea98 req-c58f7a86-351f-4920-b66f-7d8aa6f2e058 9176432ec1094532bbefa584c07b4ebd 333d039a4e2b49578e2789cd2b9879ba - - default default] Tap Mirror: Handle Delete Port: e9c230fb-2b92-4f55-91e2-b2a7f096a230 [pid: 8|app: 0|req: 1015/1879] 199.204.45.35 () {36 vars in 995 bytes} [Wed May 13 01:25:02 2026] DELETE /v2.0/ports/e9c230fb-2b92-4f55-91e2-b2a7f096a230 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:25:03.113 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1ff1610-616b-4f87-aa5d-c446ab14b7dc'] response: {'server_uuid': 'd5e65e40-2b8e-4992-a219-d9ef0f71c2ed', 'name': 'network-vif-deleted', 'tag': 'e9c230fb-2b92-4f55-91e2-b2a7f096a230', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 865/1880] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:03 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => 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: 1016/1881] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:04 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => 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: 866/1882] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:05 2026] GET /v2.0/ports?device_id=d5e65e40-2b8e-4992-a219-d9ef0f71c2ed => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1883] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:25:06 2026] GET /v2.0/security-groups?tenant_id=8ce258195ca843b48d11805425aff4e5&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1884] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:25:06 2026] DELETE /v2.0/security-groups/ec031291-7786-4f59-8d3e-676b38f263a1 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:25:08.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-766fc0be-79ad-41a9-bb74-724ac3a3965a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 50cf23f0-a75a-48b1-a9c4-c4a032df5678 2026-05-13 01:25:08.418 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-766fc0be-79ad-41a9-bb74-724ac3a3965a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 50cf23f0-a75a-48b1-a9c4-c4a032df5678 [pid: 8|app: 0|req: 1019/1887] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:25:08 2026] PUT /v2.0/routers/096132b5-9e53-4a8f-9d55-6d7cf034ab2b/remove_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:25:09.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c02ce1e-97b1-4354-85b4-897ebb0c672d 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: fe8f141f-7b08-4fdc-a13f-91ce3dd819ea 2026-05-13 01:25:09.183 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c02ce1e-97b1-4354-85b4-897ebb0c672d 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: fe8f141f-7b08-4fdc-a13f-91ce3dd819ea 2026-05-13 01:25:09.414 7 INFO neutron_taas.services.taas.taas_plugin [None req-9c02ce1e-97b1-4354-85b4-897ebb0c672d 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: baad62f5-0ed3-4214-8761-868ecd2712eb 2026-05-13 01:25:09.417 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c02ce1e-97b1-4354-85b4-897ebb0c672d 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: baad62f5-0ed3-4214-8761-868ecd2712eb 2026-05-13 01:25:09.757 7 INFO neutron.services.segments.plugin [-] Segment 8170e1b4-fef6-421b-80f2-8e3ea055ea9a resource provider aggregate not found 2026-05-13 01:25:09.769 7 INFO neutron.services.segments.plugin [-] Segment 8170e1b4-fef6-421b-80f2-8e3ea055ea9a resource provider aggregate not found 2026-05-13 01:25:09.782 7 INFO neutron.services.segments.plugin [-] Segment 8170e1b4-fef6-421b-80f2-8e3ea055ea9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8170e1b4-fef6-421b-80f2-8e3ea055ea9a found for delete ", "request_id": "req-4d052ef2-07cc-472b-b2bf-7d1c4281fd13"}]} 2026-05-13 01:25:09.782 7 INFO neutron.services.segments.plugin [-] Segment 8170e1b4-fef6-421b-80f2-8e3ea055ea9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8170e1b4-fef6-421b-80f2-8e3ea055ea9a found for delete ", "request_id": "req-c29a5bff-65dd-4a56-b2cb-e71668727a83"}]} 2026-05-13 01:25:09.788 7 INFO neutron.db.l3_hamode_db [None req-9c02ce1e-97b1-4354-85b4-897ebb0c672d 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] HA network 354b17bd-de17-4767-91c4-3818dd609927 was deleted as no HA routers are present in tenant 333d039a4e2b49578e2789cd2b9879ba. [pid: 7|app: 0|req: 869/1888] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:25:09 2026] DELETE /v2.0/routers/096132b5-9e53-4a8f-9d55-6d7cf034ab2b => generated 0 bytes in 791 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1889] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:25:09 2026] DELETE /v2.0/subnets/6b77b2c2-12fe-4bd6-a6f7-c7b59aa7547c => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:25:10.041 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0546be9-5672-424f-8a61-871727f77b12 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 4513b3b4-ab8d-422c-89c2-7a2344911714 2026-05-13 01:25:10.043 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0546be9-5672-424f-8a61-871727f77b12 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 4513b3b4-ab8d-422c-89c2-7a2344911714 [pid: 7|app: 0|req: 870/1890] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:25:09 2026] DELETE /v2.0/networks/beb34021-f0ec-4802-bf4b-b408c7e51213 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1891] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:25:10 2026] GET /v2.0/security-groups?tenant_id=333d039a4e2b49578e2789cd2b9879ba&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1892] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:25:10 2026] DELETE /v2.0/security-groups/19d7d234-a16f-48bb-b60d-33b55ca9ceb1 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:25:11.804 7 INFO neutron.services.segments.plugin [-] Segment 380f3acf-c77e-46ab-8b1d-64082823b476 resource provider aggregate not found 2026-05-13 01:25:11.808 7 INFO neutron.services.segments.plugin [-] Segment 380f3acf-c77e-46ab-8b1d-64082823b476 resource provider aggregate not found 2026-05-13 01:25:11.825 7 INFO neutron.services.segments.plugin [-] Segment 380f3acf-c77e-46ab-8b1d-64082823b476 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 380f3acf-c77e-46ab-8b1d-64082823b476 found for delete ", "request_id": "req-62aeed6f-62e0-4e87-96bf-f1b2223975a8"}]} 2026-05-13 01:25:11.828 7 INFO neutron.services.segments.plugin [-] Segment 380f3acf-c77e-46ab-8b1d-64082823b476 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 380f3acf-c77e-46ab-8b1d-64082823b476 found for delete ", "request_id": "req-f3e40e8b-cf94-4903-bede-57a5aaab061f"}]} [pid: 8|app: 0|req: 1022/1893] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:25:14 2026] POST /v2.0/floatingips => generated 552 bytes in 621 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1894] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:25:15 2026] POST /v2.0/floatingips => generated 552 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1895] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:25:15 2026] POST /v2.0/floatingips => generated 552 bytes in 596 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1896] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:25:16 2026] POST /v2.0/floatingips => generated 552 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1897] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:25:17 2026] GET /v2.0/security-groups?tenant_id=e308bebb1dd24f71a5c60a7150abbbb5&name=default => generated 2929 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1898] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:25:17 2026] DELETE /v2.0/security-groups/293295aa-c591-4a19-a656-1436c8ea1c2b => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1899] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:25:16 2026] POST /v2.0/floatingips => generated 552 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1900] 10.0.0.225 () {34 vars in 758 bytes} [Wed May 13 01:25:17 2026] PUT /v2.0/floatingips/baec84da-e675-4257-997b-cc21c01c8c9f/tags => generated 17 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1901] 10.0.0.225 () {34 vars in 758 bytes} [Wed May 13 01:25:17 2026] PUT /v2.0/floatingips/e04e26b5-5394-4e78-abb6-82017d3e4b6a/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1902] 10.0.0.225 () {34 vars in 758 bytes} [Wed May 13 01:25:17 2026] PUT /v2.0/floatingips/cb24a6a4-986d-4da6-babb-634e50a3dc4b/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1903] 10.0.0.225 () {34 vars in 758 bytes} [Wed May 13 01:25:17 2026] PUT /v2.0/floatingips/2aba19f9-b818-4209-9967-e70ab0c3b19a/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1904] 10.0.0.225 () {32 vars in 671 bytes} [Wed May 13 01:25:17 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1905] 10.0.0.225 () {32 vars in 685 bytes} [Wed May 13 01:25:17 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1906] 10.0.0.225 () {32 vars in 681 bytes} [Wed May 13 01:25:17 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1907] 10.0.0.225 () {32 vars in 693 bytes} [Wed May 13 01:25:17 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1908] 10.0.0.225 () {32 vars in 679 bytes} [Wed May 13 01:25:17 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1909] 10.0.0.225 () {32 vars in 693 bytes} [Wed May 13 01:25:18 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1910] 10.0.0.225 () {32 vars in 689 bytes} [Wed May 13 01:25:18 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1911] 10.0.0.225 () {32 vars in 701 bytes} [Wed May 13 01:25:18 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:25:18.324 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd4ab684-ebb8-416a-b8a5-108c49ee5a41 57a98ac026874786b5aaea05e42c6f75 945005aa402c4eb7889a5393d8015485 - - default default] TaaS: Handle Delete Port: 2a67cd3e-170f-4db3-a3ba-8145c1e2b1db 2026-05-13 01:25:18.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd4ab684-ebb8-416a-b8a5-108c49ee5a41 57a98ac026874786b5aaea05e42c6f75 945005aa402c4eb7889a5393d8015485 - - default default] Tap Mirror: Handle Delete Port: 2a67cd3e-170f-4db3-a3ba-8145c1e2b1db [pid: 7|app: 0|req: 882/1912] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:25:18 2026] DELETE /v2.0/floatingips/baec84da-e675-4257-997b-cc21c01c8c9f => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:25:18.601 8 INFO neutron_taas.services.taas.taas_plugin [None req-701102c4-fa6c-44a8-ba79-e5db5fda30c0 57a98ac026874786b5aaea05e42c6f75 945005aa402c4eb7889a5393d8015485 - - default default] TaaS: Handle Delete Port: 045b209b-b70b-427f-9403-5a01bac10c01 2026-05-13 01:25:18.604 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-701102c4-fa6c-44a8-ba79-e5db5fda30c0 57a98ac026874786b5aaea05e42c6f75 945005aa402c4eb7889a5393d8015485 - - default default] Tap Mirror: Handle Delete Port: 045b209b-b70b-427f-9403-5a01bac10c01 [pid: 8|app: 0|req: 1031/1913] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:25:18 2026] DELETE /v2.0/floatingips/e04e26b5-5394-4e78-abb6-82017d3e4b6a => generated 0 bytes in 247 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:25:18.873 7 INFO neutron_taas.services.taas.taas_plugin [None req-24a9c4b2-abc3-414a-a0da-bf4ed31d4b30 57a98ac026874786b5aaea05e42c6f75 945005aa402c4eb7889a5393d8015485 - - default default] TaaS: Handle Delete Port: e1879b45-fde0-4e2f-b2e8-51679ad5f700 2026-05-13 01:25:18.876 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24a9c4b2-abc3-414a-a0da-bf4ed31d4b30 57a98ac026874786b5aaea05e42c6f75 945005aa402c4eb7889a5393d8015485 - - default default] Tap Mirror: Handle Delete Port: e1879b45-fde0-4e2f-b2e8-51679ad5f700 [pid: 7|app: 0|req: 883/1914] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:25:18 2026] DELETE /v2.0/floatingips/cb24a6a4-986d-4da6-babb-634e50a3dc4b => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:25:19.135 8 INFO neutron_taas.services.taas.taas_plugin [None req-4df921f4-5c78-4f6e-adf7-fcc575dbb060 57a98ac026874786b5aaea05e42c6f75 945005aa402c4eb7889a5393d8015485 - - default default] TaaS: Handle Delete Port: acbaf161-29f9-452f-ab93-a56e86dda42d 2026-05-13 01:25:19.138 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4df921f4-5c78-4f6e-adf7-fcc575dbb060 57a98ac026874786b5aaea05e42c6f75 945005aa402c4eb7889a5393d8015485 - - default default] Tap Mirror: Handle Delete Port: acbaf161-29f9-452f-ab93-a56e86dda42d [pid: 8|app: 0|req: 1032/1915] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:25:19 2026] DELETE /v2.0/floatingips/2aba19f9-b818-4209-9967-e70ab0c3b19a => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:25:19.403 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3840b80-2103-4e2b-8fbc-2bb50fe3c328 57a98ac026874786b5aaea05e42c6f75 945005aa402c4eb7889a5393d8015485 - - default default] TaaS: Handle Delete Port: a0e50b66-60b8-4312-8725-9429551c61cd 2026-05-13 01:25:19.406 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3840b80-2103-4e2b-8fbc-2bb50fe3c328 57a98ac026874786b5aaea05e42c6f75 945005aa402c4eb7889a5393d8015485 - - default default] Tap Mirror: Handle Delete Port: a0e50b66-60b8-4312-8725-9429551c61cd [pid: 7|app: 0|req: 884/1916] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:25:19 2026] DELETE /v2.0/floatingips/8d6d95f7-6ecb-4974-a0ed-11564bfccd23 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1917] 10.0.0.165 () {32 vars in 801 bytes} [Wed May 13 01:25:20 2026] GET /v2.0/extensions => generated 21537 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1918] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:25:20 2026] GET /v2.0/security-groups?tenant_id=945005aa402c4eb7889a5393d8015485&name=default => generated 2929 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1919] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:25:20 2026] DELETE /v2.0/security-groups/4bfffc7f-96d2-4566-a482-1d78e2873370 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1920] 10.0.0.165 () {30 vars in 723 bytes} [Wed May 13 01:25:20 2026] GET /v2.0/quotas/a78d18089df046dd93c5c60a920c3d33/details => generated 847 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1921] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:25:20 2026] GET /v2.0/security-groups?tenant_id=f2cfd081c1124c299e4dae724c2296f7&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1922] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:25:20 2026] DELETE /v2.0/security-groups/99700cda-2479-4892-88f5-aaef85f36ccf => 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: 888/1923] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:25:21 2026] GET /v2.0/security-groups?tenant_id=67ec8a9973d84f9fbbd414f4b0e31c68&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: 1036/1924] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:25:21 2026] DELETE /v2.0/security-groups/5b97203e-6f2c-48b6-964e-41db802173e5 => 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: 890/1927] 10.0.0.165 () {32 vars in 801 bytes} [Wed May 13 01:25:23 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: 1038/1928] 10.0.0.165 () {30 vars in 723 bytes} [Wed May 13 01:25:23 2026] GET /v2.0/quotas/a78d18089df046dd93c5c60a920c3d33/details => generated 847 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1929] 10.0.0.225 () {34 vars in 677 bytes} [Wed May 13 01:25:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1930] 10.0.0.225 () {34 vars in 677 bytes} [Wed May 13 01:25:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1931] 10.0.0.225 () {34 vars in 677 bytes} [Wed May 13 01:25:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1932] 10.0.0.225 () {34 vars in 677 bytes} [Wed May 13 01:25:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1933] 10.0.0.225 () {34 vars in 677 bytes} [Wed May 13 01:25:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1934] 10.0.0.225 () {34 vars in 752 bytes} [Wed May 13 01:25:25 2026] PUT /v2.0/policies/cf036b78-0b04-4540-be26-197e08598b6e/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1935] 10.0.0.225 () {34 vars in 752 bytes} [Wed May 13 01:25:25 2026] PUT /v2.0/policies/287a1a0b-f5ff-4522-88b1-968aa72fac81/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1936] 10.0.0.225 () {34 vars in 752 bytes} [Wed May 13 01:25:25 2026] PUT /v2.0/policies/9f1c76cd-3b43-4177-a521-312711b5c1e5/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: 895/1937] 10.0.0.225 () {34 vars in 752 bytes} [Wed May 13 01:25:25 2026] PUT /v2.0/policies/548be0de-f685-4fb7-96f5-fcbffa125586/tags => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1938] 10.0.0.225 () {32 vars in 673 bytes} [Wed May 13 01:25:26 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1939] 10.0.0.225 () {32 vars in 687 bytes} [Wed May 13 01:25:26 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1940] 10.0.0.225 () {32 vars in 683 bytes} [Wed May 13 01:25:26 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1941] 10.0.0.225 () {32 vars in 695 bytes} [Wed May 13 01:25:26 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/1942] 10.0.0.225 () {32 vars in 681 bytes} [Wed May 13 01:25:26 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1943] 10.0.0.225 () {32 vars in 695 bytes} [Wed May 13 01:25:26 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1944] 10.0.0.225 () {32 vars in 691 bytes} [Wed May 13 01:25:26 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1945] 10.0.0.225 () {32 vars in 703 bytes} [Wed May 13 01:25:26 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => 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: 1047/1946] 10.0.0.225 () {32 vars in 733 bytes} [Wed May 13 01:25:26 2026] DELETE /v2.0/qos/policies/cf036b78-0b04-4540-be26-197e08598b6e => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1947] 10.0.0.225 () {32 vars in 733 bytes} [Wed May 13 01:25:26 2026] DELETE /v2.0/qos/policies/287a1a0b-f5ff-4522-88b1-968aa72fac81 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/1948] 10.0.0.225 () {32 vars in 733 bytes} [Wed May 13 01:25:26 2026] DELETE /v2.0/qos/policies/9f1c76cd-3b43-4177-a521-312711b5c1e5 => 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: 901/1949] 10.0.0.225 () {32 vars in 733 bytes} [Wed May 13 01:25:26 2026] DELETE /v2.0/qos/policies/548be0de-f685-4fb7-96f5-fcbffa125586 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/1950] 10.0.0.225 () {32 vars in 733 bytes} [Wed May 13 01:25:26 2026] DELETE /v2.0/qos/policies/89887000-69e7-486e-860e-33971b615520 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1951] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:25:27 2026] GET /v2.0/security-groups?tenant_id=a78d18089df046dd93c5c60a920c3d33&name=default => generated 2929 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/1952] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:25:27 2026] DELETE /v2.0/security-groups/d70ec64f-7d16-4c3b-b09c-caf6c0e663a5 => 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: 903/1953] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:25:27 2026] GET /v2.0/security-groups?tenant_id=83d8efd4145d4d42b1707f5972aa8219&name=default => generated 2929 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1954] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:25:27 2026] DELETE /v2.0/security-groups/18ad437a-a30d-4c7b-860e-37adf752fb32 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1955] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:25:28 2026] GET /v2.0/security-groups?tenant_id=bfe2832c8bf64cd2ad76b2450778a756&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: 1052/1956] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:25:28 2026] DELETE /v2.0/security-groups/bfc4fa58-b603-42d5-8744-f0d62fa90695 => 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: 905/1957] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:25:28 2026] GET /v2.0/security-groups?tenant_id=79d055c5e4bf4d9f8fdc08c23bdf3ef8&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1958] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:25:28 2026] DELETE /v2.0/security-groups/e50d03be-3187-4a3f-9636-b83b3c0f2719 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:25:30.712 7 INFO neutron.db.segments_db [None req-3397a38a-2a02-4b1b-b64b-b4b48215ef09 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Added segment 73fcc506-ff4c-49bf-b844-a0b6ae8cc375 of type vxlan for network 6c911990-5fa6-4014-b3e1-98437b8ac02a [pid: 7|app: 0|req: 906/1959] 10.0.0.225 () {34 vars in 670 bytes} [Wed May 13 01:25:30 2026] POST /v2.0/networks => generated 614 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:25:30.844 8 INFO neutron.db.segments_db [None req-9365f6a5-329a-458f-ae2d-6f9fb381483a 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Added segment db37e470-790d-4b18-a441-22f8bae47bb3 of type vxlan for network 7271a5b2-373a-415a-9569-2ff8cf4b50a4 2026-05-13 01:25:31.087 8 INFO neutron.db.l3_hamode_db [None req-9365f6a5-329a-458f-ae2d-6f9fb381483a 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:25:31.826 8 INFO neutron.db.l3_hamode_db [None req-9365f6a5-329a-458f-ae2d-6f9fb381483a 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:25:31.910 7 INFO neutron.db.segments_db [None req-c4306e3d-10a3-4477-b99e-bd4505069cb7 ee485527007c4877af2f0cd61decdd65 3899bf67432a43f3b8e31edbd09d0345 - - default default] Added segment a750c9ca-47a7-4e8f-bb2a-3109e71f8aa9 of type vxlan for network da5d7dde-b2fd-4497-a45f-4ba89d060c9c [pid: 7|app: 0|req: 907/1960] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:25:31 2026] POST /v2.0/networks => generated 613 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1961] 10.0.0.225 () {34 vars in 663 bytes} [Wed May 13 01:25:32 2026] POST /v2.0/ports => generated 743 bytes in 282 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: 909/1962] 10.0.0.225 () {34 vars in 746 bytes} [Wed May 13 01:25:32 2026] PUT /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 910/1963] 10.0.0.225 () {32 vars in 726 bytes} [Wed May 13 01:25:32 2026] GET /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags => generated 25 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: 7|app: 0|req: 911/1964] 10.0.0.225 () {34 vars in 757 bytes} [Wed May 13 01:25:32 2026] PUT /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags/green => 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: 912/1965] 10.0.0.225 () {32 vars in 726 bytes} [Wed May 13 01:25:32 2026] GET /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 913/1966] 10.0.0.225 () {34 vars in 753 bytes} [Wed May 13 01:25:32 2026] PUT /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags/red => generated 4 bytes in 72 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: 914/1967] 10.0.0.225 () {32 vars in 726 bytes} [Wed May 13 01:25:32 2026] GET /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1054/1968] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:25:30 2026] POST /v2.0/routers => generated 695 bytes in 1900 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1969] 10.0.0.225 () {34 vars in 775 bytes} [Wed May 13 01:25:32 2026] PUT /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags/black.or.white => generated 4 bytes in 80 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: 916/1970] 10.0.0.225 () {32 vars in 726 bytes} [Wed May 13 01:25:32 2026] GET /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags => generated 52 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, ' [pid: 8|app: 0|req: 1055/1971] 10.0.0.225 () {32 vars in 775 bytes} [Wed May 13 01:25:32 2026] GET /v2.0/subnets?project_id=e8a91c59975343a981ac6dd25493ea4e&cidr=10.100.0.0%2F28 => generated 14 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/1972] 10.0.0.225 () {32 vars in 693 bytes} [Wed May 13 01:25:32 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1973] 10.0.0.225 () {34 vars in 746 bytes} [Wed May 13 01:25:32 2026] PUT /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1057/1974] 10.0.0.225 () {32 vars in 783 bytes} [Wed May 13 01:25:32 2026] GET /v2.0/subnets?network_id=c0b1732d-6bf9-4f7b-8daf-40bbe86dd658&cidr=10.100.0.0%2F28 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1975] 10.0.0.225 () {32 vars in 726 bytes} [Wed May 13 01:25:32 2026] GET /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 919/1976] 10.0.0.225 () {32 vars in 734 bytes} [Wed May 13 01:25:32 2026] GET /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags/red => generated 0 bytes in 47 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-05-13 01:25:33.030 7 INFO neutron.api.v2.resource [None req-ff716ec9-ddb6-465d-800f-0e79a491a81b ee485527007c4877af2f0cd61decdd65 3899bf67432a43f3b8e31edbd09d0345 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 920/1977] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:25:32 2026] GET /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags/green => generated 99 bytes in 47 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: 921/1978] 10.0.0.225 () {32 vars in 737 bytes} [Wed May 13 01:25:33 2026] DELETE /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags/red => generated 0 bytes in 63 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: 1058/1979] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:25:32 2026] POST /v2.0/subnets => generated 656 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1980] 10.0.0.225 () {32 vars in 726 bytes} [Wed May 13 01:25:33 2026] GET /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags => generated 30 bytes in 43 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-05-13 01:25:33.196 7 INFO neutron.api.v2.resource [None req-3274b078-95fd-4b71-b895-b72c0d2fe020 ee485527007c4877af2f0cd61decdd65 3899bf67432a43f3b8e31edbd09d0345 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 923/1981] 10.0.0.225 () {32 vars in 741 bytes} [Wed May 13 01:25:33 2026] DELETE /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags/green => generated 99 bytes in 45 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: 924/1982] 10.0.0.225 () {32 vars in 729 bytes} [Wed May 13 01:25:33 2026] DELETE /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 925/1983] 10.0.0.225 () {32 vars in 726 bytes} [Wed May 13 01:25:33 2026] GET /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-13 01:25:33.399 7 INFO neutron_taas.services.taas.taas_plugin [None req-5879ab2f-2b8a-4172-a83d-a13b1b458807 ee485527007c4877af2f0cd61decdd65 3899bf67432a43f3b8e31edbd09d0345 - - default default] TaaS: Handle Delete Port: 01eb098a-49a7-4315-b755-fcf7612a8204 2026-05-13 01:25:33.403 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5879ab2f-2b8a-4172-a83d-a13b1b458807 ee485527007c4877af2f0cd61decdd65 3899bf67432a43f3b8e31edbd09d0345 - - default default] Tap Mirror: Handle Delete Port: 01eb098a-49a7-4315-b755-fcf7612a8204 [pid: 7|app: 0|req: 926/1984] 10.0.0.225 () {32 vars in 719 bytes} [Wed May 13 01:25:33 2026] DELETE /v2.0/ports/01eb098a-49a7-4315-b755-fcf7612a8204 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:25:33.591 7 INFO neutron.services.segments.plugin [-] Segment a750c9ca-47a7-4e8f-bb2a-3109e71f8aa9 resource provider aggregate not found 2026-05-13 01:25:33.600 7 INFO neutron.services.segments.plugin [-] Segment a750c9ca-47a7-4e8f-bb2a-3109e71f8aa9 resource provider aggregate not found 2026-05-13 01:25:33.617 7 INFO neutron.services.segments.plugin [-] Segment a750c9ca-47a7-4e8f-bb2a-3109e71f8aa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a750c9ca-47a7-4e8f-bb2a-3109e71f8aa9 found for delete ", "request_id": "req-5826ac20-4939-4483-9182-089fe89b0746"}]} 2026-05-13 01:25:33.621 7 INFO neutron.services.segments.plugin [-] Segment a750c9ca-47a7-4e8f-bb2a-3109e71f8aa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a750c9ca-47a7-4e8f-bb2a-3109e71f8aa9 found for delete ", "request_id": "req-ff77d18f-af5d-4cb2-8d67-0dc15cee9565"}]} [pid: 7|app: 0|req: 927/1985] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:25:33 2026] DELETE /v2.0/networks/da5d7dde-b2fd-4497-a45f-4ba89d060c9c => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/1986] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:25:33 2026] PUT /v2.0/routers/0ceb97b7-3c7d-48f0-b480-2c7b348790ce/add_router_interface => generated 309 bytes in 1234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1987] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:25:34 2026] GET /v2.0/security-groups?tenant_id=105b567462724833a8ad0a6823fa8a9d&name=default => generated 2929 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/1988] 10.0.0.225 () {32 vars in 648 bytes} [Wed May 13 01:25:34 2026] GET /v2.0/networks => generated 3606 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/1989] 10.0.0.225 () {32 vars in 646 bytes} [Wed May 13 01:25:34 2026] GET /v2.0/subnets => generated 2594 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1990] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:25:34 2026] DELETE /v2.0/security-groups/66d59f9e-e2dc-4624-8864-47e161ad76be => 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: 1062/1991] 10.0.0.225 () {32 vars in 646 bytes} [Wed May 13 01:25:34 2026] GET /v2.0/routers => generated 738 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1992] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:25:34 2026] GET /v2.0/security-groups?tenant_id=3899bf67432a43f3b8e31edbd09d0345&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/1993] 10.0.0.225 () {34 vars in 684 bytes} [Wed May 13 01:25:34 2026] POST /v2.0/security-groups => generated 1675 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1994] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:25:34 2026] DELETE /v2.0/security-groups/155c3359-a3d4-4893-b57d-c52fd57fb8e9 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/1995] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:34 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: 932/1996] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:34 2026] POST /v2.0/security-group-rules => generated 596 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/1997] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1998] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:25:35.273 8 INFO neutron.db.securitygroups_db [None req-a2a7018e-48d7-4ae7-aa7d-0271391de702 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Project e8a91c59975343a981ac6dd25493ea4e 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: 1066/1999] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:35 2026] POST /v2.0/security-group-rules => generated 607 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:25:35.404 7 INFO neutron.db.securitygroups_db [None req-068a37ed-0f95-4c8e-9e40-9ecb6bd3850d 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Project e8a91c59975343a981ac6dd25493ea4e 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: 934/2000] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:35 2026] POST /v2.0/security-group-rules => generated 606 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2001] 10.0.0.225 () {32 vars in 648 bytes} [Wed May 13 01:25:35 2026] GET /v2.0/networks => generated 1298 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/2002] 10.0.0.174 () {34 vars in 1097 bytes} [Wed May 13 01:25:36 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-508600127&fields=id&tenant_id=e8a91c59975343a981ac6dd25493ea4e => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2003] 10.0.0.174 () {34 vars in 981 bytes} [Wed May 13 01:25:36 2026] GET /v2.0/networks?id=6c911990-5fa6-4014-b3e1-98437b8ac02a => generated 661 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/2004] 10.0.0.174 () {34 vars in 964 bytes} [Wed May 13 01:25:36 2026] GET /v2.0/quotas/e8a91c59975343a981ac6dd25493ea4e => 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: 1069/2005] 10.0.0.174 () {34 vars in 1001 bytes} [Wed May 13 01:25:36 2026] GET /v2.0/ports?tenant_id=e8a91c59975343a981ac6dd25493ea4e&fields=id => generated 103 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/2006] 10.0.0.174 () {34 vars in 1007 bytes} [Wed May 13 01:25:36 2026] GET /v2.0/networks/6c911990-5fa6-4014-b3e1-98437b8ac02a?fields=segments => generated 14 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2007] 10.0.0.174 () {34 vars in 1107 bytes} [Wed May 13 01:25:36 2026] GET /v2.0/networks/6c911990-5fa6-4014-b3e1-98437b8ac02a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/2008] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:36 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => 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: 940/2011] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:37 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => 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: 1072/2012] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:38 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => 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: 941/2013] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:39 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => 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: 1073/2014] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:25:40 2026] GET /v2.0/networks?id=6c911990-5fa6-4014-b3e1-98437b8ac02a => generated 661 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2015] 199.204.45.35 () {34 vars in 1048 bytes} [Wed May 13 01:25:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e8a91c59975343a981ac6dd25493ea4e => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/2016] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:40 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => 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: 1074/2017] 199.204.45.35 () {38 vars in 953 bytes} [Wed May 13 01:25:40 2026] POST /v2.0/ports => generated 958 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/2018] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:25:41 2026] PUT /v2.0/ports/2d6ca031-d073-46f3-a42a-175cf513d532 => generated 1239 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:25:41.734 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7549ac36-3d5f-43f0-850f-8b4666295d56'] response: {'name': 'network-changed', 'server_uuid': '13123521-fc91-4756-8563-2ce15e9275ab', 'tag': '2d6ca031-d073-46f3-a42a-175cf513d532', '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: 1075/2019] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:42 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => generated 973 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: 945/2020] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:25:42 2026] GET /v2.0/security-groups?id=1c66ca1c-7bf2-42d7-ac7d-09e0443d61f4&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2021] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:25:42 2026] GET /v2.0/ports?tenant_id=e8a91c59975343a981ac6dd25493ea4e&device_id=13123521-fc91-4756-8563-2ce15e9275ab => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/2022] 199.204.45.35 () {34 vars in 1016 bytes} [Wed May 13 01:25:42 2026] GET /v2.0/networks?tenant_id=e8a91c59975343a981ac6dd25493ea4e&shared=False => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2023] 199.204.45.35 () {34 vars in 928 bytes} [Wed May 13 01:25:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/2024] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:43 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2025] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:25:43 2026] GET /v2.0/security-groups?id=1c66ca1c-7bf2-42d7-ac7d-09e0443d61f4&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2026] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:25:43 2026] GET /v2.0/ports?tenant_id=e8a91c59975343a981ac6dd25493ea4e&device_id=13123521-fc91-4756-8563-2ce15e9275ab => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2027] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:25:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=2d6ca031-d073-46f3-a42a-175cf513d532 => 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: 949/2028] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:25:43 2026] GET /v2.0/subnets?id=91ec13c8-1c1f-4076-8fcc-f3fcfd6b2e58 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2029] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:25:43 2026] GET /v2.0/ports?network_id=6c911990-5fa6-4014-b3e1-98437b8ac02a&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: 1081/2030] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:25:43 2026] GET /v2.0/networks/6c911990-5fa6-4014-b3e1-98437b8ac02a?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2031] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:25:43 2026] GET /v2.0/networks/6c911990-5fa6-4014-b3e1-98437b8ac02a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:25:43.829 7 INFO neutron.db.segments_db [None req-898acfbc-89db-4632-b5fc-204c66cddb1d 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Added segment 2e700c34-3cfb-4f51-8bdf-026f5bcb865f of type vxlan for network f2bf4375-202a-4289-904c-b937b3a2f913 [pid: 7|app: 0|req: 950/2032] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:25:43 2026] POST /v2.0/networks => generated 621 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2033] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:25:43 2026] POST /v2.0/subnets => generated 657 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/2034] 10.0.0.225 () {32 vars in 721 bytes} [Wed May 13 01:25:44 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2035] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:44 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2036] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:25:44 2026] POST /v2.0/subnets => generated 731 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2037] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:25:44 2026] GET /v2.0/security-groups?id=1c66ca1c-7bf2-42d7-ac7d-09e0443d61f4&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:25:44.432 7 INFO neutron.db.segments_db [None req-828bdbe6-93ec-4540-bd71-f853862a9a3b 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Added segment 24991369-700e-4aa4-b34d-e673932c2e90 of type vxlan for network d56aced9-0c76-45f2-b24d-98f3c314e710 [pid: 7|app: 0|req: 953/2038] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:25:44 2026] POST /v2.0/networks => generated 618 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2039] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:25:44 2026] POST /v2.0/subnets => generated 655 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/2040] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:25:44 2026] POST /v2.0/subnets => generated 725 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:25:45.133 8 INFO neutron.db.segments_db [None req-f4195678-6011-45ae-8b16-fedca60fd111 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Added segment cd22a1a1-295e-4158-bf5a-6cf6fc48f99b of type vxlan for network 7d211209-4d30-40fd-b3bd-a17982f79320 [pid: 8|app: 0|req: 1087/2041] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:25:45 2026] POST /v2.0/networks => generated 618 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/2042] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:25:45 2026] POST /v2.0/subnets => generated 656 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2043] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:45 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2044] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:25:45 2026] GET /v2.0/security-groups?id=1c66ca1c-7bf2-42d7-ac7d-09e0443d61f4&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2045] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:25:45 2026] POST /v2.0/subnets => generated 728 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:25:45.776 8 INFO neutron.db.segments_db [None req-7ea242da-e93f-48a7-8cda-e75c1551619f 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Added segment 4d0ce5a6-ff66-4989-a0dc-4a3fc6e43b30 of type vxlan for network 058aedc1-04bc-4947-a9a9-c0fb4095212d 2026-05-13 01:25:46.013 8 INFO neutron.db.l3_hamode_db [None req-7ea242da-e93f-48a7-8cda-e75c1551619f 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 957/2046] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:46 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => 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: 958/2047] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:25:46 2026] GET /v2.0/security-groups?id=1c66ca1c-7bf2-42d7-ac7d-09e0443d61f4&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:25:46.816 8 INFO neutron.db.l3_hamode_db [None req-7ea242da-e93f-48a7-8cda-e75c1551619f 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1090/2048] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:25:45 2026] POST /v2.0/routers => generated 685 bytes in 1932 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2049] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:47 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2050] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:25:47 2026] GET /v2.0/security-groups?id=1c66ca1c-7bf2-42d7-ac7d-09e0443d61f4&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2051] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:25:47 2026] PUT /v2.0/routers/cc3322d7-f1d2-4eb4-8547-f799ed6e480b/add_router_interface => generated 309 bytes in 1335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2052] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:49 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2053] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:25:49 2026] GET /v2.0/security-groups?id=1c66ca1c-7bf2-42d7-ac7d-09e0443d61f4&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2054] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:49 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2055] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:25:49 2026] GET /v2.0/security-groups?id=1c66ca1c-7bf2-42d7-ac7d-09e0443d61f4&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2056] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:25:49 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:25:50.115 7 INFO neutron.db.l3_db [None req-0a61756d-76e8-4fb1-b030-7c8d55cb76e8 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Floating IP 5091538f-8c79-4a12-b8d0-ed77e9fe97a8 associated. External IP: 10.96.250.208, port: 2d6ca031-d073-46f3-a42a-175cf513d532. [pid: 8|app: 0|req: 1093/2057] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:25:49 2026] PUT /v2.0/routers/cc3322d7-f1d2-4eb4-8547-f799ed6e480b/add_router_interface => generated 309 bytes in 1430 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2058] 10.0.0.225 () {34 vars in 676 bytes} [Wed May 13 01:25:49 2026] POST /v2.0/floatingips => generated 856 bytes in 1527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:25:50.916 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-26e6d7b8-3099-4182-a049-74b6f925c3dd'] response: {'name': 'network-changed', 'server_uuid': '13123521-fc91-4756-8563-2ce15e9275ab', 'tag': '2d6ca031-d073-46f3-a42a-175cf513d532', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 966/2059] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:25:50 2026] GET /v2.0/floatingips/5091538f-8c79-4a12-b8d0-ed77e9fe97a8 => generated 856 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2060] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:25:51 2026] GET /v2.0/ports?tenant_id=e8a91c59975343a981ac6dd25493ea4e&device_id=13123521-fc91-4756-8563-2ce15e9275ab => 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: 968/2061] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:25:51 2026] GET /v2.0/networks?id=6c911990-5fa6-4014-b3e1-98437b8ac02a => generated 757 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2062] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:25:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=2d6ca031-d073-46f3-a42a-175cf513d532 => generated 859 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2063] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:25:51 2026] GET /v2.0/subnets?id=91ec13c8-1c1f-4076-8fcc-f3fcfd6b2e58 => generated 677 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2064] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:25:51 2026] GET /v2.0/ports?network_id=6c911990-5fa6-4014-b3e1-98437b8ac02a&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2065] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:25:51 2026] GET /v2.0/networks/6c911990-5fa6-4014-b3e1-98437b8ac02a?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2066] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:25:51 2026] GET /v2.0/networks/6c911990-5fa6-4014-b3e1-98437b8ac02a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2067] 10.0.0.225 () {34 vars in 782 bytes} [Wed May 13 01:25:50 2026] PUT /v2.0/routers/cc3322d7-f1d2-4eb4-8547-f799ed6e480b/add_router_interface => generated 309 bytes in 1300 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2068] 10.0.0.225 () {34 vars in 683 bytes} [Wed May 13 01:25:51 2026] POST /v2.0/security-groups => generated 1629 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2069] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:25:51 2026] GET /v2.0/floatingips/5091538f-8c79-4a12-b8d0-ed77e9fe97a8 => generated 856 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2070] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2071] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2072] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:52 2026] POST /v2.0/security-group-rules => generated 599 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2075] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2076] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:52 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: 978/2077] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2078] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2079] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:25:52 2026] GET /v2.0/floatingips/5091538f-8c79-4a12-b8d0-ed77e9fe97a8 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2080] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2081] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:53 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: 7|app: 0|req: 980/2082] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2083] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:25:53 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: 7|app: 0|req: 981/2084] 10.0.0.174 () {34 vars in 1093 bytes} [Wed May 13 01:25:53 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-325171140&fields=id&tenant_id=6a0bc6da59064d558fd4919ca0692b0a => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2085] 10.0.0.174 () {34 vars in 981 bytes} [Wed May 13 01:25:53 2026] GET /v2.0/networks?id=d56aced9-0c76-45f2-b24d-98f3c314e710 => generated 704 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2086] 10.0.0.174 () {34 vars in 964 bytes} [Wed May 13 01:25:53 2026] GET /v2.0/quotas/6a0bc6da59064d558fd4919ca0692b0a => 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: 1105/2087] 10.0.0.174 () {34 vars in 1001 bytes} [Wed May 13 01:25:53 2026] GET /v2.0/ports?tenant_id=6a0bc6da59064d558fd4919ca0692b0a&fields=id => generated 195 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2088] 10.0.0.174 () {34 vars in 1007 bytes} [Wed May 13 01:25:53 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?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: 1106/2089] 10.0.0.174 () {34 vars in 1107 bytes} [Wed May 13 01:25:54 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2090] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:54 2026] GET /v2.0/ports?device_id=e8c50654-a06f-4720-943f-79d33d9ba822 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2091] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:25:58 2026] GET /v2.0/networks?id=d56aced9-0c76-45f2-b24d-98f3c314e710 => generated 704 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2092] 199.204.45.35 () {34 vars in 1048 bytes} [Wed May 13 01:25:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6a0bc6da59064d558fd4919ca0692b0a => generated 178 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2093] 199.204.45.35 () {38 vars in 953 bytes} [Wed May 13 01:25:58 2026] POST /v2.0/ports => generated 1175 bytes in 416 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: 1109/2094] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:25:59 2026] GET /v2.0/ports?device_id=e8c50654-a06f-4720-943f-79d33d9ba822 => generated 1190 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2095] 10.0.0.137 () {34 vars in 989 bytes} [Wed May 13 01:25:59 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2096] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:25:58 2026] PUT /v2.0/ports/731eb666-85a9-4405-817c-80a8fbc5dd40 => generated 1456 bytes in 489 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: 1111/2097] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:25:59 2026] GET /v2.0/security-groups?id=0f1f9c2b-ac3b-4b75-9bdb-c575c6926f39&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:25:59.506 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-356d6153-f976-4669-b3e2-90201df4556a'] response: {'name': 'network-changed', 'server_uuid': 'e8c50654-a06f-4720-943f-79d33d9ba822', 'tag': '731eb666-85a9-4405-817c-80a8fbc5dd40', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 987/2098] 10.0.0.137 () {34 vars in 1039 bytes} [Wed May 13 01:25:59 2026] GET /v2.0/security-groups?id=1c66ca1c-7bf2-42d7-ac7d-09e0443d61f4&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: 1112/2099] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:26:00 2026] GET /v2.0/ports?tenant_id=6a0bc6da59064d558fd4919ca0692b0a&device_id=e8c50654-a06f-4720-943f-79d33d9ba822 => generated 1459 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2100] 199.204.45.35 () {34 vars in 1016 bytes} [Wed May 13 01:26:00 2026] GET /v2.0/networks?tenant_id=6a0bc6da59064d558fd4919ca0692b0a&shared=False => generated 2375 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2101] 199.204.45.35 () {34 vars in 928 bytes} [Wed May 13 01:26:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2102] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:26:01 2026] GET /v2.0/ports?tenant_id=6a0bc6da59064d558fd4919ca0692b0a&device_id=e8c50654-a06f-4720-943f-79d33d9ba822 => generated 1459 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2103] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:26:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.172&port_id=731eb666-85a9-4405-817c-80a8fbc5dd40 => 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: 990/2104] 199.204.45.35 () {34 vars in 1098 bytes} [Wed May 13 01:26:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A7&port_id=731eb666-85a9-4405-817c-80a8fbc5dd40 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2105] 199.204.45.35 () {34 vars in 1062 bytes} [Wed May 13 01:26:01 2026] GET /v2.0/subnets?id=2eee3e4b-275b-4af0-b7cb-19b49040620d&id=6e39e8fe-9d0a-4e1c-bce0-c9581986ed39 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2106] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:26:01 2026] GET /v2.0/ports?network_id=d56aced9-0c76-45f2-b24d-98f3c314e710&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2107] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:26:01 2026] GET /v2.0/ports?network_id=d56aced9-0c76-45f2-b24d-98f3c314e710&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2108] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:26:01 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2109] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:26:01 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2110] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:04 2026] GET /v2.0/ports?device_id=e8c50654-a06f-4720-943f-79d33d9ba822 => generated 1190 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2111] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:04 2026] GET /v2.0/security-groups?id=0f1f9c2b-ac3b-4b75-9bdb-c575c6926f39&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2114] 10.0.0.225 () {32 vars in 825 bytes} [Wed May 13 01:26:09 2026] GET /v2.0/ports?project_id=e8a91c59975343a981ac6dd25493ea4e&network_id=6c911990-5fa6-4014-b3e1-98437b8ac02a => generated 3695 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2115] 10.0.0.225 () {32 vars in 741 bytes} [Wed May 13 01:26:09 2026] GET /v2.0/subnets?network_id=c0b1732d-6bf9-4f7b-8daf-40bbe86dd658 => generated 667 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2116] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:09 2026] GET /v2.0/ports?device_id=e8c50654-a06f-4720-943f-79d33d9ba822 => generated 1192 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2117] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:09 2026] GET /v2.0/security-groups?id=0f1f9c2b-ac3b-4b75-9bdb-c575c6926f39&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2118] 10.0.0.225 () {32 vars in 817 bytes} [Wed May 13 01:26:09 2026] GET /v2.0/ports?network_id=d56aced9-0c76-45f2-b24d-98f3c314e710&mac_address=fa%3A16%3A3e%3A99%3A56%3A3e => generated 1192 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:26:09.984 8 INFO neutron.db.l3_db [None req-166a5b02-9ac2-47b3-9185-06befa431931 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Floating IP 5091538f-8c79-4a12-b8d0-ed77e9fe97a8 disassociated. External IP: 10.96.250.208, port: 2d6ca031-d073-46f3-a42a-175cf513d532. 2026-05-13 01:26:10.785 7 INFO neutron.db.l3_db [None req-25833c23-cd19-4a10-931e-5c9edcedafad 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Floating IP aba76a09-6b51-4784-80bc-f896e51bbe5a associated. External IP: 10.96.250.218, port: 731eb666-85a9-4405-817c-80a8fbc5dd40. [pid: 8|app: 0|req: 1121/2119] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:26:09 2026] PUT /v2.0/floatingips/5091538f-8c79-4a12-b8d0-ed77e9fe97a8 => generated 554 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2120] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:26:10 2026] GET /v2.0/floatingips/5091538f-8c79-4a12-b8d0-ed77e9fe97a8 => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:26:10.840 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-85b63a56-11dc-4277-8abb-9e68d4c25e78'] response: {'name': 'network-changed', 'server_uuid': '13123521-fc91-4756-8563-2ce15e9275ab', 'tag': '2d6ca031-d073-46f3-a42a-175cf513d532', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 999/2121] 10.0.0.225 () {34 vars in 676 bytes} [Wed May 13 01:26:09 2026] POST /v2.0/floatingips => generated 855 bytes in 1144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:26:11.155 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-db95d1fa-abb1-49a0-8097-8430de5c9c2c'] response: {'name': 'network-changed', 'server_uuid': 'e8c50654-a06f-4720-943f-79d33d9ba822', 'tag': '731eb666-85a9-4405-817c-80a8fbc5dd40', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1123/2122] 10.0.0.174 () {34 vars in 1093 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-325171140&fields=id&tenant_id=6a0bc6da59064d558fd4919ca0692b0a => 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: 1000/2123] 10.0.0.174 () {34 vars in 981 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/networks?id=7d211209-4d30-40fd-b3bd-a17982f79320 => generated 704 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2124] 10.0.0.174 () {34 vars in 964 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/quotas/6a0bc6da59064d558fd4919ca0692b0a => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2125] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/ports?tenant_id=e8a91c59975343a981ac6dd25493ea4e&device_id=13123521-fc91-4756-8563-2ce15e9275ab => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2126] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/networks?id=6c911990-5fa6-4014-b3e1-98437b8ac02a => generated 757 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2127] 10.0.0.174 () {34 vars in 1001 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/ports?tenant_id=6a0bc6da59064d558fd4919ca0692b0a&fields=id => generated 333 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2128] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=2d6ca031-d073-46f3-a42a-175cf513d532 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2129] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/subnets?id=91ec13c8-1c1f-4076-8fcc-f3fcfd6b2e58 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2130] 10.0.0.174 () {34 vars in 1007 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2131] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/ports?network_id=6c911990-5fa6-4014-b3e1-98437b8ac02a&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: 1129/2132] 10.0.0.174 () {34 vars in 1107 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2133] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/networks/6c911990-5fa6-4014-b3e1-98437b8ac02a?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: 1130/2134] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/networks/6c911990-5fa6-4014-b3e1-98437b8ac02a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2135] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/ports?device_id=72ef5730-5dc8-42c2-855a-516937869be5 => 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: 1005/2136] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/ports?tenant_id=6a0bc6da59064d558fd4919ca0692b0a&device_id=e8c50654-a06f-4720-943f-79d33d9ba822 => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2137] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/networks?id=d56aced9-0c76-45f2-b24d-98f3c314e710 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2138] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.172&port_id=731eb666-85a9-4405-817c-80a8fbc5dd40 => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2139] 199.204.45.35 () {34 vars in 1098 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A7&port_id=731eb666-85a9-4405-817c-80a8fbc5dd40 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2140] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/floatingips/5091538f-8c79-4a12-b8d0-ed77e9fe97a8 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2141] 199.204.45.35 () {34 vars in 1062 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/subnets?id=2eee3e4b-275b-4af0-b7cb-19b49040620d&id=6e39e8fe-9d0a-4e1c-bce0-c9581986ed39 => generated 1409 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2142] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/ports?network_id=d56aced9-0c76-45f2-b24d-98f3c314e710&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2143] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/ports?network_id=d56aced9-0c76-45f2-b24d-98f3c314e710&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2144] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:26:11 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2145] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:26:12 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2146] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:26:12 2026] GET /v2.0/floatingips/5091538f-8c79-4a12-b8d0-ed77e9fe97a8 => generated 552 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2147] 10.0.0.225 () {34 vars in 684 bytes} [Wed May 13 01:26:13 2026] POST /v2.0/security-groups => generated 1673 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2148] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:26:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2149] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:26:14 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2150] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:26:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2151] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:26:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:26:14.598 7 INFO neutron.db.securitygroups_db [None req-617f49a6-a1b4-4f27-a248-33c7be784c28 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Project e8a91c59975343a981ac6dd25493ea4e 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: 1013/2152] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:26:14 2026] POST /v2.0/security-group-rules => generated 607 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:26:14.727 8 INFO neutron.db.securitygroups_db [None req-3484f1ae-0174-4038-9bfe-56d45d4477b0 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Project e8a91c59975343a981ac6dd25493ea4e 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: 1140/2153] 10.0.0.225 () {34 vars in 694 bytes} [Wed May 13 01:26:14 2026] POST /v2.0/security-group-rules => generated 606 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2154] 10.0.0.225 () {32 vars in 648 bytes} [Wed May 13 01:26:15 2026] GET /v2.0/networks => generated 1298 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2155] 10.0.0.174 () {34 vars in 1095 bytes} [Wed May 13 01:26:15 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-11928345&fields=id&tenant_id=e8a91c59975343a981ac6dd25493ea4e => 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: 1015/2156] 10.0.0.174 () {34 vars in 981 bytes} [Wed May 13 01:26:15 2026] GET /v2.0/networks?id=6c911990-5fa6-4014-b3e1-98437b8ac02a => generated 661 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2157] 10.0.0.174 () {34 vars in 964 bytes} [Wed May 13 01:26:15 2026] GET /v2.0/quotas/e8a91c59975343a981ac6dd25493ea4e => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2158] 10.0.0.174 () {34 vars in 1001 bytes} [Wed May 13 01:26:15 2026] GET /v2.0/ports?tenant_id=e8a91c59975343a981ac6dd25493ea4e&fields=id => generated 149 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2159] 10.0.0.174 () {34 vars in 1007 bytes} [Wed May 13 01:26:15 2026] GET /v2.0/networks/6c911990-5fa6-4014-b3e1-98437b8ac02a?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2160] 10.0.0.174 () {34 vars in 1107 bytes} [Wed May 13 01:26:15 2026] GET /v2.0/networks/6c911990-5fa6-4014-b3e1-98437b8ac02a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2161] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:15 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => 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: 1018/2162] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:26:15 2026] GET /v2.0/networks?id=7d211209-4d30-40fd-b3bd-a17982f79320 => generated 704 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2163] 199.204.45.35 () {34 vars in 1048 bytes} [Wed May 13 01:26:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6a0bc6da59064d558fd4919ca0692b0a => generated 178 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2164] 199.204.45.35 () {38 vars in 953 bytes} [Wed May 13 01:26:16 2026] POST /v2.0/ports => generated 1183 bytes in 353 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: 1020/2165] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:16 2026] GET /v2.0/ports?device_id=72ef5730-5dc8-42c2-855a-516937869be5 => generated 1198 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2166] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:16 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => 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: 1022/2167] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:16 2026] GET /v2.0/security-groups?id=0f1f9c2b-ac3b-4b75-9bdb-c575c6926f39&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2168] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:26:16 2026] PUT /v2.0/ports/8fc05b88-4064-44e6-80f3-76fa5268f4a5 => generated 1464 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:26:16.969 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-affae9e4-f2b5-4442-88dd-5fbdde70ab83'] response: {'name': 'network-changed', 'server_uuid': '72ef5730-5dc8-42c2-855a-516937869be5', 'tag': '8fc05b88-4064-44e6-80f3-76fa5268f4a5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1023/2169] 10.0.0.137 () {34 vars in 989 bytes} [Wed May 13 01:26:17 2026] GET /v2.0/ports?device_id=e8c50654-a06f-4720-943f-79d33d9ba822 => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1147/2170] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:26:17 2026] GET /v2.0/ports?tenant_id=6a0bc6da59064d558fd4919ca0692b0a&device_id=72ef5730-5dc8-42c2-855a-516937869be5 => generated 1467 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2171] 10.0.0.137 () {34 vars in 1039 bytes} [Wed May 13 01:26:17 2026] GET /v2.0/security-groups?id=0f1f9c2b-ac3b-4b75-9bdb-c575c6926f39&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2172] 199.204.45.35 () {34 vars in 1016 bytes} [Wed May 13 01:26:17 2026] GET /v2.0/networks?tenant_id=6a0bc6da59064d558fd4919ca0692b0a&shared=False => generated 2375 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2173] 199.204.45.35 () {34 vars in 928 bytes} [Wed May 13 01:26:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2174] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:17 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => 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: 1026/2175] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:26:18 2026] GET /v2.0/ports?tenant_id=6a0bc6da59064d558fd4919ca0692b0a&device_id=72ef5730-5dc8-42c2-855a-516937869be5 => generated 1467 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2176] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:26:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.242&port_id=8fc05b88-4064-44e6-80f3-76fa5268f4a5 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2177] 199.204.45.35 () {34 vars in 1102 bytes} [Wed May 13 01:26:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A41&port_id=8fc05b88-4064-44e6-80f3-76fa5268f4a5 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2178] 199.204.45.35 () {34 vars in 1062 bytes} [Wed May 13 01:26:18 2026] GET /v2.0/subnets?id=da3d9336-1084-4838-9390-f174b01d7bb6&id=b964c487-4d34-46c2-961a-8d9f8f7ed7ad => generated 1413 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2179] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:26:18 2026] GET /v2.0/ports?network_id=7d211209-4d30-40fd-b3bd-a17982f79320&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2180] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:26:18 2026] GET /v2.0/ports?network_id=7d211209-4d30-40fd-b3bd-a17982f79320&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2181] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:26:18 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?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: 1153/2182] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:26:18 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?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: 1030/2183] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:19 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => 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: 1154/2184] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:26:20 2026] GET /v2.0/networks?id=6c911990-5fa6-4014-b3e1-98437b8ac02a => generated 661 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2185] 199.204.45.35 () {34 vars in 1048 bytes} [Wed May 13 01:26:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e8a91c59975343a981ac6dd25493ea4e => generated 271 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2186] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:20 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => 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: 1032/2187] 199.204.45.35 () {38 vars in 953 bytes} [Wed May 13 01:26:20 2026] POST /v2.0/ports => generated 958 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2188] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:26:20 2026] PUT /v2.0/ports/4f889f40-5865-4af3-95da-337245eec853 => generated 1239 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:26:21.028 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-da0a1699-67e7-456b-b968-68e8340a9e4e'] response: {'name': 'network-changed', 'server_uuid': '816c683e-f8eb-44aa-bc9e-198428230e53', 'tag': '4f889f40-5865-4af3-95da-337245eec853', '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: 1033/2189] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:21 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1157/2190] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:21 2026] GET /v2.0/security-groups?id=1575ba0e-a8d0-46b2-9366-782232f21547&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2191] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:26:21 2026] GET /v2.0/ports?tenant_id=e8a91c59975343a981ac6dd25493ea4e&device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2192] 199.204.45.35 () {34 vars in 1016 bytes} [Wed May 13 01:26:21 2026] GET /v2.0/networks?tenant_id=e8a91c59975343a981ac6dd25493ea4e&shared=False => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2193] 199.204.45.35 () {34 vars in 928 bytes} [Wed May 13 01:26:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2194] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:21 2026] GET /v2.0/ports?device_id=72ef5730-5dc8-42c2-855a-516937869be5 => generated 1198 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2195] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:22 2026] GET /v2.0/security-groups?id=0f1f9c2b-ac3b-4b75-9bdb-c575c6926f39&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2197] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:22 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2199] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:22 2026] GET /v2.0/security-groups?id=1575ba0e-a8d0-46b2-9366-782232f21547&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: 1039/2200] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:26:22 2026] GET /v2.0/ports?tenant_id=e8a91c59975343a981ac6dd25493ea4e&device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => 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: 1162/2201] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:26:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=4f889f40-5865-4af3-95da-337245eec853 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2202] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:26:22 2026] GET /v2.0/subnets?id=91ec13c8-1c1f-4076-8fcc-f3fcfd6b2e58 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2203] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:26:22 2026] GET /v2.0/ports?network_id=6c911990-5fa6-4014-b3e1-98437b8ac02a&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2204] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:26:22 2026] GET /v2.0/networks/6c911990-5fa6-4014-b3e1-98437b8ac02a?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: 1164/2205] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:26:22 2026] GET /v2.0/networks/6c911990-5fa6-4014-b3e1-98437b8ac02a?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: 1042/2206] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:23 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2207] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:23 2026] GET /v2.0/security-groups?id=1575ba0e-a8d0-46b2-9366-782232f21547&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2208] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:24 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2209] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:24 2026] GET /v2.0/security-groups?id=1575ba0e-a8d0-46b2-9366-782232f21547&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2210] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:25 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2211] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:25 2026] GET /v2.0/security-groups?id=1575ba0e-a8d0-46b2-9366-782232f21547&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: 1045/2212] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:27 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2213] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:27 2026] GET /v2.0/security-groups?id=1575ba0e-a8d0-46b2-9366-782232f21547&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2214] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:27 2026] GET /v2.0/ports?device_id=72ef5730-5dc8-42c2-855a-516937869be5 => generated 1200 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2215] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:27 2026] GET /v2.0/security-groups?id=0f1f9c2b-ac3b-4b75-9bdb-c575c6926f39&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2216] 10.0.0.225 () {32 vars in 817 bytes} [Wed May 13 01:26:27 2026] GET /v2.0/ports?network_id=7d211209-4d30-40fd-b3bd-a17982f79320&mac_address=fa%3A16%3A3e%3A07%3Ac4%3Aa2 => generated 1200 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:26:28.180 8 INFO neutron.db.l3_db [None req-801de7bb-5c46-444a-a435-d8523fcb07d0 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Floating IP f03ac5e3-2913-4344-a236-60d9430d2ffd associated. External IP: 10.96.250.209, port: 8fc05b88-4064-44e6-80f3-76fa5268f4a5. [pid: 7|app: 0|req: 1048/2217] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:28 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => generated 975 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2218] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:28 2026] GET /v2.0/security-groups?id=1575ba0e-a8d0-46b2-9366-782232f21547&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2219] 10.0.0.225 () {34 vars in 676 bytes} [Wed May 13 01:26:27 2026] POST /v2.0/floatingips => generated 855 bytes in 1149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:26:28.549 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-07d59412-896d-48c9-a84b-520b974e6162'] response: {'name': 'network-changed', 'server_uuid': '72ef5730-5dc8-42c2-855a-516937869be5', 'tag': '8fc05b88-4064-44e6-80f3-76fa5268f4a5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1050/2220] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:28 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2221] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:28 2026] GET /v2.0/security-groups?id=1575ba0e-a8d0-46b2-9366-782232f21547&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2222] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:26:28 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:26:29.069 8 INFO neutron.db.l3_db [None req-fce32b4c-7517-4cb9-85ef-8adc92426c59 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Floating IP 5091538f-8c79-4a12-b8d0-ed77e9fe97a8 associated. External IP: 10.96.250.208, port: 4f889f40-5865-4af3-95da-337245eec853. [pid: 7|app: 0|req: 1052/2223] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:26:29 2026] GET /v2.0/ports?tenant_id=6a0bc6da59064d558fd4919ca0692b0a&device_id=72ef5730-5dc8-42c2-855a-516937869be5 => generated 1469 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2224] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:26:29 2026] GET /v2.0/networks?id=7d211209-4d30-40fd-b3bd-a17982f79320 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2225] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:26:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.242&port_id=8fc05b88-4064-44e6-80f3-76fa5268f4a5 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2226] 199.204.45.35 () {34 vars in 1102 bytes} [Wed May 13 01:26:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A41&port_id=8fc05b88-4064-44e6-80f3-76fa5268f4a5 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2227] 199.204.45.35 () {34 vars in 1062 bytes} [Wed May 13 01:26:29 2026] GET /v2.0/subnets?id=da3d9336-1084-4838-9390-f174b01d7bb6&id=b964c487-4d34-46c2-961a-8d9f8f7ed7ad => generated 1413 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2228] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:26:29 2026] GET /v2.0/ports?network_id=7d211209-4d30-40fd-b3bd-a17982f79320&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2229] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:26:29 2026] GET /v2.0/ports?network_id=7d211209-4d30-40fd-b3bd-a17982f79320&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2230] 10.0.0.225 () {34 vars in 748 bytes} [Wed May 13 01:26:28 2026] PUT /v2.0/floatingips/5091538f-8c79-4a12-b8d0-ed77e9fe97a8 => generated 856 bytes in 626 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2231] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:26:29 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?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: 1173/2232] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:26:29 2026] GET /v2.0/floatingips/5091538f-8c79-4a12-b8d0-ed77e9fe97a8 => generated 856 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2233] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:26:29 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?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: 1174/2234] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:26:30 2026] GET /v2.0/floatingips/5091538f-8c79-4a12-b8d0-ed77e9fe97a8 => generated 856 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:26:30.594 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e8d330b-d032-440e-a4fa-87da05fb9162'] response: {'name': 'network-changed', 'server_uuid': '816c683e-f8eb-44aa-bc9e-198428230e53', 'tag': '4f889f40-5865-4af3-95da-337245eec853', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1061/2235] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:26:31 2026] GET /v2.0/ports?tenant_id=e8a91c59975343a981ac6dd25493ea4e&device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2236] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:26:31 2026] GET /v2.0/networks?id=6c911990-5fa6-4014-b3e1-98437b8ac02a => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2237] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:26:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=4f889f40-5865-4af3-95da-337245eec853 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2238] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:26:31 2026] GET /v2.0/subnets?id=91ec13c8-1c1f-4076-8fcc-f3fcfd6b2e58 => 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: 1063/2239] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:26:31 2026] GET /v2.0/ports?network_id=6c911990-5fa6-4014-b3e1-98437b8ac02a&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2240] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:26:31 2026] GET /v2.0/networks/6c911990-5fa6-4014-b3e1-98437b8ac02a?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: 1064/2241] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:26:31 2026] GET /v2.0/networks/6c911990-5fa6-4014-b3e1-98437b8ac02a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2242] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:26:31 2026] GET /v2.0/floatingips/5091538f-8c79-4a12-b8d0-ed77e9fe97a8 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2243] 10.0.0.137 () {34 vars in 989 bytes} [Wed May 13 01:26:32 2026] GET /v2.0/ports?device_id=72ef5730-5dc8-42c2-855a-516937869be5 => generated 1469 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2244] 10.0.0.137 () {34 vars in 1039 bytes} [Wed May 13 01:26:33 2026] GET /v2.0/security-groups?id=0f1f9c2b-ac3b-4b75-9bdb-c575c6926f39&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2247] 10.0.0.137 () {34 vars in 989 bytes} [Wed May 13 01:26:39 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => 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: 1181/2248] 10.0.0.137 () {34 vars in 1039 bytes} [Wed May 13 01:26:39 2026] GET /v2.0/security-groups?id=1575ba0e-a8d0-46b2-9366-782232f21547&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: 1068/2249] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:26:44 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2250] 10.0.0.132 () {30 vars in 689 bytes} [Wed May 13 01:26:45 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2251] 10.0.0.132 () {30 vars in 691 bytes} [Wed May 13 01:26:45 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: 1183/2252] 10.0.0.132 () {30 vars in 667 bytes} [Wed May 13 01:26:45 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: 1070/2253] 10.0.0.132 () {30 vars in 703 bytes} [Wed May 13 01:26:45 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: 1184/2254] 10.0.0.132 () {28 vars in 438 bytes} [Wed May 13 01:26:46 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2255] 10.0.0.132 () {30 vars in 727 bytes} [Wed May 13 01:26:46 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 657 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2256] 10.0.0.132 () {30 vars in 689 bytes} [Wed May 13 01:26:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2257] 10.0.0.132 () {30 vars in 691 bytes} [Wed May 13 01:26:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2258] 10.0.0.132 () {30 vars in 667 bytes} [Wed May 13 01:26:46 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: 1073/2259] 10.0.0.132 () {30 vars in 703 bytes} [Wed May 13 01:26:46 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: 1187/2260] 10.0.0.132 () {30 vars in 727 bytes} [Wed May 13 01:26:46 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2261] 10.0.0.132 () {30 vars in 689 bytes} [Wed May 13 01:26:47 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: 1188/2262] 10.0.0.132 () {30 vars in 691 bytes} [Wed May 13 01:26:47 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: 1075/2263] 10.0.0.132 () {30 vars in 667 bytes} [Wed May 13 01:26:47 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: 1189/2264] 10.0.0.132 () {30 vars in 703 bytes} [Wed May 13 01:26:47 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: 1076/2265] 10.0.0.132 () {30 vars in 729 bytes} [Wed May 13 01:26:47 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913 => generated 800 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2266] 10.0.0.132 () {30 vars in 681 bytes} [Wed May 13 01:26:47 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: 7|app: 0|req: 1077/2267] 10.0.0.132 () {34 vars in 703 bytes} [Wed May 13 01:26:47 2026] POST /v2.0/ports => generated 1132 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2268] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:48 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => generated 975 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, ' [pid: 7|app: 0|req: 1078/2269] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:49 2026] GET /v2.0/security-groups?id=1575ba0e-a8d0-46b2-9366-782232f21547&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2270] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:50 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2271] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:26:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2272] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:50 2026] GET /v2.0/security-groups?id=1575ba0e-a8d0-46b2-9366-782232f21547&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2273] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:26:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2274] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:26:50 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: 1081/2275] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:26:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2276] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:26:50 2026] GET /v2.0/ports/542f6087-5cd5-4195-a1a4-446c81252a69 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2277] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:26:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2278] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:26:50 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: 1083/2279] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:26:50 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: 1197/2280] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:26:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:26:50.683 7 INFO neutron.api.v2.resource [None req-0d9720f9-0374-4c22-8f01-996be518757f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1084/2281] 199.204.45.35 () {30 vars in 761 bytes} [Wed May 13 01:26:50 2026] GET /v2.0/security-groups/lb-d23fcc4f-a6c1-4864-b76e-4f40ef8ddc79 => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2282] 199.204.45.35 () {30 vars in 783 bytes} [Wed May 13 01:26:50 2026] GET /v2.0/security-groups?name=lb-d23fcc4f-a6c1-4864-b76e-4f40ef8ddc79 => generated 23 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2283] 199.204.45.35 () {34 vars in 734 bytes} [Wed May 13 01:26:50 2026] POST /v2.0/security-groups => generated 1638 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2284] 199.204.45.35 () {30 vars in 813 bytes} [Wed May 13 01:26:50 2026] GET /v2.0/security-group-rules?security_group_id=d0ea111a-a0e1-4d99-86b0-8067d2293de6 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2285] 199.204.45.35 () {34 vars in 787 bytes} [Wed May 13 01:26:50 2026] PUT /v2.0/ports/542f6087-5cd5-4195-a1a4-446c81252a69 => generated 1132 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2286] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:26:51 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1087/2287] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:26:51 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: 1088/2288] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:26:51 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: 1089/2289] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:26:51 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: 1201/2290] 199.204.45.35 () {34 vars in 992 bytes} [Wed May 13 01:26:51 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2291] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:26:51 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:26:51.396 8 INFO neutron_taas.services.taas.taas_plugin [req-8a7f9c07-b2c4-411c-bea1-c6e5826a5e99 req-15099fc9-4f73-4021-88b1-97d8ace77eee 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] TaaS: Handle Delete Port: 4f889f40-5865-4af3-95da-337245eec853 2026-05-13 01:26:51.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8a7f9c07-b2c4-411c-bea1-c6e5826a5e99 req-15099fc9-4f73-4021-88b1-97d8ace77eee 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Tap Mirror: Handle Delete Port: 4f889f40-5865-4af3-95da-337245eec853 [pid: 7|app: 0|req: 1091/2292] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:51 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => 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: 1092/2293] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:51 2026] GET /v2.0/security-groups?id=1575ba0e-a8d0-46b2-9366-782232f21547&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:26:51.510 8 INFO neutron.db.l3_db [req-8a7f9c07-b2c4-411c-bea1-c6e5826a5e99 req-15099fc9-4f73-4021-88b1-97d8ace77eee 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Floating IP 5091538f-8c79-4a12-b8d0-ed77e9fe97a8 disassociated. External IP: 10.96.250.208, port: 4f889f40-5865-4af3-95da-337245eec853. [pid: 8|app: 0|req: 1202/2294] 199.204.45.35 () {36 vars in 995 bytes} [Wed May 13 01:26:51 2026] DELETE /v2.0/ports/4f889f40-5865-4af3-95da-337245eec853 => generated 0 bytes in 561 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:26:51.902 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89657983-ca17-472b-8ff3-f6462540d240'] response: {'server_uuid': '816c683e-f8eb-44aa-bc9e-198428230e53', 'name': 'network-vif-deleted', 'tag': '4f889f40-5865-4af3-95da-337245eec853', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1204/2297] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:52 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => 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: 1094/2298] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:53 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => 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: 1205/2299] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:54 2026] GET /v2.0/ports?device_id=816c683e-f8eb-44aa-bc9e-198428230e53 => 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: 1095/2300] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:26:55 2026] DELETE /v2.0/security-groups/1575ba0e-a8d0-46b2-9366-782232f21547 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:26:56.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-4164dae2-9986-49aa-b28b-89af4efcd081 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] TaaS: Handle Delete Port: 24118e87-a075-4c82-a97a-1d08c4cf8838 2026-05-13 01:26:56.148 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4164dae2-9986-49aa-b28b-89af4efcd081 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Tap Mirror: Handle Delete Port: 24118e87-a075-4c82-a97a-1d08c4cf8838 [pid: 8|app: 0|req: 1206/2301] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:26:56 2026] DELETE /v2.0/floatingips/5091538f-8c79-4a12-b8d0-ed77e9fe97a8 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2302] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:56 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2303] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:56 2026] GET /v2.0/security-groups?id=1c66ca1c-7bf2-42d7-ac7d-09e0443d61f4&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2304] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:57 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2305] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:57 2026] GET /v2.0/security-groups?id=1c66ca1c-7bf2-42d7-ac7d-09e0443d61f4&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2306] 10.0.0.174 () {34 vars in 1015 bytes} [Wed May 13 01:26:58 2026] GET /v2.0/security-groups?id=9a018a83-0374-4e79-9305-917bfd4a7d4a&fields=id => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2307] 10.0.0.174 () {34 vars in 981 bytes} [Wed May 13 01:26:58 2026] GET /v2.0/networks?id=d53104ad-8d0c-4d0c-b443-aa6d2ddce07d => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2308] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:58 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => generated 975 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2309] 10.0.0.174 () {34 vars in 964 bytes} [Wed May 13 01:26:58 2026] GET /v2.0/quotas/bef24a56af994a9586cea41b390c73cc => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2310] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:26:58 2026] GET /v2.0/security-groups?id=1c66ca1c-7bf2-42d7-ac7d-09e0443d61f4&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: 1210/2311] 199.204.45.35 () {34 vars in 992 bytes} [Wed May 13 01:26:58 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => 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: 1102/2312] 10.0.0.174 () {34 vars in 1001 bytes} [Wed May 13 01:26:58 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&fields=id => generated 149 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2313] 10.0.0.174 () {34 vars in 1007 bytes} [Wed May 13 01:26:58 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:26:59.059 8 INFO neutron_taas.services.taas.taas_plugin [req-d68e6fa9-e1c4-4602-bd51-e3a9dd91dd8e req-1d52ff7f-0ebd-42c0-9f14-d316b3ae7486 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] TaaS: Handle Delete Port: 2d6ca031-d073-46f3-a42a-175cf513d532 2026-05-13 01:26:59.062 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d68e6fa9-e1c4-4602-bd51-e3a9dd91dd8e req-1d52ff7f-0ebd-42c0-9f14-d316b3ae7486 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Tap Mirror: Handle Delete Port: 2d6ca031-d073-46f3-a42a-175cf513d532 [pid: 7|app: 0|req: 1104/2314] 10.0.0.174 () {34 vars in 1107 bytes} [Wed May 13 01:26:59 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d?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: 1211/2315] 199.204.45.35 () {36 vars in 995 bytes} [Wed May 13 01:26:58 2026] DELETE /v2.0/ports/2d6ca031-d073-46f3-a42a-175cf513d532 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:26:59.287 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dcfdf080-2617-4a9a-b4e8-aafde7bf9f68'] response: {'server_uuid': '13123521-fc91-4756-8563-2ce15e9275ab', 'name': 'network-vif-deleted', 'tag': '2d6ca031-d073-46f3-a42a-175cf513d532', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1105/2316] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:59 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => 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: 1212/2317] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:59 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => 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: 1106/2318] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:26:59 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => 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: 1213/2319] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:27:01 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2320] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:27:02 2026] GET /v2.0/ports?device_id=13123521-fc91-4756-8563-2ce15e9275ab => 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: 1214/2321] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:27:02 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => 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: 1108/2322] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:27:02 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => 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: 1215/2323] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:27:03 2026] DELETE /v2.0/security-groups/1c66ca1c-7bf2-42d7-ac7d-09e0443d61f4 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:27:03.750 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9f6102a-7e8a-419e-9b17-390ca416e327 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] TaaS: Handle Delete Port: 5a15f9bd-9e81-48dd-905d-f2ba1b97b08e 2026-05-13 01:27:03.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9f6102a-7e8a-419e-9b17-390ca416e327 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Tap Mirror: Handle Delete Port: 5a15f9bd-9e81-48dd-905d-f2ba1b97b08e [pid: 7|app: 0|req: 1109/2324] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:27:03 2026] PUT /v2.0/routers/0ceb97b7-3c7d-48f0-b480-2c7b348790ce/remove_router_interface => generated 309 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2325] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:27:04 2026] DELETE /v2.0/subnets/91ec13c8-1c1f-4076-8fcc-f3fcfd6b2e58 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2326] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:27:04 2026] GET /v2.0/networks?id=d53104ad-8d0c-4d0c-b443-aa6d2ddce07d => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2327] 199.204.45.35 () {34 vars in 1048 bytes} [Wed May 13 01:27:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bef24a56af994a9586cea41b390c73cc => generated 343 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:27:04.665 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1d941b4-b1c7-43b3-8430-9ffe58dc3d54 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] TaaS: Handle Delete Port: a7bab4f2-9803-4dec-bc33-9b4792162760 2026-05-13 01:27:04.669 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1d941b4-b1c7-43b3-8430-9ffe58dc3d54 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Tap Mirror: Handle Delete Port: a7bab4f2-9803-4dec-bc33-9b4792162760 [pid: 8|app: 0|req: 1219/2328] 199.204.45.35 () {38 vars in 953 bytes} [Wed May 13 01:27:04 2026] POST /v2.0/ports => generated 1078 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-13 01:27:04.901 7 INFO neutron_taas.services.taas.taas_plugin [None req-b1d941b4-b1c7-43b3-8430-9ffe58dc3d54 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] TaaS: Handle Delete Port: ac625f81-db7b-4a89-b533-7b9865577b82 2026-05-13 01:27:04.904 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1d941b4-b1c7-43b3-8430-9ffe58dc3d54 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Tap Mirror: Handle Delete Port: ac625f81-db7b-4a89-b533-7b9865577b82 /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-05-13 01:27:05.245 7 INFO neutron.db.l3_hamode_db [None req-b1d941b4-b1c7-43b3-8430-9ffe58dc3d54 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] HA network 7271a5b2-373a-415a-9569-2ff8cf4b50a4 was deleted as no HA routers are present in tenant e8a91c59975343a981ac6dd25493ea4e. [pid: 7|app: 0|req: 1110/2329] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:27:04 2026] DELETE /v2.0/routers/0ceb97b7-3c7d-48f0-b480-2c7b348790ce => generated 0 bytes in 784 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:27:05.344 7 INFO neutron.services.segments.plugin [-] Segment db37e470-790d-4b18-a441-22f8bae47bb3 resource provider aggregate not found 2026-05-13 01:27:05.370 7 INFO neutron.services.segments.plugin [-] Segment db37e470-790d-4b18-a441-22f8bae47bb3 resource provider aggregate not found 2026-05-13 01:27:05.378 7 INFO neutron.services.segments.plugin [-] Segment db37e470-790d-4b18-a441-22f8bae47bb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db37e470-790d-4b18-a441-22f8bae47bb3 found for delete ", "request_id": "req-03fd35b7-de9d-4df6-9af6-e383eb36cb95"}]} 2026-05-13 01:27:05.393 7 INFO neutron.services.segments.plugin [-] Segment db37e470-790d-4b18-a441-22f8bae47bb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db37e470-790d-4b18-a441-22f8bae47bb3 found for delete ", "request_id": "req-b28ae883-f998-494f-a018-304336af2503"}]} 2026-05-13 01:27:05.450 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9c6ed14-948b-4546-8328-2a034c2571c8 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] TaaS: Handle Delete Port: 201c2a43-1009-45d7-907e-f8ef2a74a85b 2026-05-13 01:27:05.453 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9c6ed14-948b-4546-8328-2a034c2571c8 987c4c4dfa9c468db8db904c8a28538c e8a91c59975343a981ac6dd25493ea4e - - default default] Tap Mirror: Handle Delete Port: 201c2a43-1009-45d7-907e-f8ef2a74a85b [pid: 8|app: 0|req: 1220/2330] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:27:04 2026] PUT /v2.0/ports/6e9b5364-7b08-47ee-b663-5791623a961f => generated 1239 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:27:05.544 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2e68f38-661d-499d-a82f-9809c8fd0fe1'] response: {'name': 'network-changed', 'server_uuid': '18a0a2e3-42db-4d70-8712-a8f7ae04d019', 'tag': '6e9b5364-7b08-47ee-b663-5791623a961f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1111/2331] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:27:05 2026] DELETE /v2.0/networks/6c911990-5fa6-4014-b3e1-98437b8ac02a => generated 0 bytes in 423 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: 1221/2332] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:27:05 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2333] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:27:05 2026] GET /v2.0/security-groups?id=9a018a83-0374-4e79-9305-917bfd4a7d4a&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2334] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:27:05 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2335] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:27:06 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2336] 199.204.45.35 () {34 vars in 1016 bytes} [Wed May 13 01:27:06 2026] GET /v2.0/networks?tenant_id=bef24a56af994a9586cea41b390c73cc&shared=False => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2337] 199.204.45.35 () {34 vars in 928 bytes} [Wed May 13 01:27:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2338] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:27:06 2026] GET /v2.0/security-groups?tenant_id=60368d0bc6444786ba887520a601ceb4&name=default => generated 2929 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2339] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:27:06 2026] DELETE /v2.0/security-groups/82e7b558-c6de-40ed-9d3b-edc4726259fe => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2340] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:27:06 2026] GET /v2.0/security-groups?tenant_id=e8a91c59975343a981ac6dd25493ea4e&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2341] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:27:06 2026] DELETE /v2.0/security-groups/29dd6545-43aa-44fa-84bc-9a41317b1f6b => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2342] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:27:07 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2343] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:27:07 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.79&port_id=6e9b5364-7b08-47ee-b663-5791623a961f => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2344] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:27:07 2026] GET /v2.0/subnets?id=93f425aa-1c7a-49b8-a069-bb52c4bb21f9 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2345] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:27:07 2026] GET /v2.0/ports?network_id=d53104ad-8d0c-4d0c-b443-aa6d2ddce07d&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:27:07.399 7 INFO neutron.services.segments.plugin [-] Segment 73fcc506-ff4c-49bf-b844-a0b6ae8cc375 resource provider aggregate not found 2026-05-13 01:27:07.412 7 INFO neutron.services.segments.plugin [-] Segment 73fcc506-ff4c-49bf-b844-a0b6ae8cc375 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73fcc506-ff4c-49bf-b844-a0b6ae8cc375 found for delete ", "request_id": "req-855f41fb-3ebf-45ef-b74d-9007a1a58b23"}]} 2026-05-13 01:27:07.415 7 INFO neutron.services.segments.plugin [-] Segment 73fcc506-ff4c-49bf-b844-a0b6ae8cc375 resource provider aggregate not found [pid: 8|app: 0|req: 1228/2346] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:27:07 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:27:07.431 7 INFO neutron.services.segments.plugin [-] Segment 73fcc506-ff4c-49bf-b844-a0b6ae8cc375 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73fcc506-ff4c-49bf-b844-a0b6ae8cc375 found for delete ", "request_id": "req-7a428a1d-17ef-4919-891c-5378995a7f88"}]} [pid: 7|app: 0|req: 1119/2349] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:27:07 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2350] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:27:08 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2351] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:27:08 2026] GET /v2.0/security-groups?id=9a018a83-0374-4e79-9305-917bfd4a7d4a&fields=id&fields=name => generated 96 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2352] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:27:08 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:27:11.255 7 INFO neutron.db.segments_db [None req-f400bfd1-6b28-486e-a3fe-c71be78fac51 c64044c2d2804b56b03ee80c83f4dd47 a0323ee48390479ea3c14715204b3684 - - default default] Added segment 02f8cf8b-1d83-4701-bad8-923be874e31d of type vxlan for network 9acd8420-a6c4-4b4b-872c-0cf023e12028 [pid: 7|app: 0|req: 1121/2353] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:27:11 2026] POST /v2.0/networks => generated 612 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2354] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:27:11 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => 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: 1123/2355] 199.204.45.35 () {34 vars in 992 bytes} [Wed May 13 01:27:11 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2356] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:27:11 2026] GET /v2.0/security-groups?id=9a018a83-0374-4e79-9305-917bfd4a7d4a&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2357] 199.204.45.35 () {34 vars in 1042 bytes} [Wed May 13 01:27:11 2026] GET /v2.0/security-groups?id=9a018a83-0374-4e79-9305-917bfd4a7d4a&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2358] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:27:11 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2359] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:27:11 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:27:11.668 8 INFO neutron.db.segments_db [None req-efb07182-6c8c-41c6-a8d8-0bff9623e694 c64044c2d2804b56b03ee80c83f4dd47 a0323ee48390479ea3c14715204b3684 - - default default] Added segment 94026405-2f60-4d7b-bcfe-16a158cee25e of type vxlan for network a3af051a-d5ac-4d4c-9e39-7f7138b5b447 [pid: 8|app: 0|req: 1234/2360] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:27:11 2026] POST /v2.0/networks => generated 613 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2361] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:27:11 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-05-13 01:27:12.070 8 INFO neutron.db.segments_db [None req-601368c0-e46d-4300-8e59-079081c75925 c64044c2d2804b56b03ee80c83f4dd47 a0323ee48390479ea3c14715204b3684 - - default default] Added segment 2f651712-f3e3-4023-bfc5-81a2cbcc3ce8 of type vxlan for network c322dd8b-6718-40d2-96f5-14ac9e053d60 [pid: 8|app: 0|req: 1235/2362] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:27:12 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2363] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:27:12 2026] POST /v2.0/subnets => generated 629 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:27:12.468 8 INFO neutron.db.segments_db [None req-4538dbff-cd1a-46e7-92e7-5df17c7210e3 c64044c2d2804b56b03ee80c83f4dd47 a0323ee48390479ea3c14715204b3684 - - default default] Added segment 91f2efa2-7ceb-4c56-87e2-1c1976686d8f of type vxlan for network b156af8f-e87a-492e-87ef-14562c5697cd [pid: 8|app: 0|req: 1236/2364] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:27:12 2026] POST /v2.0/networks => generated 613 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2365] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:27:12 2026] POST /v2.0/subnets => generated 629 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:27:12.925 8 INFO neutron.db.segments_db [None req-fda756ac-39ad-4f8c-9157-8732c3713968 c64044c2d2804b56b03ee80c83f4dd47 a0323ee48390479ea3c14715204b3684 - - default default] Added segment 42bea55e-e55c-4d0c-a270-652cce1ac854 of type vxlan for network 6956b1a1-b580-4586-8a86-f33195e62e8e [pid: 8|app: 0|req: 1237/2366] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:27:12 2026] POST /v2.0/networks => generated 613 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2367] 10.0.0.225 () {34 vars in 668 bytes} [Wed May 13 01:27:13 2026] POST /v2.0/subnets => generated 629 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2368] 10.0.0.225 () {34 vars in 750 bytes} [Wed May 13 01:27:13 2026] PUT /v2.0/subnets/f5792611-c6b4-432b-b164-b517485bfb21/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2369] 10.0.0.225 () {34 vars in 750 bytes} [Wed May 13 01:27:13 2026] PUT /v2.0/subnets/8647d5f5-da0f-4b79-abc1-d9325120a415/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2370] 10.0.0.225 () {34 vars in 750 bytes} [Wed May 13 01:27:13 2026] PUT /v2.0/subnets/c2f2e65a-9636-420a-b0e0-05b60d7a9fc4/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2371] 10.0.0.225 () {34 vars in 750 bytes} [Wed May 13 01:27:13 2026] PUT /v2.0/subnets/000223df-a058-4d61-bdf4-1dee5ac51f03/tags => 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: 1240/2372] 10.0.0.225 () {32 vars in 663 bytes} [Wed May 13 01:27:13 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2373] 10.0.0.225 () {32 vars in 677 bytes} [Wed May 13 01:27:13 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2374] 10.0.0.225 () {32 vars in 673 bytes} [Wed May 13 01:27:13 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2375] 10.0.0.225 () {32 vars in 685 bytes} [Wed May 13 01:27:13 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2376] 10.0.0.225 () {32 vars in 671 bytes} [Wed May 13 01:27:13 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2377] 10.0.0.225 () {32 vars in 685 bytes} [Wed May 13 01:27:13 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2378] 10.0.0.225 () {32 vars in 681 bytes} [Wed May 13 01:27:13 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2379] 10.0.0.225 () {32 vars in 693 bytes} [Wed May 13 01:27:13 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2380] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:27:13 2026] DELETE /v2.0/subnets/f5792611-c6b4-432b-b164-b517485bfb21 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2381] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:27:14 2026] DELETE /v2.0/subnets/8647d5f5-da0f-4b79-abc1-d9325120a415 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2382] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:27:14 2026] DELETE /v2.0/subnets/c2f2e65a-9636-420a-b0e0-05b60d7a9fc4 => 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: 1246/2383] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:27:14 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2384] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:27:14 2026] DELETE /v2.0/subnets/000223df-a058-4d61-bdf4-1dee5ac51f03 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2385] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:27:14 2026] GET /v2.0/security-groups?id=9a018a83-0374-4e79-9305-917bfd4a7d4a&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2386] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:27:14 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => 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: 1139/2387] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:27:14 2026] DELETE /v2.0/subnets/06b2e8da-e28a-481a-b394-4f75d9d3542b => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:27:14.870 8 INFO neutron_taas.services.taas.taas_plugin [None req-07dea432-c993-4458-a9ec-597da2db8c6e c64044c2d2804b56b03ee80c83f4dd47 a0323ee48390479ea3c14715204b3684 - - default default] TaaS: Handle Delete Port: d845db51-3ca2-4e4c-b06b-36255fa9ddf3 2026-05-13 01:27:14.873 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07dea432-c993-4458-a9ec-597da2db8c6e c64044c2d2804b56b03ee80c83f4dd47 a0323ee48390479ea3c14715204b3684 - - default default] Tap Mirror: Handle Delete Port: d845db51-3ca2-4e4c-b06b-36255fa9ddf3 [pid: 8|app: 0|req: 1249/2388] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:27:14 2026] DELETE /v2.0/networks/9acd8420-a6c4-4b4b-872c-0cf023e12028 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:27:15.141 8 INFO neutron.services.segments.plugin [-] Segment 02f8cf8b-1d83-4701-bad8-923be874e31d resource provider aggregate not found 2026-05-13 01:27:15.153 8 INFO neutron.services.segments.plugin [-] Segment 02f8cf8b-1d83-4701-bad8-923be874e31d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02f8cf8b-1d83-4701-bad8-923be874e31d found for delete ", "request_id": "req-71e1aa94-4dd9-4a3c-b1c8-a8a82a39a13a"}]} 2026-05-13 01:27:15.159 8 INFO neutron.services.segments.plugin [-] Segment 02f8cf8b-1d83-4701-bad8-923be874e31d resource provider aggregate not found 2026-05-13 01:27:15.184 8 INFO neutron.services.segments.plugin [-] Segment 02f8cf8b-1d83-4701-bad8-923be874e31d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02f8cf8b-1d83-4701-bad8-923be874e31d found for delete ", "request_id": "req-64f8a22b-395e-4311-8345-fc5954c6c0cf"}]} 2026-05-13 01:27:15.228 7 INFO neutron.services.segments.plugin [-] Segment 94026405-2f60-4d7b-bcfe-16a158cee25e resource provider aggregate not found 2026-05-13 01:27:15.235 7 INFO neutron.services.segments.plugin [-] Segment 94026405-2f60-4d7b-bcfe-16a158cee25e resource provider aggregate not found 2026-05-13 01:27:15.245 7 INFO neutron.services.segments.plugin [-] Segment 94026405-2f60-4d7b-bcfe-16a158cee25e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94026405-2f60-4d7b-bcfe-16a158cee25e found for delete ", "request_id": "req-eaaebb69-fda1-4eb6-be01-70833254e629"}]} 2026-05-13 01:27:15.252 7 INFO neutron.services.segments.plugin [-] Segment 94026405-2f60-4d7b-bcfe-16a158cee25e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94026405-2f60-4d7b-bcfe-16a158cee25e found for delete ", "request_id": "req-97f95fd0-4379-41cc-94f6-cfef073e5eec"}]} [pid: 7|app: 0|req: 1140/2389] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:27:15 2026] DELETE /v2.0/networks/a3af051a-d5ac-4d4c-9e39-7f7138b5b447 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2390] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:27:15 2026] DELETE /v2.0/networks/c322dd8b-6718-40d2-96f5-14ac9e053d60 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2391] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:27:15 2026] DELETE /v2.0/networks/b156af8f-e87a-492e-87ef-14562c5697cd => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2392] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:27:15 2026] DELETE /v2.0/networks/6956b1a1-b580-4586-8a86-f33195e62e8e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2393] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:27:16 2026] GET /v2.0/security-groups?tenant_id=9b3797d8c5b44aeba373c6b76643cc2b&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2394] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:27:16 2026] DELETE /v2.0/security-groups/2e904e0e-2bb2-4ff2-be16-42255c545a4b => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2395] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:27:16 2026] GET /v2.0/security-groups?tenant_id=a0323ee48390479ea3c14715204b3684&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2396] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:27:16 2026] DELETE /v2.0/security-groups/dbd7c132-ddab-479f-a644-60d1e377a418 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:27:17.177 8 INFO neutron.services.segments.plugin [-] Segment 2f651712-f3e3-4023-bfc5-81a2cbcc3ce8 resource provider aggregate not found 2026-05-13 01:27:17.202 8 INFO neutron.services.segments.plugin [-] Segment 2f651712-f3e3-4023-bfc5-81a2cbcc3ce8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f651712-f3e3-4023-bfc5-81a2cbcc3ce8 found for delete ", "request_id": "req-6d880b4b-a21c-4edf-b01e-47d176e490d3"}]} 2026-05-13 01:27:17.207 8 INFO neutron.services.segments.plugin [-] Segment 2f651712-f3e3-4023-bfc5-81a2cbcc3ce8 resource provider aggregate not found 2026-05-13 01:27:17.227 8 INFO neutron.services.segments.plugin [-] Segment 2f651712-f3e3-4023-bfc5-81a2cbcc3ce8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f651712-f3e3-4023-bfc5-81a2cbcc3ce8 found for delete ", "request_id": "req-cce9f894-61a7-4613-ad01-d74d54d4fe1b"}]} 2026-05-13 01:27:17.233 8 INFO neutron.services.segments.plugin [-] Segment 42bea55e-e55c-4d0c-a270-652cce1ac854 resource provider aggregate not found 2026-05-13 01:27:17.248 8 INFO neutron.services.segments.plugin [-] Segment 42bea55e-e55c-4d0c-a270-652cce1ac854 resource provider aggregate not found 2026-05-13 01:27:17.252 8 INFO neutron.services.segments.plugin [-] Segment 42bea55e-e55c-4d0c-a270-652cce1ac854 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42bea55e-e55c-4d0c-a270-652cce1ac854 found for delete ", "request_id": "req-74a1be98-c18b-4827-9562-df957c09e2ba"}]} 2026-05-13 01:27:17.262 7 INFO neutron.services.segments.plugin [-] Segment 91f2efa2-7ceb-4c56-87e2-1c1976686d8f resource provider aggregate not found 2026-05-13 01:27:17.268 8 INFO neutron.services.segments.plugin [-] Segment 42bea55e-e55c-4d0c-a270-652cce1ac854 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42bea55e-e55c-4d0c-a270-652cce1ac854 found for delete ", "request_id": "req-149b7c4b-813a-41b0-9240-146353e5a037"}]} 2026-05-13 01:27:17.272 7 INFO neutron.services.segments.plugin [-] Segment 91f2efa2-7ceb-4c56-87e2-1c1976686d8f resource provider aggregate not found 2026-05-13 01:27:17.282 7 INFO neutron.services.segments.plugin [-] Segment 91f2efa2-7ceb-4c56-87e2-1c1976686d8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91f2efa2-7ceb-4c56-87e2-1c1976686d8f found for delete ", "request_id": "req-7a345d25-d6ec-40ed-b9bd-58ba405f4640"}]} 2026-05-13 01:27:17.295 7 INFO neutron.services.segments.plugin [-] Segment 91f2efa2-7ceb-4c56-87e2-1c1976686d8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91f2efa2-7ceb-4c56-87e2-1c1976686d8f found for delete ", "request_id": "req-bdcde6dc-f6ee-4556-a508-fe16b984d8e9"}]} [pid: 7|app: 0|req: 1144/2397] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:27:17 2026] GET /v2.0/security-groups?tenant_id=70ca334d0e7941eaba537d97b12dc35d&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: 1254/2398] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:27:17 2026] DELETE /v2.0/security-groups/bab9b7f3-5f3f-49f6-8c11-f5f903da818e => 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: 1145/2399] 10.0.0.225 () {34 vars in 675 bytes} [Wed May 13 01:27:20 2026] POST /v2.0/floatingips => generated 552 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2400] 10.0.0.225 () {34 vars in 758 bytes} [Wed May 13 01:27:21 2026] PUT /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2401] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:27:21 2026] GET /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2402] 10.0.0.225 () {34 vars in 769 bytes} [Wed May 13 01:27:21 2026] PUT /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2403] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:27:21 2026] GET /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2404] 10.0.0.225 () {34 vars in 765 bytes} [Wed May 13 01:27:21 2026] PUT /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags/red => 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: 1148/2405] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:27:21 2026] GET /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2406] 10.0.0.225 () {34 vars in 787 bytes} [Wed May 13 01:27:21 2026] PUT /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2407] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:27:21 2026] GET /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags => generated 52 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2408] 10.0.0.225 () {34 vars in 758 bytes} [Wed May 13 01:27:21 2026] PUT /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2409] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:27:21 2026] GET /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2410] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:27:21 2026] GET /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:27:21.854 7 INFO neutron.api.v2.resource [None req-5ba2cc1d-e814-4958-aea1-8717e24fbb55 9256959286464db8aa7939ab9aae823f 9834dd60b1c14edabf2c4ec00182af5d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1151/2411] 10.0.0.225 () {32 vars in 750 bytes} [Wed May 13 01:27:21 2026] GET /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2412] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:27:21 2026] DELETE /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2413] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:27:21 2026] GET /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:27:21.997 8 INFO neutron.api.v2.resource [None req-947b51f7-a82b-482d-9503-89d57dfa19c9 9256959286464db8aa7939ab9aae823f 9834dd60b1c14edabf2c4ec00182af5d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1262/2414] 10.0.0.225 () {32 vars in 753 bytes} [Wed May 13 01:27:21 2026] DELETE /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2415] 10.0.0.225 () {32 vars in 741 bytes} [Wed May 13 01:27:22 2026] DELETE /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags => 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: 1263/2416] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:27:22 2026] GET /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:27:22.230 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f1a689d-ff83-4298-8fa5-1639f7062db5 9256959286464db8aa7939ab9aae823f 9834dd60b1c14edabf2c4ec00182af5d - - default default] TaaS: Handle Delete Port: 49327461-65aa-4a1e-ad0b-81d75c56578b 2026-05-13 01:27:22.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f1a689d-ff83-4298-8fa5-1639f7062db5 9256959286464db8aa7939ab9aae823f 9834dd60b1c14edabf2c4ec00182af5d - - default default] Tap Mirror: Handle Delete Port: 49327461-65aa-4a1e-ad0b-81d75c56578b [pid: 7|app: 0|req: 1154/2417] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:27:22 2026] DELETE /v2.0/floatingips/5ade3e3c-2af2-426c-9d95-9013b8828b6a => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2420] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:27:23 2026] GET /v2.0/security-groups?tenant_id=9834dd60b1c14edabf2c4ec00182af5d&name=default => generated 2929 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2421] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:27:23 2026] DELETE /v2.0/security-groups/3e1e68f5-5f66-4d77-8f05-dfa4544866bd => 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: 1266/2422] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:27:23 2026] GET /v2.0/security-groups?tenant_id=b759714ec6094f489bdb2dba6665015e&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2423] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:27:23 2026] DELETE /v2.0/security-groups/c76874a9-d4b0-4fcf-970e-17056cbf5a8d => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:27:26.815 8 INFO neutron.db.segments_db [None req-fd995a10-969b-4a2a-a4ce-d4303a145e7a 6e5226a065084234a40bf4ae899af22c 18f1c8e7e21742bd93ebb31749e264c3 - - default default] Added segment 5e8015d7-759a-4af2-a266-10d591e2069e of type vxlan for network 1b12bdc8-9e83-4d6f-9d8f-945c97550847 2026-05-13 01:27:27.098 8 INFO neutron.db.l3_hamode_db [None req-fd995a10-969b-4a2a-a4ce-d4303a145e7a 6e5226a065084234a40bf4ae899af22c 18f1c8e7e21742bd93ebb31749e264c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-13 01:27:27.222 8 INFO neutron.db.l3_hamode_db [None req-fd995a10-969b-4a2a-a4ce-d4303a145e7a 6e5226a065084234a40bf4ae899af22c 18f1c8e7e21742bd93ebb31749e264c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1267/2424] 10.0.0.225 () {34 vars in 667 bytes} [Wed May 13 01:27:26 2026] POST /v2.0/routers => generated 474 bytes in 1214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2425] 10.0.0.225 () {34 vars in 750 bytes} [Wed May 13 01:27:27 2026] PUT /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2426] 10.0.0.225 () {32 vars in 730 bytes} [Wed May 13 01:27:27 2026] GET /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2427] 10.0.0.225 () {34 vars in 761 bytes} [Wed May 13 01:27:28 2026] PUT /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/tags/green => generated 4 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2428] 10.0.0.225 () {32 vars in 730 bytes} [Wed May 13 01:27:28 2026] GET /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2429] 10.0.0.225 () {34 vars in 757 bytes} [Wed May 13 01:27:28 2026] PUT /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/tags/red => generated 4 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2430] 10.0.0.225 () {32 vars in 730 bytes} [Wed May 13 01:27:28 2026] GET /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2431] 10.0.0.225 () {34 vars in 779 bytes} [Wed May 13 01:27:28 2026] PUT /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/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: 8|app: 0|req: 1271/2432] 10.0.0.225 () {32 vars in 730 bytes} [Wed May 13 01:27:28 2026] GET /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/tags => generated 52 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2433] 10.0.0.225 () {34 vars in 750 bytes} [Wed May 13 01:27:28 2026] PUT /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/tags => generated 37 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2434] 10.0.0.225 () {32 vars in 730 bytes} [Wed May 13 01:27:28 2026] GET /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/tags => generated 37 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2435] 10.0.0.225 () {32 vars in 738 bytes} [Wed May 13 01:27:29 2026] GET /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/tags/red => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:27:29.191 8 INFO neutron.api.v2.resource [None req-6695fd90-0ce9-48e6-9cf3-a4a22df90098 6e5226a065084234a40bf4ae899af22c 18f1c8e7e21742bd93ebb31749e264c3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1273/2436] 10.0.0.225 () {32 vars in 742 bytes} [Wed May 13 01:27:29 2026] GET /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/tags/green => generated 99 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2437] 10.0.0.225 () {32 vars in 741 bytes} [Wed May 13 01:27:29 2026] DELETE /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/tags/red => 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: 1274/2438] 10.0.0.225 () {32 vars in 730 bytes} [Wed May 13 01:27:29 2026] GET /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/tags => generated 30 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:27:29.482 7 INFO neutron.api.v2.resource [None req-40634dd6-e91d-420f-ad45-93d42ff023c6 6e5226a065084234a40bf4ae899af22c 18f1c8e7e21742bd93ebb31749e264c3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1165/2439] 10.0.0.225 () {32 vars in 745 bytes} [Wed May 13 01:27:29 2026] DELETE /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/tags/green => generated 99 bytes in 90 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2440] 10.0.0.225 () {32 vars in 733 bytes} [Wed May 13 01:27:29 2026] DELETE /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/tags => 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: 1166/2441] 10.0.0.225 () {32 vars in 730 bytes} [Wed May 13 01:27:29 2026] GET /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d/tags => generated 12 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2442] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:27:29 2026] GET /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2443] 10.0.0.225 () {34 vars in 741 bytes} [Wed May 13 01:27:29 2026] PUT /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d => generated 480 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2444] 10.0.0.225 () {32 vars in 735 bytes} [Wed May 13 01:27:30 2026] GET /v2.0/ports?device_id=9446a309-3794-4586-a617-48335ec93a4d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:27:30.424 7 INFO neutron_taas.services.taas.taas_plugin [None req-2daca311-570f-412f-bc2f-d061bce9dc27 6e5226a065084234a40bf4ae899af22c 18f1c8e7e21742bd93ebb31749e264c3 - - default default] TaaS: Handle Delete Port: 9170ef84-bbf3-4791-bc59-7172b884816d 2026-05-13 01:27:30.427 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2daca311-570f-412f-bc2f-d061bce9dc27 6e5226a065084234a40bf4ae899af22c 18f1c8e7e21742bd93ebb31749e264c3 - - default default] Tap Mirror: Handle Delete Port: 9170ef84-bbf3-4791-bc59-7172b884816d 2026-05-13 01:27:30.731 7 INFO neutron.services.segments.plugin [-] Segment 5e8015d7-759a-4af2-a266-10d591e2069e resource provider aggregate not found 2026-05-13 01:27:30.739 7 INFO neutron.services.segments.plugin [-] Segment 5e8015d7-759a-4af2-a266-10d591e2069e resource provider aggregate not found 2026-05-13 01:27:30.753 7 INFO neutron.services.segments.plugin [-] Segment 5e8015d7-759a-4af2-a266-10d591e2069e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e8015d7-759a-4af2-a266-10d591e2069e found for delete ", "request_id": "req-4a854349-8b20-4023-b171-d9e7e48deb0b"}]} 2026-05-13 01:27:30.761 7 INFO neutron.services.segments.plugin [-] Segment 5e8015d7-759a-4af2-a266-10d591e2069e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e8015d7-759a-4af2-a266-10d591e2069e found for delete ", "request_id": "req-300d2bdc-de64-433f-814d-5fab1a413bdc"}]} 2026-05-13 01:27:30.768 7 INFO neutron.db.l3_hamode_db [None req-2daca311-570f-412f-bc2f-d061bce9dc27 6e5226a065084234a40bf4ae899af22c 18f1c8e7e21742bd93ebb31749e264c3 - - default default] HA network 1b12bdc8-9e83-4d6f-9d8f-945c97550847 was deleted as no HA routers are present in tenant 18f1c8e7e21742bd93ebb31749e264c3. [pid: 7|app: 0|req: 1168/2445] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:27:30 2026] DELETE /v2.0/routers/9446a309-3794-4586-a617-48335ec93a4d => generated 0 bytes in 510 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2446] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:27:31 2026] GET /v2.0/security-groups?tenant_id=18f1c8e7e21742bd93ebb31749e264c3&name=default => generated 2929 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2447] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:27:31 2026] DELETE /v2.0/security-groups/8e4847b2-3914-4f39-9592-e7b35fc2e12c => 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: 1279/2448] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:27:31 2026] GET /v2.0/security-groups?tenant_id=c2bbd8a9646e4038bacb7f9108c22491&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2449] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:27:31 2026] DELETE /v2.0/security-groups/427168d4-3825-4df6-9b81-fcc7054d943c => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:27:35.709 8 INFO neutron.db.segments_db [None req-1a3b9a50-a5d0-4501-a116-ebf597905584 e1ce680f453b4a069b71f4b7372adbca d112709f055c4ec6b2691f132ed6f409 - - default default] Added segment 3a71f8a6-4e9d-488c-9379-0ea317ee40a4 of type vxlan for network 9f8195e4-89be-4fa8-a21d-8a5d3c7f5a7e [pid: 8|app: 0|req: 1280/2450] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:27:35 2026] POST /v2.0/networks => generated 613 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-13 01:27:35.851 7 INFO neutron.db.segments_db [None req-ab092bb2-8e7f-4342-a8fd-7f9fbea4785b e1ce680f453b4a069b71f4b7372adbca d112709f055c4ec6b2691f132ed6f409 - - default default] Added segment 097a5775-8d7d-452f-bfae-7824f2b14a32 of type vxlan for network 9bdb1cc9-99e8-404d-b1fd-c830bdae8b0a [pid: 7|app: 0|req: 1171/2451] 10.0.0.225 () {34 vars in 669 bytes} [Wed May 13 01:27:35 2026] POST /v2.0/networks => generated 613 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2452] 10.0.0.225 () {34 vars in 752 bytes} [Wed May 13 01:27:35 2026] PUT /v2.0/networks/9f8195e4-89be-4fa8-a21d-8a5d3c7f5a7e/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2453] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:27:36 2026] GET /v2.0/networks/9f8195e4-89be-4fa8-a21d-8a5d3c7f5a7e/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2454] 10.0.0.225 () {34 vars in 752 bytes} [Wed May 13 01:27:36 2026] PUT /v2.0/networks/9bdb1cc9-99e8-404d-b1fd-c830bdae8b0a/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2455] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:27:36 2026] GET /v2.0/networks/9bdb1cc9-99e8-404d-b1fd-c830bdae8b0a/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2456] 10.0.0.225 () {34 vars in 752 bytes} [Wed May 13 01:27:36 2026] PUT /v2.0/networks/9bdb1cc9-99e8-404d-b1fd-c830bdae8b0a/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2457] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:27:36 2026] GET /v2.0/networks/9bdb1cc9-99e8-404d-b1fd-c830bdae8b0a/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2458] 10.0.0.225 () {32 vars in 732 bytes} [Wed May 13 01:27:36 2026] GET /v2.0/networks/9f8195e4-89be-4fa8-a21d-8a5d3c7f5a7e/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:27:36.436 7 INFO neutron.services.segments.plugin [-] Segment 3a71f8a6-4e9d-488c-9379-0ea317ee40a4 resource provider aggregate not found 2026-05-13 01:27:36.441 7 INFO neutron.services.segments.plugin [-] Segment 3a71f8a6-4e9d-488c-9379-0ea317ee40a4 resource provider aggregate not found 2026-05-13 01:27:36.456 7 INFO neutron.services.segments.plugin [-] Segment 3a71f8a6-4e9d-488c-9379-0ea317ee40a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a71f8a6-4e9d-488c-9379-0ea317ee40a4 found for delete ", "request_id": "req-7e8a76b7-a262-46af-bc03-95a3828f6645"}]} [pid: 7|app: 0|req: 1175/2459] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:27:36 2026] DELETE /v2.0/networks/9f8195e4-89be-4fa8-a21d-8a5d3c7f5a7e => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:27:36.473 7 INFO neutron.services.segments.plugin [-] Segment 3a71f8a6-4e9d-488c-9379-0ea317ee40a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a71f8a6-4e9d-488c-9379-0ea317ee40a4 found for delete ", "request_id": "req-d4dafe48-70cc-47a7-afb8-0ebac6bb360e"}]} 2026-05-13 01:27:36.577 8 INFO neutron.services.segments.plugin [-] Segment 097a5775-8d7d-452f-bfae-7824f2b14a32 resource provider aggregate not found 2026-05-13 01:27:36.582 8 INFO neutron.services.segments.plugin [-] Segment 097a5775-8d7d-452f-bfae-7824f2b14a32 resource provider aggregate not found 2026-05-13 01:27:36.599 8 INFO neutron.services.segments.plugin [-] Segment 097a5775-8d7d-452f-bfae-7824f2b14a32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 097a5775-8d7d-452f-bfae-7824f2b14a32 found for delete ", "request_id": "req-a53d8ca6-a881-4aa4-9d2c-51daceb344b4"}]} [pid: 8|app: 0|req: 1285/2460] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:27:36 2026] DELETE /v2.0/networks/9bdb1cc9-99e8-404d-b1fd-c830bdae8b0a => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:27:36.616 8 INFO neutron.services.segments.plugin [-] Segment 097a5775-8d7d-452f-bfae-7824f2b14a32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 097a5775-8d7d-452f-bfae-7824f2b14a32 found for delete ", "request_id": "req-3c451314-3a7f-4271-a79c-cdc3a8f06873"}]} [pid: 7|app: 0|req: 1176/2461] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:27:37 2026] GET /v2.0/security-groups?tenant_id=d112709f055c4ec6b2691f132ed6f409&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: 1286/2462] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:27:37 2026] DELETE /v2.0/security-groups/50acce2e-c3d8-4cf2-abc5-96e2ade6f42a => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2465] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:27:37 2026] GET /v2.0/security-groups?tenant_id=19f564cfd2454720917987bd9ec665fd&name=default => generated 2929 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2466] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:27:37 2026] DELETE /v2.0/security-groups/96c497e0-1e70-433c-9e17-815e663eaf5d => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2467] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:27:41 2026] GET /v2.0/security-groups?tenant_id=0dba0bef06ed4883bdfbfc53cd4955aa&name=default => generated 2929 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2468] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:27:41 2026] DELETE /v2.0/security-groups/87038ffc-c7f6-445c-a506-3676e93c43f9 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2469] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:27:41 2026] GET /v2.0/security-groups?tenant_id=ad6128a3e77647b8a853def89c6bf7a6&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2470] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:27:42 2026] DELETE /v2.0/security-groups/04e140ca-9807-453d-b9bb-f273470df281 => 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: 1181/2471] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:27:49 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: 1291/2472] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:27:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2473] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:27:49 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: 1292/2474] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:27:49 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: 1183/2475] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:27:49 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2476] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:27:49 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2477] 199.204.45.35 () {34 vars in 715 bytes} [Wed May 13 01:27:49 2026] POST /v2.0/ports => generated 1059 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2478] 10.0.0.174 () {34 vars in 970 bytes} [Wed May 13 01:27:50 2026] GET /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 1059 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2479] 10.0.0.174 () {34 vars in 906 bytes} [Wed May 13 01:27:50 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: 1295/2480] 199.204.45.35 () {34 vars in 1260 bytes} [Wed May 13 01:27:51 2026] GET /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb?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: 7|app: 0|req: 1186/2481] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:27:51 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2482] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:27:51 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2483] 199.204.45.35 () {34 vars in 973 bytes} [Wed May 13 01:27:51 2026] GET /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 1059 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2484] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:27:51 2026] GET /v2.0/networks?id=f2bf4375-202a-4289-904c-b937b3a2f913 => generated 803 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2485] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:27:51 2026] PUT /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 1249 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:27:52.377 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5df35007-57cc-4936-a3ca-4b4b1d462621'] response: {'name': 'network-changed', 'server_uuid': '18a0a2e3-42db-4d70-8712-a8f7ae04d019', 'tag': '8d833055-81be-448e-ad16-26d4f9ac6ffb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1299/2488] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:27:52 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 2485 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2489] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:27:52 2026] GET /v2.0/networks?id=f2bf4375-202a-4289-904c-b937b3a2f913 => generated 803 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2490] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:27:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.153&port_id=8d833055-81be-448e-ad16-26d4f9ac6ffb => 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: 1191/2491] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:27:53 2026] GET /v2.0/subnets?id=5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2492] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:27:53 2026] GET /v2.0/ports?network_id=f2bf4375-202a-4289-904c-b937b3a2f913&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2493] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:27:53 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2494] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:27:53 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2495] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:27:54 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 2485 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2496] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:27:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.79&port_id=6e9b5364-7b08-47ee-b663-5791623a961f => 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: 1194/2497] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:27:54 2026] GET /v2.0/subnets?id=93f425aa-1c7a-49b8-a069-bb52c4bb21f9 => 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: 1304/2498] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:27:54 2026] GET /v2.0/ports?network_id=d53104ad-8d0c-4d0c-b443-aa6d2ddce07d&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2499] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:27:54 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d?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: 1305/2500] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:27:54 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2501] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:27:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.153&port_id=8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2502] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:27:54 2026] GET /v2.0/subnets?id=5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 678 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2503] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:27:54 2026] GET /v2.0/ports?network_id=f2bf4375-202a-4289-904c-b937b3a2f913&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2504] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:27:54 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2505] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:27:54 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2506] 10.0.0.174 () {34 vars in 970 bytes} [Wed May 13 01:27:58 2026] GET /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 1251 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2507] 199.204.45.35 () {34 vars in 787 bytes} [Wed May 13 01:27:58 2026] PUT /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 1276 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:27:58.994 8 INFO neutron.api.v2.resource [None req-3fc5a52e-879b-44da-9a8d-5f1024e8bdca 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1309/2508] 199.204.45.35 () {30 vars in 761 bytes} [Wed May 13 01:27:58 2026] GET /v2.0/security-groups/lb-d23fcc4f-a6c1-4864-b76e-4f40ef8ddc79 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:27:59.017 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-573ae631-1d4b-4fce-8522-6feb81f49194'] response: {'name': 'network-changed', 'server_uuid': '18a0a2e3-42db-4d70-8712-a8f7ae04d019', 'tag': '8d833055-81be-448e-ad16-26d4f9ac6ffb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1200/2509] 199.204.45.35 () {30 vars in 783 bytes} [Wed May 13 01:27:59 2026] GET /v2.0/security-groups?name=lb-d23fcc4f-a6c1-4864-b76e-4f40ef8ddc79 => 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: 1310/2510] 199.204.45.35 () {34 vars in 787 bytes} [Wed May 13 01:27:59 2026] PUT /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 1314 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:27:59.301 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc14a15e-ed0a-4a17-9f9d-f67faba3977c'] response: {'name': 'network-changed', 'server_uuid': '18a0a2e3-42db-4d70-8712-a8f7ae04d019', 'tag': '8d833055-81be-448e-ad16-26d4f9ac6ffb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1201/2511] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:27:59 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1311/2512] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:27:59 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: 1202/2513] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:27:59 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2514] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:27: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: 1203/2515] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:27:59 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2516] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:27:59 2026] GET /v2.0/ports/542f6087-5cd5-4195-a1a4-446c81252a69 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2517] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:27:59 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2518] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:27:59 2026] GET /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2519] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:27:59 2026] GET /v2.0/networks?id=f2bf4375-202a-4289-904c-b937b3a2f913 => generated 803 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2520] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:27:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.153&port_id=8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2521] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:27:59 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2522] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:27:59 2026] GET /v2.0/subnets?id=5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 678 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2523] 199.204.45.35 () {30 vars in 741 bytes} [Wed May 13 01:27:59 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2524] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:27:59 2026] GET /v2.0/ports?network_id=f2bf4375-202a-4289-904c-b937b3a2f913&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: 1317/2525] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:27:59 2026] GET /v2.0/ports/542f6087-5cd5-4195-a1a4-446c81252a69 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2526] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:27:59 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?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: 1210/2527] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:27:59 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2528] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:27:59 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?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: 1211/2529] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:28:00 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 2586 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2530] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:28:00 2026] GET /v2.0/networks?id=f2bf4375-202a-4289-904c-b937b3a2f913 => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2531] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:28:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.153&port_id=8d833055-81be-448e-ad16-26d4f9ac6ffb => 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: 1320/2532] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:28:00 2026] GET /v2.0/subnets?id=5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2533] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:28:00 2026] GET /v2.0/ports?network_id=f2bf4375-202a-4289-904c-b937b3a2f913&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2534] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:28:01 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2535] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:28:01 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?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) 2026-05-13 01:28:09.133 8 INFO neutron.db.l3_db [None req-f2fb943d-8dcd-4201-9726-c5b6657f6692 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Floating IP 70bbe7ad-17b2-4c69-9c34-dfdbc3c5faf9 associated. External IP: 10.96.250.206, port: 542f6087-5cd5-4195-a1a4-446c81252a69. [pid: 8|app: 0|req: 1323/2538] 10.0.0.225 () {34 vars in 676 bytes} [Wed May 13 01:28:08 2026] POST /v2.0/floatingips => generated 899 bytes in 999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2539] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:28:12 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: 1324/2540] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:28:12 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: 1217/2541] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:28:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2542] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:28:12 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:28:12.122 7 INFO neutron.api.v2.resource [None req-4ec8d967-2306-44e5-90de-f8cd779f50f2 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1218/2543] 199.204.45.35 () {30 vars in 761 bytes} [Wed May 13 01:28:12 2026] GET /v2.0/security-groups/lb-d23fcc4f-a6c1-4864-b76e-4f40ef8ddc79 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2544] 199.204.45.35 () {30 vars in 783 bytes} [Wed May 13 01:28:12 2026] GET /v2.0/security-groups?name=lb-d23fcc4f-a6c1-4864-b76e-4f40ef8ddc79 => generated 1639 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2545] 199.204.45.35 () {30 vars in 813 bytes} [Wed May 13 01:28:12 2026] GET /v2.0/security-group-rules?security_group_id=d0ea111a-a0e1-4d99-86b0-8067d2293de6 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2546] 199.204.45.35 () {34 vars in 745 bytes} [Wed May 13 01:28:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2547] 199.204.45.35 () {34 vars in 745 bytes} [Wed May 13 01:28:12 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) [pid: 8|app: 0|req: 1328/2548] 10.0.0.132 () {30 vars in 689 bytes} [Wed May 13 01:28:20 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: 1221/2549] 10.0.0.132 () {30 vars in 691 bytes} [Wed May 13 01:28:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2550] 10.0.0.132 () {30 vars in 667 bytes} [Wed May 13 01:28:20 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: 1222/2551] 10.0.0.132 () {30 vars in 703 bytes} [Wed May 13 01:28:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2552] 10.0.0.132 () {28 vars in 438 bytes} [Wed May 13 01:28:20 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2553] 10.0.0.132 () {30 vars in 727 bytes} [Wed May 13 01:28:20 2026] GET /v2.0/subnets/6e39e8fe-9d0a-4e1c-bce0-c9581986ed39 => generated 655 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2554] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:28:21 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/2555] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:28:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2556] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:28:21 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: 1225/2557] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:28:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2558] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:28:21 2026] GET /v2.0/subnets/6e39e8fe-9d0a-4e1c-bce0-c9581986ed39 => generated 673 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2559] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:28:21 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2560] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:28:21 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: 1227/2561] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:28:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2562] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:28:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2563] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:28:21 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: 1336/2564] 199.204.45.35 () {34 vars in 715 bytes} [Wed May 13 01:28:21 2026] POST /v2.0/ports => generated 1328 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2565] 10.0.0.174 () {34 vars in 970 bytes} [Wed May 13 01:28:21 2026] GET /v2.0/ports/267edda0-7f86-4490-b372-530aac0d0b48 => generated 1328 bytes in 27 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: 1337/2566] 10.0.0.174 () {34 vars in 906 bytes} [Wed May 13 01:28:21 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: 7|app: 0|req: 1231/2569] 199.204.45.35 () {34 vars in 1260 bytes} [Wed May 13 01:28:23 2026] GET /v2.0/ports/267edda0-7f86-4490-b372-530aac0d0b48?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2570] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:28:23 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?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: 1232/2571] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:28:23 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2572] 199.204.45.35 () {34 vars in 973 bytes} [Wed May 13 01:28:23 2026] GET /v2.0/ports/267edda0-7f86-4490-b372-530aac0d0b48 => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2573] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:28:23 2026] GET /v2.0/networks?id=d56aced9-0c76-45f2-b24d-98f3c314e710 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2574] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:28:23 2026] PUT /v2.0/ports/267edda0-7f86-4490-b372-530aac0d0b48 => generated 1518 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:28:24.267 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d04362a0-5daf-4226-8afc-1345433a5787'] response: {'name': 'network-changed', 'server_uuid': '18a0a2e3-42db-4d70-8712-a8f7ae04d019', 'tag': '267edda0-7f86-4490-b372-530aac0d0b48', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1234/2575] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:28:24 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 4096 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1342/2576] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:28:24 2026] GET /v2.0/networks?id=d56aced9-0c76-45f2-b24d-98f3c314e710 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2577] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:28:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.246&port_id=267edda0-7f86-4490-b372-530aac0d0b48 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2578] 199.204.45.35 () {34 vars in 1102 bytes} [Wed May 13 01:28:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A199&port_id=267edda0-7f86-4490-b372-530aac0d0b48 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2579] 199.204.45.35 () {34 vars in 1062 bytes} [Wed May 13 01:28:24 2026] GET /v2.0/subnets?id=2eee3e4b-275b-4af0-b7cb-19b49040620d&id=6e39e8fe-9d0a-4e1c-bce0-c9581986ed39 => generated 1409 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2580] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:28:24 2026] GET /v2.0/ports?network_id=d56aced9-0c76-45f2-b24d-98f3c314e710&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2581] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:28:25 2026] GET /v2.0/ports?network_id=d56aced9-0c76-45f2-b24d-98f3c314e710&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: 1345/2582] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:28:25 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2583] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:28:25 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2584] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 4096 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2585] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.79&port_id=6e9b5364-7b08-47ee-b663-5791623a961f => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2586] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/subnets?id=93f425aa-1c7a-49b8-a069-bb52c4bb21f9 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2587] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/ports?network_id=d53104ad-8d0c-4d0c-b443-aa6d2ddce07d&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2588] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d?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: 1241/2589] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d?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: 1349/2590] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.153&port_id=8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2591] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/subnets?id=5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2592] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/ports?network_id=f2bf4375-202a-4289-904c-b937b3a2f913&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2593] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?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: 1351/2594] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?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: 1244/2595] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.246&port_id=267edda0-7f86-4490-b372-530aac0d0b48 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2596] 199.204.45.35 () {34 vars in 1102 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A199&port_id=267edda0-7f86-4490-b372-530aac0d0b48 => 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: 1245/2597] 199.204.45.35 () {34 vars in 1062 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/subnets?id=2eee3e4b-275b-4af0-b7cb-19b49040620d&id=6e39e8fe-9d0a-4e1c-bce0-c9581986ed39 => generated 1409 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2598] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/ports?network_id=d56aced9-0c76-45f2-b24d-98f3c314e710&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2599] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/ports?network_id=d56aced9-0c76-45f2-b24d-98f3c314e710&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2600] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2601] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:28:26 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2602] 10.0.0.174 () {34 vars in 970 bytes} [Wed May 13 01:28:31 2026] GET /v2.0/ports/267edda0-7f86-4490-b372-530aac0d0b48 => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2603] 199.204.45.35 () {30 vars in 741 bytes} [Wed May 13 01:28:31 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710 => generated 797 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2604] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:28:31 2026] GET /v2.0/subnets/6e39e8fe-9d0a-4e1c-bce0-c9581986ed39 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2605] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:28:31 2026] GET /v2.0/subnets/2eee3e4b-275b-4af0-b7cb-19b49040620d => generated 743 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2606] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:28:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2607] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:28:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2608] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:28:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2609] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:28:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2610] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:28:31 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2611] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:28:31 2026] GET /v2.0/ports/542f6087-5cd5-4195-a1a4-446c81252a69 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2612] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:28:31 2026] GET /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2613] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:28:31 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2614] 199.204.45.35 () {30 vars in 741 bytes} [Wed May 13 01:28:31 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2615] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:28:31 2026] GET /v2.0/ports/542f6087-5cd5-4195-a1a4-446c81252a69 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2616] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:28:31 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2617] 10.0.0.132 () {30 vars in 689 bytes} [Wed May 13 01:28:35 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: 1363/2618] 10.0.0.132 () {30 vars in 691 bytes} [Wed May 13 01:28:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2619] 10.0.0.132 () {30 vars in 667 bytes} [Wed May 13 01:28:35 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: 1364/2620] 10.0.0.132 () {30 vars in 703 bytes} [Wed May 13 01:28:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2621] 10.0.0.132 () {28 vars in 438 bytes} [Wed May 13 01:28:36 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2622] 10.0.0.132 () {30 vars in 727 bytes} [Wed May 13 01:28:36 2026] GET /v2.0/subnets/da3d9336-1084-4838-9390-f174b01d7bb6 => generated 656 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2623] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:28:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2624] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:28:37 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: 1259/2625] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:28:37 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: 1367/2626] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:28:37 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: 1260/2627] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:28:37 2026] GET /v2.0/subnets/6e39e8fe-9d0a-4e1c-bce0-c9581986ed39 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2628] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:28:37 2026] GET /v2.0/subnets/da3d9336-1084-4838-9390-f174b01d7bb6 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2631] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:28:37 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 4098 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2632] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:28:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2633] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:28:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2634] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:28:37 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: 1372/2635] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:28: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: 1264/2636] 199.204.45.35 () {34 vars in 715 bytes} [Wed May 13 01:28:37 2026] POST /v2.0/ports => generated 1332 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2637] 10.0.0.174 () {34 vars in 970 bytes} [Wed May 13 01:28:38 2026] GET /v2.0/ports/1a482b5e-a03a-44d2-80ae-6da8c1e01d57 => generated 1332 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1265/2638] 199.204.45.35 () {34 vars in 1260 bytes} [Wed May 13 01:28:39 2026] GET /v2.0/ports/1a482b5e-a03a-44d2-80ae-6da8c1e01d57?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2639] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:28:39 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?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: 1266/2640] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:28:39 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2641] 199.204.45.35 () {34 vars in 973 bytes} [Wed May 13 01:28:39 2026] GET /v2.0/ports/1a482b5e-a03a-44d2-80ae-6da8c1e01d57 => generated 1332 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2642] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:28:39 2026] GET /v2.0/networks?id=7d211209-4d30-40fd-b3bd-a17982f79320 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2643] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:28:39 2026] PUT /v2.0/ports/1a482b5e-a03a-44d2-80ae-6da8c1e01d57 => generated 1522 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:28:40.405 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8249d44-04b0-4faf-8a5a-2f9825434eb5'] response: {'name': 'network-changed', 'server_uuid': '18a0a2e3-42db-4d70-8712-a8f7ae04d019', 'tag': '1a482b5e-a03a-44d2-80ae-6da8c1e01d57', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1268/2644] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:28:40 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 5612 bytes in 46 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: 1377/2645] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:28:40 2026] GET /v2.0/networks?id=7d211209-4d30-40fd-b3bd-a17982f79320 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2646] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:28:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.216&port_id=1a482b5e-a03a-44d2-80ae-6da8c1e01d57 => 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: 1378/2647] 199.204.45.35 () {34 vars in 1104 bytes} [Wed May 13 01:28:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A219&port_id=1a482b5e-a03a-44d2-80ae-6da8c1e01d57 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2648] 199.204.45.35 () {34 vars in 1062 bytes} [Wed May 13 01:28:41 2026] GET /v2.0/subnets?id=da3d9336-1084-4838-9390-f174b01d7bb6&id=b964c487-4d34-46c2-961a-8d9f8f7ed7ad => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2649] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:28:41 2026] GET /v2.0/ports?network_id=7d211209-4d30-40fd-b3bd-a17982f79320&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2650] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:28:41 2026] GET /v2.0/ports?network_id=7d211209-4d30-40fd-b3bd-a17982f79320&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2651] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:28:41 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2652] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:28:41 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2653] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 5612 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2654] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.79&port_id=6e9b5364-7b08-47ee-b663-5791623a961f => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2655] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/subnets?id=93f425aa-1c7a-49b8-a069-bb52c4bb21f9 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2656] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/ports?network_id=d53104ad-8d0c-4d0c-b443-aa6d2ddce07d&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2657] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2658] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2659] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.153&port_id=8d833055-81be-448e-ad16-26d4f9ac6ffb => 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: 1276/2660] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/subnets?id=5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2661] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/ports?network_id=f2bf4375-202a-4289-904c-b937b3a2f913&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2662] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2663] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2664] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.246&port_id=267edda0-7f86-4490-b372-530aac0d0b48 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2665] 199.204.45.35 () {34 vars in 1102 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A199&port_id=267edda0-7f86-4490-b372-530aac0d0b48 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2666] 199.204.45.35 () {34 vars in 1062 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/subnets?id=2eee3e4b-275b-4af0-b7cb-19b49040620d&id=6e39e8fe-9d0a-4e1c-bce0-c9581986ed39 => generated 1409 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2667] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/ports?network_id=d56aced9-0c76-45f2-b24d-98f3c314e710&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2668] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/ports?network_id=d56aced9-0c76-45f2-b24d-98f3c314e710&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2669] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:28:42 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?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: 1281/2670] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:28:43 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?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: 1390/2671] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:28:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.216&port_id=1a482b5e-a03a-44d2-80ae-6da8c1e01d57 => 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: 1282/2672] 199.204.45.35 () {34 vars in 1104 bytes} [Wed May 13 01:28:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A219&port_id=1a482b5e-a03a-44d2-80ae-6da8c1e01d57 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2673] 199.204.45.35 () {34 vars in 1062 bytes} [Wed May 13 01:28:43 2026] GET /v2.0/subnets?id=da3d9336-1084-4838-9390-f174b01d7bb6&id=b964c487-4d34-46c2-961a-8d9f8f7ed7ad => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2674] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:28:43 2026] GET /v2.0/ports?network_id=7d211209-4d30-40fd-b3bd-a17982f79320&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: 1392/2675] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:28:43 2026] GET /v2.0/ports?network_id=7d211209-4d30-40fd-b3bd-a17982f79320&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2676] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:28:43 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2677] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:28:43 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2678] 10.0.0.174 () {34 vars in 970 bytes} [Wed May 13 01:28:47 2026] GET /v2.0/ports/1a482b5e-a03a-44d2-80ae-6da8c1e01d57 => generated 1524 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2679] 199.204.45.35 () {30 vars in 741 bytes} [Wed May 13 01:28:47 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320 => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2680] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:28:47 2026] GET /v2.0/subnets/da3d9336-1084-4838-9390-f174b01d7bb6 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2681] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:28:47 2026] GET /v2.0/subnets/b964c487-4d34-46c2-961a-8d9f8f7ed7ad => generated 746 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2682] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:28:47 2026] GET /v2.0/ports/267edda0-7f86-4490-b372-530aac0d0b48 => generated 1520 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2683] 199.204.45.35 () {34 vars in 788 bytes} [Wed May 13 01:28:47 2026] PUT /v2.0/ports/267edda0-7f86-4490-b372-530aac0d0b48 => generated 1255 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:28:47.951 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a15b340e-12cf-4d08-bac4-b8e4ba8a8077'] response: {'name': 'network-changed', 'server_uuid': '18a0a2e3-42db-4d70-8712-a8f7ae04d019', 'tag': '267edda0-7f86-4490-b372-530aac0d0b48', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1288/2684] 199.204.45.35 () {30 vars in 741 bytes} [Wed May 13 01:28:47 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710 => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1397/2685] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:28:47 2026] GET /v2.0/subnets/6e39e8fe-9d0a-4e1c-bce0-c9581986ed39 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2686] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:28:48 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: 1398/2687] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:28:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2688] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:28: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: 1399/2689] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:28: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) [pid: 7|app: 0|req: 1291/2690] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:28:48 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2691] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:28:48 2026] GET /v2.0/ports/542f6087-5cd5-4195-a1a4-446c81252a69 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2692] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:28:48 2026] GET /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 1350 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2693] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:28:48 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2694] 199.204.45.35 () {30 vars in 741 bytes} [Wed May 13 01:28:48 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2695] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:28:48 2026] GET /v2.0/ports/542f6087-5cd5-4195-a1a4-446c81252a69 => generated 1132 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2696] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:28:48 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => 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: 1403/2697] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:28:48 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 5385 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2698] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:28:48 2026] GET /v2.0/networks?id=d56aced9-0c76-45f2-b24d-98f3c314e710 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2699] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:28:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.246&port_id=267edda0-7f86-4490-b372-530aac0d0b48 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2700] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:28:48 2026] GET /v2.0/subnets?id=6e39e8fe-9d0a-4e1c-bce0-c9581986ed39 => generated 676 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2701] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:28:48 2026] GET /v2.0/ports?network_id=d56aced9-0c76-45f2-b24d-98f3c314e710&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2702] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:28:48 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2703] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:28:48 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2706] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:29:00 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: 1408/2707] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:29:01 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: 1300/2708] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:29:01 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: 1409/2709] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:29:01 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: 1301/2710] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:29:01 2026] GET /v2.0/subnets/6e39e8fe-9d0a-4e1c-bce0-c9581986ed39 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2711] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:01 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 5385 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2712] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:29:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2713] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:29:01 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: 1303/2714] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:29:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2715] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:29:01 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: 1304/2716] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:29:01 2026] GET /v2.0/ports/1a482b5e-a03a-44d2-80ae-6da8c1e01d57 => generated 1524 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2717] 199.204.45.35 () {34 vars in 788 bytes} [Wed May 13 01:29:01 2026] PUT /v2.0/ports/1a482b5e-a03a-44d2-80ae-6da8c1e01d57 => generated 1255 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:29:01.657 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d79b01f2-d019-43cd-b528-437326d426c7'] response: {'name': 'network-changed', 'server_uuid': '18a0a2e3-42db-4d70-8712-a8f7ae04d019', 'tag': '1a482b5e-a03a-44d2-80ae-6da8c1e01d57', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1305/2718] 199.204.45.35 () {30 vars in 741 bytes} [Wed May 13 01:29:01 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320 => generated 797 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1414/2719] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:29:01 2026] GET /v2.0/subnets/da3d9336-1084-4838-9390-f174b01d7bb6 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2720] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:29:01 2026] GET /v2.0/ports/1a482b5e-a03a-44d2-80ae-6da8c1e01d57 => generated 1291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2721] 199.204.45.35 () {34 vars in 787 bytes} [Wed May 13 01:29:01 2026] PUT /v2.0/ports/1a482b5e-a03a-44d2-80ae-6da8c1e01d57 => generated 1080 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2722] 199.204.45.35 () {30 vars in 741 bytes} [Wed May 13 01:29:02 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320 => generated 797 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1416/2723] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:02 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2724] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:29:02 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2725] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:29:02 2026] GET /v2.0/networks?id=7d211209-4d30-40fd-b3bd-a17982f79320 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2726] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:02 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 4977 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2727] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:29:02 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?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: 1418/2728] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:29:02 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2729] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:03 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:29:03.700 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-544754ce-fa33-4971-955b-cc1b4a2c9c74'] response: {'name': 'network-changed', 'server_uuid': '18a0a2e3-42db-4d70-8712-a8f7ae04d019', 'tag': '1a482b5e-a03a-44d2-80ae-6da8c1e01d57', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1419/2730] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:29:04 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2731] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:29:04 2026] GET /v2.0/networks?id=7d211209-4d30-40fd-b3bd-a17982f79320 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2732] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:29:04 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2733] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:04 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 4977 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2734] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:29:04 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2735] 199.204.45.35 () {34 vars in 973 bytes} [Wed May 13 01:29:04 2026] GET /v2.0/ports/1a482b5e-a03a-44d2-80ae-6da8c1e01d57 => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2736] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:29:04 2026] GET /v2.0/ports/1a482b5e-a03a-44d2-80ae-6da8c1e01d57?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: 1315/2737] 199.204.45.35 () {34 vars in 1014 bytes} [Wed May 13 01:29:04 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?fields=dns_domain => generated 29 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2738] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:29:04 2026] PUT /v2.0/ports/1a482b5e-a03a-44d2-80ae-6da8c1e01d57 => generated 917 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2739] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:05 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 3869 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-13 01:29:05.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-52eba27e-7ffd-4469-9e7d-bf2d40fd2ee5 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 1a482b5e-a03a-44d2-80ae-6da8c1e01d57 2026-05-13 01:29:05.594 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52eba27e-7ffd-4469-9e7d-bf2d40fd2ee5 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 1a482b5e-a03a-44d2-80ae-6da8c1e01d57 [pid: 8|app: 0|req: 1424/2740] 199.204.45.35 () {32 vars in 757 bytes} [Wed May 13 01:29:05 2026] DELETE /v2.0/ports/1a482b5e-a03a-44d2-80ae-6da8c1e01d57 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2741] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:29:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2742] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:29:05 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: 1318/2743] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:29:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2744] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:29:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2745] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:29:05 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2746] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:29:05 2026] GET /v2.0/ports/542f6087-5cd5-4195-a1a4-446c81252a69 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2747] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:29:05 2026] GET /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 1350 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2748] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:29:05 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2749] 199.204.45.35 () {30 vars in 741 bytes} [Wed May 13 01:29:05 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2750] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:29:06 2026] GET /v2.0/ports/542f6087-5cd5-4195-a1a4-446c81252a69 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2751] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:29:06 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => 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: 1430/2752] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:29:06 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 3869 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2753] 199.204.45.35 () {34 vars in 1224 bytes} [Wed May 13 01:29:06 2026] GET /v2.0/networks?id=d53104ad-8d0c-4d0c-b443-aa6d2ddce07d&id=f2bf4375-202a-4289-904c-b937b3a2f913&id=d56aced9-0c76-45f2-b24d-98f3c314e710&id=7d211209-4d30-40fd-b3bd-a17982f79320 => generated 3096 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2754] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:29:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.79&port_id=6e9b5364-7b08-47ee-b663-5791623a961f => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2755] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:29:06 2026] GET /v2.0/subnets?id=93f425aa-1c7a-49b8-a069-bb52c4bb21f9 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2756] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:29:06 2026] GET /v2.0/ports?network_id=d53104ad-8d0c-4d0c-b443-aa6d2ddce07d&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2757] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:29:06 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d?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: 1433/2758] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:29:06 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2759] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:29:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.153&port_id=8d833055-81be-448e-ad16-26d4f9ac6ffb => 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: 1434/2760] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:29:06 2026] GET /v2.0/subnets?id=5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2761] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:29:06 2026] GET /v2.0/ports?network_id=f2bf4375-202a-4289-904c-b937b3a2f913&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2762] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:29:06 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2763] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:29:06 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2764] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:29:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.246&port_id=267edda0-7f86-4490-b372-530aac0d0b48 => 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: 1329/2765] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:29:06 2026] GET /v2.0/subnets?id=6e39e8fe-9d0a-4e1c-bce0-c9581986ed39 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2766] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:29:07 2026] GET /v2.0/ports?network_id=d56aced9-0c76-45f2-b24d-98f3c314e710&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: 1330/2767] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:29:07 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2768] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:29:07 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2771] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:29:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2772] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:29:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2773] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:29:11 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: 1441/2774] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:29:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2775] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:11 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 3869 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2776] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:29:11 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: 1335/2777] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:29:11 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: 1443/2778] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:29:11 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: 1336/2779] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:29:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2780] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:29:11 2026] GET /v2.0/ports/267edda0-7f86-4490-b372-530aac0d0b48 => generated 1291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2781] 199.204.45.35 () {34 vars in 787 bytes} [Wed May 13 01:29:11 2026] PUT /v2.0/ports/267edda0-7f86-4490-b372-530aac0d0b48 => generated 1080 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:29:12.228 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ac466d8-9322-4a2d-91d6-cace91f3537b'] response: {'name': 'network-changed', 'server_uuid': '18a0a2e3-42db-4d70-8712-a8f7ae04d019', 'tag': '267edda0-7f86-4490-b372-530aac0d0b48', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1445/2782] 199.204.45.35 () {30 vars in 741 bytes} [Wed May 13 01:29:12 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710 => generated 797 bytes in 35 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: 1338/2783] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:12 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 3694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2784] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:12 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 3694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2785] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:29:12 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 3694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2786] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:29:12 2026] GET /v2.0/networks?id=d56aced9-0c76-45f2-b24d-98f3c314e710 => 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: 1340/2787] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:29:12 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2788] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:29:12 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?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: 1341/2789] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:13 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 3694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2790] 199.204.45.35 () {34 vars in 973 bytes} [Wed May 13 01:29:14 2026] GET /v2.0/ports/267edda0-7f86-4490-b372-530aac0d0b48 => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2791] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:29:14 2026] GET /v2.0/ports/267edda0-7f86-4490-b372-530aac0d0b48?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2792] 199.204.45.35 () {34 vars in 1014 bytes} [Wed May 13 01:29:14 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=dns_domain => generated 29 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2793] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:14 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 3694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2794] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:29:14 2026] PUT /v2.0/ports/267edda0-7f86-4490-b372-530aac0d0b48 => generated 917 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2795] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:15 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 2586 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-13 01:29:15.697 7 INFO neutron_taas.services.taas.taas_plugin [None req-cec86eca-2516-47aa-b066-cd5140e6e519 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 267edda0-7f86-4490-b372-530aac0d0b48 2026-05-13 01:29:15.699 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cec86eca-2516-47aa-b066-cd5140e6e519 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 267edda0-7f86-4490-b372-530aac0d0b48 [pid: 7|app: 0|req: 1345/2796] 199.204.45.35 () {32 vars in 757 bytes} [Wed May 13 01:29:15 2026] DELETE /v2.0/ports/267edda0-7f86-4490-b372-530aac0d0b48 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2797] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:29:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2798] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:29: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: 1453/2799] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:29: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: 1347/2800] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:29:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2801] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:29:15 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2802] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:29:15 2026] GET /v2.0/ports/542f6087-5cd5-4195-a1a4-446c81252a69 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2803] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:29:15 2026] GET /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2804] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:29:16 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2805] 199.204.45.35 () {30 vars in 741 bytes} [Wed May 13 01:29:16 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2806] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:29:16 2026] GET /v2.0/ports/542f6087-5cd5-4195-a1a4-446c81252a69 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2807] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:29:16 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2808] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:29:16 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2809] 199.204.45.35 () {34 vars in 1144 bytes} [Wed May 13 01:29:16 2026] GET /v2.0/networks?id=d53104ad-8d0c-4d0c-b443-aa6d2ddce07d&id=f2bf4375-202a-4289-904c-b937b3a2f913&id=d56aced9-0c76-45f2-b24d-98f3c314e710 => generated 2310 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2810] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:29:16 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.79&port_id=6e9b5364-7b08-47ee-b663-5791623a961f => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2811] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:29:16 2026] GET /v2.0/subnets?id=93f425aa-1c7a-49b8-a069-bb52c4bb21f9 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2812] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:29:16 2026] GET /v2.0/ports?network_id=d53104ad-8d0c-4d0c-b443-aa6d2ddce07d&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2813] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:29:16 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2814] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:29:16 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d?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: 1461/2815] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:29:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.153&port_id=8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2816] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:29:16 2026] GET /v2.0/subnets?id=5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2817] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:29:16 2026] GET /v2.0/ports?network_id=f2bf4375-202a-4289-904c-b937b3a2f913&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2818] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:29:16 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?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: 1463/2819] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:29:16 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2822] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:29:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2823] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:29:27 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: 1359/2824] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:29:27 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: 1466/2825] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:29:27 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-05-13 01:29:27.397 7 INFO neutron.api.v2.resource [None req-2deb12ec-7f94-461e-a55f-94d1054746fb 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1360/2826] 199.204.45.35 () {30 vars in 761 bytes} [Wed May 13 01:29:27 2026] GET /v2.0/security-groups/lb-d23fcc4f-a6c1-4864-b76e-4f40ef8ddc79 => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2827] 199.204.45.35 () {30 vars in 783 bytes} [Wed May 13 01:29:27 2026] GET /v2.0/security-groups?name=lb-d23fcc4f-a6c1-4864-b76e-4f40ef8ddc79 => generated 2865 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2828] 199.204.45.35 () {30 vars in 813 bytes} [Wed May 13 01:29:27 2026] GET /v2.0/security-group-rules?security_group_id=d0ea111a-a0e1-4d99-86b0-8067d2293de6 => generated 2334 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2829] 199.204.45.35 () {32 vars in 787 bytes} [Wed May 13 01:29:27 2026] DELETE /v2.0/security-group-rules/08129db7-1eb4-44a8-8253-ebb93353d942 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2830] 199.204.45.35 () {32 vars in 787 bytes} [Wed May 13 01:29:27 2026] DELETE /v2.0/security-group-rules/fe899394-f9bc-47cf-837d-3a778f6b0f85 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:29:31.444 8 INFO neutron_taas.services.taas.taas_plugin [None req-c618bfe1-57be-4cf9-ae44-d9669175c7fd 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] TaaS: Handle Delete Port: 3694152c-027e-45e5-8d42-1cc4efb5a935 2026-05-13 01:29:31.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c618bfe1-57be-4cf9-ae44-d9669175c7fd 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Tap Mirror: Handle Delete Port: 3694152c-027e-45e5-8d42-1cc4efb5a935 2026-05-13 01:29:31.653 8 INFO neutron.db.l3_db [None req-c618bfe1-57be-4cf9-ae44-d9669175c7fd 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Floating IP 70bbe7ad-17b2-4c69-9c34-dfdbc3c5faf9 disassociated (deleted). External IP: 10.96.250.206, port: 542f6087-5cd5-4195-a1a4-446c81252a69. [pid: 8|app: 0|req: 1469/2831] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:29:31 2026] DELETE /v2.0/floatingips/70bbe7ad-17b2-4c69-9c34-dfdbc3c5faf9 => generated 0 bytes in 661 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:29:31.996 7 INFO neutron.api.v2.resource [None req-298057b2-438c-475f-801e-060ac478c64d 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1363/2832] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:29:31 2026] GET /v2.0/floatingips/70bbe7ad-17b2-4c69-9c34-dfdbc3c5faf9 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2833] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:29:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2834] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:29:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2835] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:29:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2836] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:29:32 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-05-13 01:29:32.710 8 INFO neutron.api.v2.resource [None req-a8ba3a85-f169-4bd2-8762-0994b42c7ca4 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1472/2837] 199.204.45.35 () {30 vars in 761 bytes} [Wed May 13 01:29:32 2026] GET /v2.0/security-groups/lb-d23fcc4f-a6c1-4864-b76e-4f40ef8ddc79 => 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: 1366/2838] 199.204.45.35 () {30 vars in 783 bytes} [Wed May 13 01:29:32 2026] GET /v2.0/security-groups?name=lb-d23fcc4f-a6c1-4864-b76e-4f40ef8ddc79 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2839] 199.204.45.35 () {30 vars in 813 bytes} [Wed May 13 01:29:32 2026] GET /v2.0/security-group-rules?security_group_id=d0ea111a-a0e1-4d99-86b0-8067d2293de6 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2840] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:29:32 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: 1474/2841] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:29:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2842] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:29:32 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: 1475/2843] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:29:32 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: 1369/2844] 199.204.45.35 () {30 vars in 739 bytes} [Wed May 13 01:29:32 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2845] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:32 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2846] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:33 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 2586 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2847] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:33 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2848] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:34 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2849] 199.204.45.35 () {34 vars in 973 bytes} [Wed May 13 01:29:35 2026] GET /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 1350 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2850] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:29:35 2026] GET /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2851] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:35 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 2586 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2852] 199.204.45.35 () {34 vars in 1014 bytes} [Wed May 13 01:29:35 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2853] 199.204.45.35 () {38 vars in 1026 bytes} [Wed May 13 01:29:35 2026] PUT /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 1151 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2854] 199.204.45.35 () {30 vars in 767 bytes} [Wed May 13 01:29:36 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1374/2855] 199.204.45.35 () {34 vars in 787 bytes} [Wed May 13 01:29:36 2026] PUT /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 1090 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2856] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:29:36 2026] GET /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 1090 bytes in 29 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-05-13 01:29:36.646 7 INFO neutron_taas.services.taas.taas_plugin [None req-f26a5756-7cd4-41c4-97f0-170fdbe531a6 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 8d833055-81be-448e-ad16-26d4f9ac6ffb 2026-05-13 01:29:36.649 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f26a5756-7cd4-41c4-97f0-170fdbe531a6 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 8d833055-81be-448e-ad16-26d4f9ac6ffb [pid: 7|app: 0|req: 1375/2857] 199.204.45.35 () {32 vars in 757 bytes} [Wed May 13 01:29:36 2026] DELETE /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2858] 199.204.45.35 () {30 vars in 701 bytes} [Wed May 13 01:29:36 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: 1376/2859] 199.204.45.35 () {30 vars in 703 bytes} [Wed May 13 01:29:36 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: 1484/2860] 199.204.45.35 () {30 vars in 679 bytes} [Wed May 13 01:29:36 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: 1377/2861] 199.204.45.35 () {30 vars in 715 bytes} [Wed May 13 01:29:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:29:36.928 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ff2ebc9-7966-4f3d-b383-0451cc29ed01 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1485/2862] 199.204.45.35 () {32 vars in 757 bytes} [Wed May 13 01:29:36 2026] DELETE /v2.0/ports/8d833055-81be-448e-ad16-26d4f9ac6ffb => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2863] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:29:36 2026] GET /v2.0/ports/542f6087-5cd5-4195-a1a4-446c81252a69 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:29:36.991 8 INFO neutron.api.v2.resource [None req-4891e073-c8bc-44d8-9a1a-c58ad3466b24 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1486/2864] 199.204.45.35 () {30 vars in 761 bytes} [Wed May 13 01:29:36 2026] GET /v2.0/security-groups/lb-d23fcc4f-a6c1-4864-b76e-4f40ef8ddc79 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2865] 199.204.45.35 () {30 vars in 783 bytes} [Wed May 13 01:29:36 2026] GET /v2.0/security-groups?name=lb-d23fcc4f-a6c1-4864-b76e-4f40ef8ddc79 => 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: 1487/2866] 199.204.45.35 () {30 vars in 735 bytes} [Wed May 13 01:29:37 2026] GET /v2.0/ports/542f6087-5cd5-4195-a1a4-446c81252a69 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2867] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:29:37 2026] GET /v2.0/ports?tenant_id=bef24a56af994a9586cea41b390c73cc&device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => 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: 1489/2868] 199.204.45.35 () {34 vars in 1064 bytes} [Wed May 13 01:29:37 2026] GET /v2.0/networks?id=d53104ad-8d0c-4d0c-b443-aa6d2ddce07d&id=f2bf4375-202a-4289-904c-b937b3a2f913 => generated 1524 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2869] 199.204.45.35 () {34 vars in 1058 bytes} [Wed May 13 01:29:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.79&port_id=6e9b5364-7b08-47ee-b663-5791623a961f => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2870] 199.204.45.35 () {34 vars in 982 bytes} [Wed May 13 01:29:37 2026] GET /v2.0/subnets?id=93f425aa-1c7a-49b8-a069-bb52c4bb21f9 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2871] 199.204.45.35 () {34 vars in 787 bytes} [Wed May 13 01:29:37 2026] PUT /v2.0/ports/542f6087-5cd5-4195-a1a4-446c81252a69 => generated 1094 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2872] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:29:37 2026] GET /v2.0/ports?network_id=d53104ad-8d0c-4d0c-b443-aa6d2ddce07d&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: 1493/2873] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:29:37 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2874] 199.204.45.35 () {32 vars in 777 bytes} [Wed May 13 01:29:37 2026] DELETE /v2.0/security-groups/d0ea111a-a0e1-4d99-86b0-8067d2293de6 => 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: 1494/2875] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:29:37 2026] GET /v2.0/networks/d53104ad-8d0c-4d0c-b443-aa6d2ddce07d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:29:37.436 7 INFO neutron_taas.services.taas.taas_plugin [None req-37d276ad-5b14-4b61-bcbe-eb6c3d5cab8a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 542f6087-5cd5-4195-a1a4-446c81252a69 2026-05-13 01:29:37.442 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37d276ad-5b14-4b61-bcbe-eb6c3d5cab8a 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 542f6087-5cd5-4195-a1a4-446c81252a69 [pid: 7|app: 0|req: 1382/2878] 199.204.45.35 () {32 vars in 757 bytes} [Wed May 13 01:29:37 2026] DELETE /v2.0/ports/542f6087-5cd5-4195-a1a4-446c81252a69 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2879] 199.204.45.35 () {34 vars in 992 bytes} [Wed May 13 01:29:40 2026] GET /v2.0/ports?device_id=18a0a2e3-42db-4d70-8712-a8f7ae04d019 => generated 1242 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:29:40.626 7 INFO neutron_taas.services.taas.taas_plugin [req-9c7320c1-7087-4d1b-969b-461ccc8f7d2c req-f64c2312-9b41-455b-b317-674ca864576f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] TaaS: Handle Delete Port: 6e9b5364-7b08-47ee-b663-5791623a961f 2026-05-13 01:29:40.629 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9c7320c1-7087-4d1b-969b-461ccc8f7d2c req-f64c2312-9b41-455b-b317-674ca864576f 4074f5bfeef0437a9e155c5f5b25de28 bef24a56af994a9586cea41b390c73cc - - default default] Tap Mirror: Handle Delete Port: 6e9b5364-7b08-47ee-b663-5791623a961f [pid: 7|app: 0|req: 1383/2880] 199.204.45.35 () {36 vars in 995 bytes} [Wed May 13 01:29:40 2026] DELETE /v2.0/ports/6e9b5364-7b08-47ee-b663-5791623a961f => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:29:40.798 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0e89a885-4cf1-4612-9d0f-73cd8567c99f'] response: {'server_uuid': '18a0a2e3-42db-4d70-8712-a8f7ae04d019', 'name': 'network-vif-deleted', 'tag': '6e9b5364-7b08-47ee-b663-5791623a961f', 'status': 'completed', 'code': 200} 2026-05-13 01:29:42.318 8 INFO neutron_taas.services.taas.taas_plugin [None req-d273a957-0247-4544-bf6f-c4691594cb08 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] TaaS: Handle Delete Port: 0f94c585-fc3e-452e-bcff-677d844952c0 2026-05-13 01:29:42.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d273a957-0247-4544-bf6f-c4691594cb08 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Tap Mirror: Handle Delete Port: 0f94c585-fc3e-452e-bcff-677d844952c0 2026-05-13 01:29:42.488 8 INFO neutron.db.l3_db [None req-d273a957-0247-4544-bf6f-c4691594cb08 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Floating IP f03ac5e3-2913-4344-a236-60d9430d2ffd disassociated (deleted). External IP: 10.96.250.209, port: 8fc05b88-4064-44e6-80f3-76fa5268f4a5. [pid: 8|app: 0|req: 1498/2881] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:29:42 2026] DELETE /v2.0/floatingips/f03ac5e3-2913-4344-a236-60d9430d2ffd => generated 0 bytes in 613 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:29:42.828 7 INFO neutron.api.v2.resource [None req-367fa1c7-d3af-4253-9486-e2293b85cdb0 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1384/2882] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:29:42 2026] GET /v2.0/floatingips/f03ac5e3-2913-4344-a236-60d9430d2ffd => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:29:42.835 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-11effd52-ded7-4063-bd98-8619034ba92b'] response: {'name': 'network-changed', 'server_uuid': '72ef5730-5dc8-42c2-855a-516937869be5', 'tag': '8fc05b88-4064-44e6-80f3-76fa5268f4a5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1499/2883] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:29:42 2026] GET /v2.0/ports?device_id=72ef5730-5dc8-42c2-855a-516937869be5 => generated 1200 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2884] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:29:43 2026] GET /v2.0/security-groups?id=0f1f9c2b-ac3b-4b75-9bdb-c575c6926f39&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2885] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:29:43 2026] GET /v2.0/ports?tenant_id=6a0bc6da59064d558fd4919ca0692b0a&device_id=72ef5730-5dc8-42c2-855a-516937869be5 => generated 1469 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2886] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:29:43 2026] GET /v2.0/networks?id=7d211209-4d30-40fd-b3bd-a17982f79320 => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2887] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:29:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.242&port_id=8fc05b88-4064-44e6-80f3-76fa5268f4a5 => 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: 1387/2888] 199.204.45.35 () {34 vars in 1102 bytes} [Wed May 13 01:29:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A41&port_id=8fc05b88-4064-44e6-80f3-76fa5268f4a5 => 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: 1502/2889] 199.204.45.35 () {34 vars in 1062 bytes} [Wed May 13 01:29:43 2026] GET /v2.0/subnets?id=da3d9336-1084-4838-9390-f174b01d7bb6&id=b964c487-4d34-46c2-961a-8d9f8f7ed7ad => generated 1413 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2890] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:29:43 2026] GET /v2.0/ports?network_id=7d211209-4d30-40fd-b3bd-a17982f79320&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: 1503/2891] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:29:43 2026] GET /v2.0/ports?network_id=7d211209-4d30-40fd-b3bd-a17982f79320&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2892] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:29:43 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?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: 1504/2893] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:29:43 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2894] 199.204.45.35 () {34 vars in 992 bytes} [Wed May 13 01:29:45 2026] GET /v2.0/ports?device_id=72ef5730-5dc8-42c2-855a-516937869be5 => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:29:45.633 8 INFO neutron_taas.services.taas.taas_plugin [req-40a9a14a-b028-4b34-9c01-d8760dfc8f1b req-e1e7b917-b0df-4b3e-b701-d60ed10774cb 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] TaaS: Handle Delete Port: 8fc05b88-4064-44e6-80f3-76fa5268f4a5 2026-05-13 01:29:45.636 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-40a9a14a-b028-4b34-9c01-d8760dfc8f1b req-e1e7b917-b0df-4b3e-b701-d60ed10774cb 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Tap Mirror: Handle Delete Port: 8fc05b88-4064-44e6-80f3-76fa5268f4a5 [pid: 8|app: 0|req: 1505/2895] 199.204.45.35 () {36 vars in 995 bytes} [Wed May 13 01:29:45 2026] DELETE /v2.0/ports/8fc05b88-4064-44e6-80f3-76fa5268f4a5 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:29:45.847 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b10f41f1-165f-4fc6-90c1-51f4611962e1'] response: {'server_uuid': '72ef5730-5dc8-42c2-855a-516937869be5', 'name': 'network-vif-deleted', 'tag': '8fc05b88-4064-44e6-80f3-76fa5268f4a5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1391/2896] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:29:48 2026] GET /v2.0/ports?device_id=72ef5730-5dc8-42c2-855a-516937869be5 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-13 01:29:53.400 8 INFO neutron_taas.services.taas.taas_plugin [None req-59962389-cfc0-46c6-9e07-f0d44d89c147 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] TaaS: Handle Delete Port: fbc6b764-e211-42f5-8d01-3ca5c8374c17 2026-05-13 01:29:53.403 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59962389-cfc0-46c6-9e07-f0d44d89c147 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Tap Mirror: Handle Delete Port: fbc6b764-e211-42f5-8d01-3ca5c8374c17 2026-05-13 01:29:53.562 8 INFO neutron.db.l3_db [None req-59962389-cfc0-46c6-9e07-f0d44d89c147 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Floating IP aba76a09-6b51-4784-80bc-f896e51bbe5a disassociated (deleted). External IP: 10.96.250.218, port: 731eb666-85a9-4405-817c-80a8fbc5dd40. [pid: 8|app: 0|req: 1507/2899] 10.0.0.225 () {32 vars in 731 bytes} [Wed May 13 01:29:53 2026] DELETE /v2.0/floatingips/aba76a09-6b51-4784-80bc-f896e51bbe5a => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:29:53.860 7 INFO neutron.api.v2.resource [None req-0eeb4136-a92d-4a2a-81ef-6116d71b59d0 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1393/2900] 10.0.0.225 () {32 vars in 728 bytes} [Wed May 13 01:29:53 2026] GET /v2.0/floatingips/aba76a09-6b51-4784-80bc-f896e51bbe5a => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:29:53.876 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2fdad8f-41c8-4a5f-a0f2-a8af0a3a4cf6'] response: {'name': 'network-changed', 'server_uuid': 'e8c50654-a06f-4720-943f-79d33d9ba822', 'tag': '731eb666-85a9-4405-817c-80a8fbc5dd40', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1508/2901] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:29:54 2026] GET /v2.0/ports?device_id=e8c50654-a06f-4720-943f-79d33d9ba822 => generated 1192 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2902] 10.0.0.174 () {34 vars in 1039 bytes} [Wed May 13 01:29:54 2026] GET /v2.0/security-groups?id=0f1f9c2b-ac3b-4b75-9bdb-c575c6926f39&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2903] 199.204.45.35 () {34 vars in 1078 bytes} [Wed May 13 01:29:54 2026] GET /v2.0/ports?tenant_id=6a0bc6da59064d558fd4919ca0692b0a&device_id=e8c50654-a06f-4720-943f-79d33d9ba822 => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2904] 199.204.45.35 () {34 vars in 984 bytes} [Wed May 13 01:29:54 2026] GET /v2.0/networks?id=d56aced9-0c76-45f2-b24d-98f3c314e710 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2905] 199.204.45.35 () {34 vars in 1056 bytes} [Wed May 13 01:29:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.172&port_id=731eb666-85a9-4405-817c-80a8fbc5dd40 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2906] 199.204.45.35 () {34 vars in 1098 bytes} [Wed May 13 01:29:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A7&port_id=731eb666-85a9-4405-817c-80a8fbc5dd40 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2907] 199.204.45.35 () {34 vars in 1062 bytes} [Wed May 13 01:29:54 2026] GET /v2.0/subnets?id=2eee3e4b-275b-4af0-b7cb-19b49040620d&id=6e39e8fe-9d0a-4e1c-bce0-c9581986ed39 => generated 1409 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2908] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:29:54 2026] GET /v2.0/ports?network_id=d56aced9-0c76-45f2-b24d-98f3c314e710&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2909] 199.204.45.35 () {34 vars in 1050 bytes} [Wed May 13 01:29:54 2026] GET /v2.0/ports?network_id=d56aced9-0c76-45f2-b24d-98f3c314e710&device_owner=network%3Adhcp => generated 1457 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2910] 199.204.45.35 () {34 vars in 1010 bytes} [Wed May 13 01:29:55 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?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: 1513/2911] 199.204.45.35 () {34 vars in 1110 bytes} [Wed May 13 01:29:55 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2912] 199.204.45.35 () {34 vars in 992 bytes} [Wed May 13 01:29:56 2026] GET /v2.0/ports?device_id=e8c50654-a06f-4720-943f-79d33d9ba822 => generated 1190 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-13 01:29:56.687 8 INFO neutron_taas.services.taas.taas_plugin [req-228f4d56-bd35-4016-ba72-b9ca330101e7 req-4d0608fa-8300-464f-9d8e-0ecd415a457b 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] TaaS: Handle Delete Port: 731eb666-85a9-4405-817c-80a8fbc5dd40 2026-05-13 01:29:56.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-228f4d56-bd35-4016-ba72-b9ca330101e7 req-4d0608fa-8300-464f-9d8e-0ecd415a457b 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Tap Mirror: Handle Delete Port: 731eb666-85a9-4405-817c-80a8fbc5dd40 [pid: 8|app: 0|req: 1514/2913] 199.204.45.35 () {36 vars in 995 bytes} [Wed May 13 01:29:56 2026] DELETE /v2.0/ports/731eb666-85a9-4405-817c-80a8fbc5dd40 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:29:56.891 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-77e7a974-806b-428f-be00-2715df1774b7'] response: {'server_uuid': 'e8c50654-a06f-4720-943f-79d33d9ba822', 'name': 'network-vif-deleted', 'tag': '731eb666-85a9-4405-817c-80a8fbc5dd40', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1400/2914] 10.0.0.174 () {34 vars in 989 bytes} [Wed May 13 01:29:59 2026] GET /v2.0/ports?device_id=e8c50654-a06f-4720-943f-79d33d9ba822 => 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: 1515/2915] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:30:04 2026] DELETE /v2.0/security-group-rules/01724f88-02aa-48d4-a035-db0ffbb5880e => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:30:04.407 7 INFO neutron.api.v2.resource [None req-cff8f512-e05d-4cc7-854d-3fc5256f6183 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1401/2916] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:30:04 2026] GET /v2.0/security-group-rules/01724f88-02aa-48d4-a035-db0ffbb5880e => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2917] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:30:04 2026] DELETE /v2.0/security-group-rules/0727a56c-e03a-4cb6-9bb7-21734715eeee => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:30:04.490 7 INFO neutron.api.v2.resource [None req-19d39b29-9196-42bc-873a-f08c0ee4bd86 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1402/2918] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:30:04 2026] GET /v2.0/security-group-rules/0727a56c-e03a-4cb6-9bb7-21734715eeee => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2919] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:30:04 2026] DELETE /v2.0/security-group-rules/3db0ec49-4b2f-4e85-9af2-2c55c2bbdf7a => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:30:04.582 7 INFO neutron.api.v2.resource [None req-4adf9e8e-e4a7-4e80-a1ef-7ec6d7dbda86 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1403/2920] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:30:04 2026] GET /v2.0/security-group-rules/3db0ec49-4b2f-4e85-9af2-2c55c2bbdf7a => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2921] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:30:04 2026] DELETE /v2.0/security-group-rules/996d279a-7a7d-4113-98f0-87524b65546b => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:30:04.672 7 INFO neutron.api.v2.resource [None req-e633d353-2770-4833-854c-c4b4ee8b3acb 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1404/2922] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:30:04 2026] GET /v2.0/security-group-rules/996d279a-7a7d-4113-98f0-87524b65546b => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2923] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:30:04 2026] DELETE /v2.0/security-group-rules/6f786af8-a0f9-46a8-9540-8c29df9991a9 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:30:04.762 7 INFO neutron.api.v2.resource [None req-f9b8f073-7486-4342-8109-2bac0ebc2f80 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1405/2924] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:30:04 2026] GET /v2.0/security-group-rules/6f786af8-a0f9-46a8-9540-8c29df9991a9 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2925] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:30:04 2026] DELETE /v2.0/security-group-rules/04e9b63a-fcb7-41a3-98f0-026bb198c8b8 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:30:04.850 7 INFO neutron.api.v2.resource [None req-ff70bd8c-9522-4a25-af5f-8f2e8a1b4ffb 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1406/2926] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:30:04 2026] GET /v2.0/security-group-rules/04e9b63a-fcb7-41a3-98f0-026bb198c8b8 => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2927] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:30:04 2026] DELETE /v2.0/security-group-rules/2cb25032-317e-4bac-99be-eb81a55968c4 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:30:04.939 7 INFO neutron.api.v2.resource [None req-9ec58088-cdb9-4bb6-8b98-176be6ec7c42 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1407/2928] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:30:04 2026] GET /v2.0/security-group-rules/2cb25032-317e-4bac-99be-eb81a55968c4 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2929] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:30:04 2026] DELETE /v2.0/security-group-rules/b6a765c5-05d0-41e4-8e0e-279bc068eea5 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:30:05.049 7 INFO neutron.api.v2.resource [None req-34500a65-aa57-4b43-9391-cac308509e63 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1408/2930] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:30:05 2026] GET /v2.0/security-group-rules/b6a765c5-05d0-41e4-8e0e-279bc068eea5 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2931] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:30:05 2026] DELETE /v2.0/security-group-rules/846bb884-fa74-4d77-a5d1-828c0e2fa7cc => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:30:05.148 7 INFO neutron.api.v2.resource [None req-12003190-8ee2-471d-a663-762aca1ce8f6 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1409/2932] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:30:05 2026] GET /v2.0/security-group-rules/846bb884-fa74-4d77-a5d1-828c0e2fa7cc => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2933] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:30:05 2026] DELETE /v2.0/security-group-rules/165c4b2e-a271-445e-a31d-9b8ca4083b8f => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:30:05.239 7 INFO neutron.api.v2.resource [None req-73ad2cad-29f0-43e0-9a21-c6f2ed8afdcc 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1410/2934] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:30:05 2026] GET /v2.0/security-group-rules/165c4b2e-a271-445e-a31d-9b8ca4083b8f => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2935] 10.0.0.225 () {32 vars in 749 bytes} [Wed May 13 01:30:05 2026] DELETE /v2.0/security-group-rules/ed7d4764-5a2a-42f8-a535-f066aeadcb12 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:30:05.314 7 INFO neutron.api.v2.resource [None req-ddfd66ac-01a0-48f2-87c8-84b1274c1c5a 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1411/2936] 10.0.0.225 () {32 vars in 746 bytes} [Wed May 13 01:30:05 2026] GET /v2.0/security-group-rules/ed7d4764-5a2a-42f8-a535-f066aeadcb12 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2937] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:30:05 2026] DELETE /v2.0/security-groups/0f1f9c2b-ac3b-4b75-9bdb-c575c6926f39 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:30:05.408 7 INFO neutron.api.v2.resource [None req-35156d70-ae90-40e2-9f18-cbe26f55228d 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1412/2938] 10.0.0.225 () {32 vars in 736 bytes} [Wed May 13 01:30:05 2026] GET /v2.0/security-groups/0f1f9c2b-ac3b-4b75-9bdb-c575c6926f39 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:30:05.885 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae278841-0bf9-4880-961a-4c6084828ac6 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] TaaS: Handle Delete Port: 39eac0a4-fbbf-479d-b49a-1cfeff3f43ec 2026-05-13 01:30:05.888 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae278841-0bf9-4880-961a-4c6084828ac6 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Tap Mirror: Handle Delete Port: 39eac0a4-fbbf-479d-b49a-1cfeff3f43ec [pid: 8|app: 0|req: 1527/2939] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:30:05 2026] PUT /v2.0/routers/cc3322d7-f1d2-4eb4-8547-f799ed6e480b/remove_router_interface => generated 309 bytes in 963 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:30:07.084 7 INFO neutron.api.v2.resource [None req-cedcc9f4-24e5-4090-a97a-27eefe98391a 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1413/2940] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:30:06 2026] PUT /v2.0/routers/cc3322d7-f1d2-4eb4-8547-f799ed6e480b/remove_router_interface => generated 198 bytes in 659 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:30:07.481 8 INFO neutron_taas.services.taas.taas_plugin [None req-0eb7c278-127b-4b40-b6db-3faac5af55ef 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] TaaS: Handle Delete Port: 44efba25-3e56-48e4-8596-7383209d3d13 2026-05-13 01:30:07.484 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0eb7c278-127b-4b40-b6db-3faac5af55ef 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Tap Mirror: Handle Delete Port: 44efba25-3e56-48e4-8596-7383209d3d13 [pid: 8|app: 0|req: 1528/2943] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:30:07 2026] PUT /v2.0/routers/cc3322d7-f1d2-4eb4-8547-f799ed6e480b/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:30:08.208 7 INFO neutron.api.v2.resource [None req-26656128-5f59-433e-a7f5-d0a1102cc3a4 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1416/2944] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:30:08 2026] PUT /v2.0/routers/cc3322d7-f1d2-4eb4-8547-f799ed6e480b/remove_router_interface => generated 198 bytes in 162 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:30:08.548 8 INFO neutron_taas.services.taas.taas_plugin [None req-89714517-e1e0-4d9c-bd2e-2fb412fda4b1 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] TaaS: Handle Delete Port: ccfad506-16f4-4159-aa97-76cab46cd688 2026-05-13 01:30:08.552 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89714517-e1e0-4d9c-bd2e-2fb412fda4b1 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Tap Mirror: Handle Delete Port: ccfad506-16f4-4159-aa97-76cab46cd688 [pid: 8|app: 0|req: 1529/2945] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:30:08 2026] PUT /v2.0/routers/cc3322d7-f1d2-4eb4-8547-f799ed6e480b/remove_router_interface => generated 309 bytes in 871 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-13 01:30:09.235 7 INFO neutron.api.v2.resource [None req-b331d039-87a1-41b2-be71-0ceef5cae3a3 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1417/2946] 10.0.0.225 () {34 vars in 788 bytes} [Wed May 13 01:30:09 2026] PUT /v2.0/routers/cc3322d7-f1d2-4eb4-8547-f799ed6e480b/remove_router_interface => generated 198 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:30:09.449 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4f7d598-e5cb-48ea-9cf9-8b79ffd04c73 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] TaaS: Handle Delete Port: 17d65214-f06c-4e51-9d72-bff70143cb91 2026-05-13 01:30:09.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4f7d598-e5cb-48ea-9cf9-8b79ffd04c73 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Tap Mirror: Handle Delete Port: 17d65214-f06c-4e51-9d72-bff70143cb91 2026-05-13 01:30:09.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4f7d598-e5cb-48ea-9cf9-8b79ffd04c73 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] TaaS: Handle Delete Port: 647fafcb-0988-45d2-8804-fa2045e5d2ba 2026-05-13 01:30:09.666 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4f7d598-e5cb-48ea-9cf9-8b79ffd04c73 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Tap Mirror: Handle Delete Port: 647fafcb-0988-45d2-8804-fa2045e5d2ba 2026-05-13 01:30:10.037 8 INFO neutron.services.segments.plugin [-] Segment 4d0ce5a6-ff66-4989-a0dc-4a3fc6e43b30 resource provider aggregate not found 2026-05-13 01:30:10.045 8 INFO neutron.services.segments.plugin [-] Segment 4d0ce5a6-ff66-4989-a0dc-4a3fc6e43b30 resource provider aggregate not found 2026-05-13 01:30:10.060 8 INFO neutron.db.l3_hamode_db [None req-f4f7d598-e5cb-48ea-9cf9-8b79ffd04c73 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] HA network 058aedc1-04bc-4947-a9a9-c0fb4095212d was deleted as no HA routers are present in tenant 6a0bc6da59064d558fd4919ca0692b0a. 2026-05-13 01:30:10.065 8 INFO neutron.services.segments.plugin [-] Segment 4d0ce5a6-ff66-4989-a0dc-4a3fc6e43b30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d0ce5a6-ff66-4989-a0dc-4a3fc6e43b30 found for delete ", "request_id": "req-447f5be4-d493-4fe8-8e90-9ae9c0e69a04"}]} 2026-05-13 01:30:10.065 8 INFO neutron.services.segments.plugin [-] Segment 4d0ce5a6-ff66-4989-a0dc-4a3fc6e43b30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d0ce5a6-ff66-4989-a0dc-4a3fc6e43b30 found for delete ", "request_id": "req-6483657b-0428-4c79-b5cb-ffad200fbaca"}]} [pid: 8|app: 0|req: 1530/2947] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:30:09 2026] DELETE /v2.0/routers/cc3322d7-f1d2-4eb4-8547-f799ed6e480b => generated 0 bytes in 829 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-13 01:30:10.092 7 INFO neutron.api.v2.resource [None req-e7302b8a-74ab-4cfc-b67e-fb0672ceece2 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1418/2948] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:30:10 2026] GET /v2.0/routers/cc3322d7-f1d2-4eb4-8547-f799ed6e480b => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2949] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:30:10 2026] DELETE /v2.0/subnets/b964c487-4d34-46c2-961a-8d9f8f7ed7ad => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:30:10.283 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f4fb9773-f235-44c5-b917-d0bb43634b40 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1419/2950] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:30:10 2026] GET /v2.0/subnets/b964c487-4d34-46c2-961a-8d9f8f7ed7ad => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2951] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:30:10 2026] DELETE /v2.0/subnets/da3d9336-1084-4838-9390-f174b01d7bb6 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:30:10.472 7 INFO neutron.pecan_wsgi.hooks.translation [None req-017f054b-d754-454c-92f7-3355abfa716b 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1420/2952] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:30:10 2026] GET /v2.0/subnets/da3d9336-1084-4838-9390-f174b01d7bb6 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:30:10.606 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2240846-dcfa-4b9f-b7a2-e0dfe5b33b0c 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] TaaS: Handle Delete Port: 6bc613cc-1506-4773-956e-5d5c0ccbc7ef 2026-05-13 01:30:10.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2240846-dcfa-4b9f-b7a2-e0dfe5b33b0c 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Tap Mirror: Handle Delete Port: 6bc613cc-1506-4773-956e-5d5c0ccbc7ef [pid: 8|app: 0|req: 1533/2953] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:30:10 2026] DELETE /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:30:10.815 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9bc78b90-f89e-4280-b759-425926576bc2 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1421/2954] 10.0.0.225 () {32 vars in 722 bytes} [Wed May 13 01:30:10 2026] GET /v2.0/networks/7d211209-4d30-40fd-b3bd-a17982f79320 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2955] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:30:10 2026] DELETE /v2.0/subnets/2eee3e4b-275b-4af0-b7cb-19b49040620d => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:30:10.982 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d3c22e6a-c478-423c-ba6e-0ee6b3a91b58 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1422/2956] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:30:10 2026] GET /v2.0/subnets/2eee3e4b-275b-4af0-b7cb-19b49040620d => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2957] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:30:10 2026] DELETE /v2.0/subnets/6e39e8fe-9d0a-4e1c-bce0-c9581986ed39 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:30:11.153 7 INFO neutron.pecan_wsgi.hooks.translation [None req-210f4961-636f-4a42-8a6d-b3c7739fb390 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1423/2958] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:30:11 2026] GET /v2.0/subnets/6e39e8fe-9d0a-4e1c-bce0-c9581986ed39 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:30:11.239 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae185823-686e-4d9c-9ef7-8e47767e5b61 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] TaaS: Handle Delete Port: e5f7ffb7-fe15-4092-957b-113d65cab034 2026-05-13 01:30:11.242 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae185823-686e-4d9c-9ef7-8e47767e5b61 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Tap Mirror: Handle Delete Port: e5f7ffb7-fe15-4092-957b-113d65cab034 [pid: 8|app: 0|req: 1536/2959] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:30:11 2026] DELETE /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:30:11.413 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4098758b-d5e0-45a2-a2cb-0dea8aefb3bb 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1424/2960] 10.0.0.225 () {32 vars in 722 bytes} [Wed May 13 01:30:11 2026] GET /v2.0/networks/d56aced9-0c76-45f2-b24d-98f3c314e710 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2961] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:30:11 2026] DELETE /v2.0/subnets/48588303-7834-4ea3-a1c4-9ff14fb7acfa => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:30:11.594 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2732c83-38c1-46bf-81c7-34118d6e10ae 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1425/2962] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:30:11 2026] GET /v2.0/subnets/48588303-7834-4ea3-a1c4-9ff14fb7acfa => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2963] 10.0.0.225 () {32 vars in 723 bytes} [Wed May 13 01:30:11 2026] DELETE /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:30:11.781 7 INFO neutron.pecan_wsgi.hooks.translation [None req-adace9b8-26d8-4ac1-b5c7-f272a275c5b9 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1426/2964] 10.0.0.225 () {32 vars in 720 bytes} [Wed May 13 01:30:11 2026] GET /v2.0/subnets/5627f9d7-f47d-452e-8146-9a28fa2e7c83 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:30:11.881 8 INFO neutron_taas.services.taas.taas_plugin [None req-7a3b2816-e826-4138-a566-9e321da9ae49 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] TaaS: Handle Delete Port: 1c76873e-7426-49ae-9e58-75507d982f87 2026-05-13 01:30:11.883 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a3b2816-e826-4138-a566-9e321da9ae49 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] Tap Mirror: Handle Delete Port: 1c76873e-7426-49ae-9e58-75507d982f87 [pid: 8|app: 0|req: 1539/2965] 10.0.0.225 () {32 vars in 725 bytes} [Wed May 13 01:30:11 2026] DELETE /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-13 01:30:12.090 8 INFO neutron.services.segments.plugin [-] Segment cd22a1a1-295e-4158-bf5a-6cf6fc48f99b resource provider aggregate not found 2026-05-13 01:30:12.092 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8350b4bc-bbf0-4e22-976c-3832d27cf73a 8ff76b8e85734e9ea11688cd7c68b439 6a0bc6da59064d558fd4919ca0692b0a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1427/2966] 10.0.0.225 () {32 vars in 722 bytes} [Wed May 13 01:30:12 2026] GET /v2.0/networks/f2bf4375-202a-4289-904c-b937b3a2f913 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-13 01:30:12.095 8 INFO neutron.services.segments.plugin [-] Segment cd22a1a1-295e-4158-bf5a-6cf6fc48f99b resource provider aggregate not found 2026-05-13 01:30:12.105 8 INFO neutron.services.segments.plugin [-] Segment cd22a1a1-295e-4158-bf5a-6cf6fc48f99b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd22a1a1-295e-4158-bf5a-6cf6fc48f99b found for delete ", "request_id": "req-3ab1f78f-5c68-469e-80e5-a9473fc66fb0"}]} 2026-05-13 01:30:12.110 8 INFO neutron.services.segments.plugin [-] Segment cd22a1a1-295e-4158-bf5a-6cf6fc48f99b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd22a1a1-295e-4158-bf5a-6cf6fc48f99b found for delete ", "request_id": "req-0b7bf04d-9f3c-4d60-a394-15c6de1e1020"}]} 2026-05-13 01:30:12.123 8 INFO neutron.services.segments.plugin [-] Segment 24991369-700e-4aa4-b34d-e673932c2e90 resource provider aggregate not found 2026-05-13 01:30:12.128 8 INFO neutron.services.segments.plugin [-] Segment 24991369-700e-4aa4-b34d-e673932c2e90 resource provider aggregate not found 2026-05-13 01:30:12.142 8 INFO neutron.services.segments.plugin [-] Segment 24991369-700e-4aa4-b34d-e673932c2e90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24991369-700e-4aa4-b34d-e673932c2e90 found for delete ", "request_id": "req-607c4f28-a0db-4275-a155-249d12f24a01"}]} 2026-05-13 01:30:12.148 8 INFO neutron.services.segments.plugin [-] Segment 24991369-700e-4aa4-b34d-e673932c2e90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24991369-700e-4aa4-b34d-e673932c2e90 found for delete ", "request_id": "req-ceae566b-9182-4cf7-9df6-b856b672cd03"}]} 2026-05-13 01:30:12.159 8 INFO neutron.services.segments.plugin [-] Segment 2e700c34-3cfb-4f51-8bdf-026f5bcb865f resource provider aggregate not found 2026-05-13 01:30:12.164 8 INFO neutron.services.segments.plugin [-] Segment 2e700c34-3cfb-4f51-8bdf-026f5bcb865f resource provider aggregate not found 2026-05-13 01:30:12.176 8 INFO neutron.services.segments.plugin [-] Segment 2e700c34-3cfb-4f51-8bdf-026f5bcb865f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e700c34-3cfb-4f51-8bdf-026f5bcb865f found for delete ", "request_id": "req-d015b93c-6fca-46ab-aece-2b5aa0e63a21"}]} 2026-05-13 01:30:12.177 8 INFO neutron.services.segments.plugin [-] Segment 2e700c34-3cfb-4f51-8bdf-026f5bcb865f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e700c34-3cfb-4f51-8bdf-026f5bcb865f found for delete ", "request_id": "req-88068411-3326-43b6-8ec7-e4c357c86014"}]} [pid: 8|app: 0|req: 1540/2967] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:30:13 2026] GET /v2.0/security-groups?tenant_id=88ab36a0498744d6a26bf9fd8830033d&name=default => generated 2929 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2968] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:30:14 2026] DELETE /v2.0/security-groups/f4216af6-f8a6-4ab8-b4f0-0ebba398208b => 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: 1541/2969] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:30:14 2026] GET /v2.0/security-groups?tenant_id=e2b27cfea8a24da58192b083f167fe97&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2970] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:30:14 2026] DELETE /v2.0/security-groups/76948a04-b022-4dcd-86f4-a3e49ef4a1f8 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2971] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:30:14 2026] GET /v2.0/security-groups?tenant_id=6a0bc6da59064d558fd4919ca0692b0a&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2972] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:30:14 2026] DELETE /v2.0/security-groups/876bf309-dbc3-4105-86e7-e338361ce120 => 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: 1543/2973] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:30:14 2026] GET /v2.0/security-groups?tenant_id=97c78f6836384f17b311c622fc09c2a1&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2974] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:30:15 2026] DELETE /v2.0/security-groups/4e09906a-31c5-47b2-a434-778acb9dd2a0 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/2975] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:30:15 2026] GET /v2.0/security-groups?tenant_id=25e50233ba4841e2a8f812a9f3b8c6d3&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2976] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:30:15 2026] DELETE /v2.0/security-groups/764f3317-e9c1-44e3-a923-5a3e39a25f28 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2977] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:30:15 2026] GET /v2.0/security-groups?tenant_id=4f9bc941dc49452db365c72284c20cd7&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2978] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:30:15 2026] DELETE /v2.0/security-groups/1546e1be-0e49-4255-9195-247dc48e0a0a => 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: 1546/2979] 10.0.0.225 () {32 vars in 773 bytes} [Wed May 13 01:30:16 2026] GET /v2.0/security-groups?tenant_id=9f04da5ce2e843658a011a9d02af4446&name=default => generated 2929 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2980] 10.0.0.225 () {32 vars in 739 bytes} [Wed May 13 01:30:16 2026] DELETE /v2.0/security-groups/f42ab08d-958d-4f34-9987-b8268f949e2c => 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: 1547/2981] 10.0.0.225 () {32 vars in 648 bytes} [Wed May 13 01:30:18 2026] GET /v2.0/networks => generated 2168 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2982] 10.0.0.225 () {32 vars in 654 bytes} [Wed May 13 01:30:20 2026] GET /v2.0/floatingips => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2983] 10.0.0.225 () {32 vars in 646 bytes} [Wed May 13 01:30:20 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2984] 10.0.0.225 () {32 vars in 642 bytes} [Wed May 13 01:30:20 2026] GET /v2.0/ports => generated 4725 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2985] 10.0.0.225 () {32 vars in 646 bytes} [Wed May 13 01:30:20 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2986] 10.0.0.225 () {32 vars in 648 bytes} [Wed May 13 01:30:20 2026] GET /v2.0/networks => generated 2168 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2987] 10.0.0.225 () {32 vars in 662 bytes} [Wed May 13 01:30:20 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2988] 10.0.0.225 () {32 vars in 654 bytes} [Wed May 13 01:30:20 2026] GET /v2.0/subnetpools => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)